Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2001 00:10:27 +0900
From:      FUJISHIMA Satsuki <sf@FreeBSD.org>
To:        obrien@freebsd.org
Cc:        clefevre@poboxes.com, freebsd-ports@freebsd.org
Subject:   Re: port naming convention (was Re: isc-dhcp3)
Message-ID:  <86pufl4sd8.wl@cheerful.com>
In-Reply-To: <20010312185108.A33699@dragon.nuxi.com>
References:  <200103130235.f2D2Z7I04680@gits.dyndns.org> <20010312185108.A33699@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
At Mon, 12 Mar 2001 18:51:08 -0800,
David O'Brien wrote:
> In fact, your commit to rename the package is bogus.  Either put in a
> NO_LATEST, change the package name back to "isc-dhcp3".  The reason I had
> it as "isc-dhcp3" is so people wanting to use it could easily do
> ``pkg_add -r isc-dhcp3''.

This explanation makes sense. I think over my change again, such a
usage of pkg_add didn't occur to me.

I added verbose comment to note this change(mainly for me).

By the way, how about PKGNAMESUFFIX=-beta ?

pkg_add -r isc-dhcp-beta or
pkg_add -r isc-dhcp3

Hmm...

-- 
FUJISHIMA Satsuki

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/isc-dhcp3/Makefile,v
retrieving revision 1.52
diff -u -u -2 -r1.52 Makefile
--- Makefile	2001/03/09 15:10:15	1.52
+++ Makefile	2001/03/13 15:04:00
@@ -6,4 +6,7 @@
 # $FreeBSD: ports/net/isc-dhcp3/Makefile,v 1.52 2001/03/09 15:10:15 sf Exp $
 #
+# This is still BETA version.
+# package-name isc-dhcp3-xx reminds people this condition and also useful
+# for pkg_add -r isc-dhcp3.
 
 PORTNAME=	dhcp
@@ -12,4 +15,5 @@
 MASTER_SITES=	ftp://ftp.isc.org/isc/dhcp/
 PKGNAMEPREFIX=	isc-
+PKGNAMESUFFIX=	3
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/.b/b/:R}pl${PORTVERSION:E}
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86pufl4sd8.wl>