Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2001 13:18:25 +0200 (CEST)
From:      Cyrille Lefevre <clefevre@poboxes.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        roam@freebsd.org
Subject:   ports/26835: Updated port: net/isc-dhcp3 (release candidate 2 patch level 1)
Message-ID:  <200104251118.f3PBIPs08580@gits.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         26835
>Category:       ports
>Synopsis:       Updated port: net/isc-dhcp3 (release candidate 2 patch level 1)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 25 04:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
ACME
>Environment:

FreeBSD gits 4.3-STABLE FreeBSD 4.3-STABLE #21: Sun Apr 22 22:20:03 CEST 2001     root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM  i386

>Description:

	well! the chase to the dhcp versions race continue...
	but, someone found a trick. until now, I didn't see
	that there is a .../dhcp-3.0-history subdir for download
	which contains older releases.

	Makefile
		PORTVERSION bumped to 3.0.r2.1
		MASTER_SITES enhanced.
		PLIST_SUB added.
	distname
		updated
	pkg-plist
		%%PORTDOCS%% added.

>How-To-Repeat:

	n/a

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/isc-dhcp3/Makefile,v
retrieving revision 1.59
diff -u -r1.59 Makefile
--- Makefile	2001/04/22 11:59:08	1.59
+++ Makefile	2001/04/25 10:50:52
@@ -7,9 +7,10 @@
 #
 
 PORTNAME=	dhcp
-PORTVERSION=	3.0.r2
+PORTVERSION=	3.0.r2.1
 CATEGORIES=	net
-MASTER_SITES=	ftp://ftp.isc.org/isc/dhcp/
+MASTER_SITES=	ftp://ftp.isc.org/isc/dhcp/ \
+		ftp://ftp.isc.org/isc/dhcp/dhcp-3.0-history/
 PKGNAMEPREFIX=	isc-
 PKGNAMESUFFIX=	3
 DISTNAME=	${PORTNAME}-${RELEASE}${VERSION}${PATCHLEVEL}
@@ -21,6 +22,8 @@
 #
 
 HAS_CONFIGURE=	yes
+
+PLIST_SUB=	PKGBASE="${PKGBASE}"
 
 MAN3=		dhcpctl.3 omapi.3
 MAN5=		dhclient.conf.5 dhclient.leases.5 dhcp-contrib.5 \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/isc-dhcp3/distinfo,v
retrieving revision 1.27
diff -u -r1.27 distinfo
--- distinfo	2001/04/22 11:59:08	1.27
+++ distinfo	2001/04/25 10:58:44
@@ -1 +1 @@
-MD5 (dhcp-3.0rc2.tar.gz) = 411e8e14291cd4158abcad5bf1bafa1d
+MD5 (dhcp-3.0rc2pl1.tar.gz) = 7c81d953f4c82fa7835edc09df945fd7
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net/isc-dhcp3/pkg-plist,v
retrieving revision 1.15
diff -u -r1.15 pkg-plist
--- pkg-plist	2001/02/17 14:17:29	1.15
+++ pkg-plist	2001/04/23 03:59:42
@@ -19,13 +19,13 @@
 sbin/dhclient-script
 sbin/dhcpd
 sbin/dhcrelay
-share/doc/isc-dhcp3/CHANGES
-share/doc/isc-dhcp3/COPYRIGHT
-share/doc/isc-dhcp3/README
-share/doc/isc-dhcp3/RELNOTES
+%%PORTDOCS%%share/doc/%%PKGBASE%%/CHANGES
+%%PORTDOCS%%share/doc/%%PKGBASE%%/COPYRIGHT
+%%PORTDOCS%%share/doc/%%PKGBASE%%/README
+%%PORTDOCS%%share/doc/%%PKGBASE%%/RELNOTES
 @dirrm include/isc
 @dirrm include/omapip
-@dirrm share/doc/isc-dhcp3
+%%PORTDOCS%%@dirrm share/doc/%%PKGBASE%%
 @exec [ -f /var/db/dhclient.leases ] || touch /var/db/dhclient.leases
 @unexec [ -s /var/db/dhclient.leases ] || rm -f /var/db/dhclient.leases
 @exec [ -f /var/db/dhcpd.leases ] || touch /var/db/dhcpd.leases
>Release-Note:
>Audit-Trail:
>Unformatted:

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?200104251118.f3PBIPs08580>