From 6c2372d759f4e9b46e5d6f5878288d245a4df682 Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Sat, 27 Feb 1999 04:32:21 +0000 Subject: Upgrade to isc-dhcp2.b1.16 and unbreak. --- net/isc-dhcp2/Makefile | 11 ++++------- net/isc-dhcp2/distinfo | 2 +- net/isc-dhcp2/files/patch-ab | 15 ++++++++++++--- net/isc-dhcp2/pkg-plist | 1 + net/isc-dhcp3-server/Makefile | 11 ++++------- net/isc-dhcp3-server/distinfo | 2 +- net/isc-dhcp3-server/pkg-plist | 1 + net/isc-dhcp3/Makefile | 11 ++++------- net/isc-dhcp3/distinfo | 2 +- net/isc-dhcp3/pkg-plist | 1 + net/isc-dhcp30-server/Makefile | 11 ++++------- net/isc-dhcp30-server/distinfo | 2 +- net/isc-dhcp30-server/pkg-plist | 1 + net/isc-dhcp31-server/Makefile | 11 ++++------- net/isc-dhcp31-server/distinfo | 2 +- net/isc-dhcp31-server/pkg-plist | 1 + net/isc-dhcp40-server/Makefile | 11 ++++------- net/isc-dhcp40-server/distinfo | 2 +- net/isc-dhcp40-server/pkg-plist | 1 + 19 files changed, 48 insertions(+), 51 deletions(-) (limited to 'net') diff --git a/net/isc-dhcp2/Makefile b/net/isc-dhcp2/Makefile index 2b982ad7c6ec..07bf823bdded 100644 --- a/net/isc-dhcp2/Makefile +++ b/net/isc-dhcp2/Makefile @@ -1,20 +1,18 @@ # Ports collection makefile for: dhcp -# Version required: 2.0b1pl6 +# Version required: 2.0b1pl16 # Date created: 7 Mar 1996 # Whom: se # -# $Id: Makefile,v 1.21 1999/01/13 03:37:28 scrappy Exp $ +# $Id: Makefile,v 1.22 1999/02/10 18:24:23 obrien Exp $ # -DISTNAME= dhcp-2.0b1pl6 -PKGNAME= isc-dhcp2.b1.6 +DISTNAME= dhcp-2.0b1pl16 +PKGNAME= isc-dhcp2.b1.16 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ MAINTAINER= jseger@FreeBSD.org -BROKEN='port installs two files into /etc (dhclient.conf & dhclient-script) rather than PREFIX/etc. The port does not install required dhclient-script at all.' - Y2K= http://www.isc.org/y2k.html HAS_CONFIGURE= yes @@ -28,7 +26,6 @@ _MANPAGES+= ${CAT8:S%^%${MANPREFIX}/man/cat8/%} post-install: ${TOUCH} /var/db/dhcpd.leases - ${TOUCH} /etc/dhclient.conf .for file in dhclient dhcpd dhcrelay if [ -f ${PREFIX}/sbin/${file} ]; then \ strip ${PREFIX}/sbin/${file}; \ diff --git a/net/isc-dhcp2/distinfo b/net/isc-dhcp2/distinfo index a1eb784b0bae..785a8c3c64b1 100644 --- a/net/isc-dhcp2/distinfo +++ b/net/isc-dhcp2/distinfo @@ -1 +1 @@ -MD5 (dhcp-2.0b1pl6.tar.gz) = 3da0fee19ae8038795671030ea0f7bcf +MD5 (dhcp-2.0b1pl16.tar.gz) = 3d08cb5c91de1a68871a226b86375036 diff --git a/net/isc-dhcp2/files/patch-ab b/net/isc-dhcp2/files/patch-ab index 89c5ce7b347c..6a35d070845e 100644 --- a/net/isc-dhcp2/files/patch-ab +++ b/net/isc-dhcp2/files/patch-ab @@ -1,5 +1,14 @@ ---- Makefile.conf.orig Mon Dec 1 16:14:31 1997 -+++ Makefile.conf Mon Dec 1 16:19:04 1997 +--- Makefile.conf.orig Wed Feb 24 10:28:51 1999 ++++ Makefile.conf Fri Feb 26 23:20:40 1999 +@@ -42,7 +42,7 @@ + MANINSTALL = install -c -m 444 + CHMOD = chmod + CATMANPAGES = +-ETC = /etc ++ETC = /usr/local/etc + VARRUN = /var/run + VARDB = /var/db + @@ -143,6 +143,13 @@ ##--freebsd-- #CF = cf/freebsd.h @@ -13,4 +22,4 @@ +#FFMANEXT = .5 ##--freebsd-- - ## NetBSD + ## Rhapsody diff --git a/net/isc-dhcp2/pkg-plist b/net/isc-dhcp2/pkg-plist index 4edd11fcf6bb..c18356d090d3 100644 --- a/net/isc-dhcp2/pkg-plist +++ b/net/isc-dhcp2/pkg-plist @@ -1,3 +1,4 @@ +etc/dhclient-script sbin/dhclient sbin/dhcpd sbin/dhcrelay diff --git a/net/isc-dhcp3-server/Makefile b/net/isc-dhcp3-server/Makefile index 2b982ad7c6ec..07bf823bdded 100644 --- a/net/isc-dhcp3-server/Makefile +++ b/net/isc-dhcp3-server/Makefile @@ -1,20 +1,18 @@ # Ports collection makefile for: dhcp -# Version required: 2.0b1pl6 +# Version required: 2.0b1pl16 # Date created: 7 Mar 1996 # Whom: se # -# $Id: Makefile,v 1.21 1999/01/13 03:37:28 scrappy Exp $ +# $Id: Makefile,v 1.22 1999/02/10 18:24:23 obrien Exp $ # -DISTNAME= dhcp-2.0b1pl6 -PKGNAME= isc-dhcp2.b1.6 +DISTNAME= dhcp-2.0b1pl16 +PKGNAME= isc-dhcp2.b1.16 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ MAINTAINER= jseger@FreeBSD.org -BROKEN='port installs two files into /etc (dhclient.conf & dhclient-script) rather than PREFIX/etc. The port does not install required dhclient-script at all.' - Y2K= http://www.isc.org/y2k.html HAS_CONFIGURE= yes @@ -28,7 +26,6 @@ _MANPAGES+= ${CAT8:S%^%${MANPREFIX}/man/cat8/%} post-install: ${TOUCH} /var/db/dhcpd.leases - ${TOUCH} /etc/dhclient.conf .for file in dhclient dhcpd dhcrelay if [ -f ${PREFIX}/sbin/${file} ]; then \ strip ${PREFIX}/sbin/${file}; \ diff --git a/net/isc-dhcp3-server/distinfo b/net/isc-dhcp3-server/distinfo index a1eb784b0bae..785a8c3c64b1 100644 --- a/net/isc-dhcp3-server/distinfo +++ b/net/isc-dhcp3-server/distinfo @@ -1 +1 @@ -MD5 (dhcp-2.0b1pl6.tar.gz) = 3da0fee19ae8038795671030ea0f7bcf +MD5 (dhcp-2.0b1pl16.tar.gz) = 3d08cb5c91de1a68871a226b86375036 diff --git a/net/isc-dhcp3-server/pkg-plist b/net/isc-dhcp3-server/pkg-plist index 4edd11fcf6bb..c18356d090d3 100644 --- a/net/isc-dhcp3-server/pkg-plist +++ b/net/isc-dhcp3-server/pkg-plist @@ -1,3 +1,4 @@ +etc/dhclient-script sbin/dhclient sbin/dhcpd sbin/dhcrelay diff --git a/net/isc-dhcp3/Makefile b/net/isc-dhcp3/Makefile index 2b982ad7c6ec..07bf823bdded 100644 --- a/net/isc-dhcp3/Makefile +++ b/net/isc-dhcp3/Makefile @@ -1,20 +1,18 @@ # Ports collection makefile for: dhcp -# Version required: 2.0b1pl6 +# Version required: 2.0b1pl16 # Date created: 7 Mar 1996 # Whom: se # -# $Id: Makefile,v 1.21 1999/01/13 03:37:28 scrappy Exp $ +# $Id: Makefile,v 1.22 1999/02/10 18:24:23 obrien Exp $ # -DISTNAME= dhcp-2.0b1pl6 -PKGNAME= isc-dhcp2.b1.6 +DISTNAME= dhcp-2.0b1pl16 +PKGNAME= isc-dhcp2.b1.16 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ MAINTAINER= jseger@FreeBSD.org -BROKEN='port installs two files into /etc (dhclient.conf & dhclient-script) rather than PREFIX/etc. The port does not install required dhclient-script at all.' - Y2K= http://www.isc.org/y2k.html HAS_CONFIGURE= yes @@ -28,7 +26,6 @@ _MANPAGES+= ${CAT8:S%^%${MANPREFIX}/man/cat8/%} post-install: ${TOUCH} /var/db/dhcpd.leases - ${TOUCH} /etc/dhclient.conf .for file in dhclient dhcpd dhcrelay if [ -f ${PREFIX}/sbin/${file} ]; then \ strip ${PREFIX}/sbin/${file}; \ diff --git a/net/isc-dhcp3/distinfo b/net/isc-dhcp3/distinfo index a1eb784b0bae..785a8c3c64b1 100644 --- a/net/isc-dhcp3/distinfo +++ b/net/isc-dhcp3/distinfo @@ -1 +1 @@ -MD5 (dhcp-2.0b1pl6.tar.gz) = 3da0fee19ae8038795671030ea0f7bcf +MD5 (dhcp-2.0b1pl16.tar.gz) = 3d08cb5c91de1a68871a226b86375036 diff --git a/net/isc-dhcp3/pkg-plist b/net/isc-dhcp3/pkg-plist index 4edd11fcf6bb..c18356d090d3 100644 --- a/net/isc-dhcp3/pkg-plist +++ b/net/isc-dhcp3/pkg-plist @@ -1,3 +1,4 @@ +etc/dhclient-script sbin/dhclient sbin/dhcpd sbin/dhcrelay diff --git a/net/isc-dhcp30-server/Makefile b/net/isc-dhcp30-server/Makefile index 2b982ad7c6ec..07bf823bdded 100644 --- a/net/isc-dhcp30-server/Makefile +++ b/net/isc-dhcp30-server/Makefile @@ -1,20 +1,18 @@ # Ports collection makefile for: dhcp -# Version required: 2.0b1pl6 +# Version required: 2.0b1pl16 # Date created: 7 Mar 1996 # Whom: se # -# $Id: Makefile,v 1.21 1999/01/13 03:37:28 scrappy Exp $ +# $Id: Makefile,v 1.22 1999/02/10 18:24:23 obrien Exp $ # -DISTNAME= dhcp-2.0b1pl6 -PKGNAME= isc-dhcp2.b1.6 +DISTNAME= dhcp-2.0b1pl16 +PKGNAME= isc-dhcp2.b1.16 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ MAINTAINER= jseger@FreeBSD.org -BROKEN='port installs two files into /etc (dhclient.conf & dhclient-script) rather than PREFIX/etc. The port does not install required dhclient-script at all.' - Y2K= http://www.isc.org/y2k.html HAS_CONFIGURE= yes @@ -28,7 +26,6 @@ _MANPAGES+= ${CAT8:S%^%${MANPREFIX}/man/cat8/%} post-install: ${TOUCH} /var/db/dhcpd.leases - ${TOUCH} /etc/dhclient.conf .for file in dhclient dhcpd dhcrelay if [ -f ${PREFIX}/sbin/${file} ]; then \ strip ${PREFIX}/sbin/${file}; \ diff --git a/net/isc-dhcp30-server/distinfo b/net/isc-dhcp30-server/distinfo index a1eb784b0bae..785a8c3c64b1 100644 --- a/net/isc-dhcp30-server/distinfo +++ b/net/isc-dhcp30-server/distinfo @@ -1 +1 @@ -MD5 (dhcp-2.0b1pl6.tar.gz) = 3da0fee19ae8038795671030ea0f7bcf +MD5 (dhcp-2.0b1pl16.tar.gz) = 3d08cb5c91de1a68871a226b86375036 diff --git a/net/isc-dhcp30-server/pkg-plist b/net/isc-dhcp30-server/pkg-plist index 4edd11fcf6bb..c18356d090d3 100644 --- a/net/isc-dhcp30-server/pkg-plist +++ b/net/isc-dhcp30-server/pkg-plist @@ -1,3 +1,4 @@ +etc/dhclient-script sbin/dhclient sbin/dhcpd sbin/dhcrelay diff --git a/net/isc-dhcp31-server/Makefile b/net/isc-dhcp31-server/Makefile index 2b982ad7c6ec..07bf823bdded 100644 --- a/net/isc-dhcp31-server/Makefile +++ b/net/isc-dhcp31-server/Makefile @@ -1,20 +1,18 @@ # Ports collection makefile for: dhcp -# Version required: 2.0b1pl6 +# Version required: 2.0b1pl16 # Date created: 7 Mar 1996 # Whom: se # -# $Id: Makefile,v 1.21 1999/01/13 03:37:28 scrappy Exp $ +# $Id: Makefile,v 1.22 1999/02/10 18:24:23 obrien Exp $ # -DISTNAME= dhcp-2.0b1pl6 -PKGNAME= isc-dhcp2.b1.6 +DISTNAME= dhcp-2.0b1pl16 +PKGNAME= isc-dhcp2.b1.16 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ MAINTAINER= jseger@FreeBSD.org -BROKEN='port installs two files into /etc (dhclient.conf & dhclient-script) rather than PREFIX/etc. The port does not install required dhclient-script at all.' - Y2K= http://www.isc.org/y2k.html HAS_CONFIGURE= yes @@ -28,7 +26,6 @@ _MANPAGES+= ${CAT8:S%^%${MANPREFIX}/man/cat8/%} post-install: ${TOUCH} /var/db/dhcpd.leases - ${TOUCH} /etc/dhclient.conf .for file in dhclient dhcpd dhcrelay if [ -f ${PREFIX}/sbin/${file} ]; then \ strip ${PREFIX}/sbin/${file}; \ diff --git a/net/isc-dhcp31-server/distinfo b/net/isc-dhcp31-server/distinfo index a1eb784b0bae..785a8c3c64b1 100644 --- a/net/isc-dhcp31-server/distinfo +++ b/net/isc-dhcp31-server/distinfo @@ -1 +1 @@ -MD5 (dhcp-2.0b1pl6.tar.gz) = 3da0fee19ae8038795671030ea0f7bcf +MD5 (dhcp-2.0b1pl16.tar.gz) = 3d08cb5c91de1a68871a226b86375036 diff --git a/net/isc-dhcp31-server/pkg-plist b/net/isc-dhcp31-server/pkg-plist index 4edd11fcf6bb..c18356d090d3 100644 --- a/net/isc-dhcp31-server/pkg-plist +++ b/net/isc-dhcp31-server/pkg-plist @@ -1,3 +1,4 @@ +etc/dhclient-script sbin/dhclient sbin/dhcpd sbin/dhcrelay diff --git a/net/isc-dhcp40-server/Makefile b/net/isc-dhcp40-server/Makefile index 2b982ad7c6ec..07bf823bdded 100644 --- a/net/isc-dhcp40-server/Makefile +++ b/net/isc-dhcp40-server/Makefile @@ -1,20 +1,18 @@ # Ports collection makefile for: dhcp -# Version required: 2.0b1pl6 +# Version required: 2.0b1pl16 # Date created: 7 Mar 1996 # Whom: se # -# $Id: Makefile,v 1.21 1999/01/13 03:37:28 scrappy Exp $ +# $Id: Makefile,v 1.22 1999/02/10 18:24:23 obrien Exp $ # -DISTNAME= dhcp-2.0b1pl6 -PKGNAME= isc-dhcp2.b1.6 +DISTNAME= dhcp-2.0b1pl16 +PKGNAME= isc-dhcp2.b1.16 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ MAINTAINER= jseger@FreeBSD.org -BROKEN='port installs two files into /etc (dhclient.conf & dhclient-script) rather than PREFIX/etc. The port does not install required dhclient-script at all.' - Y2K= http://www.isc.org/y2k.html HAS_CONFIGURE= yes @@ -28,7 +26,6 @@ _MANPAGES+= ${CAT8:S%^%${MANPREFIX}/man/cat8/%} post-install: ${TOUCH} /var/db/dhcpd.leases - ${TOUCH} /etc/dhclient.conf .for file in dhclient dhcpd dhcrelay if [ -f ${PREFIX}/sbin/${file} ]; then \ strip ${PREFIX}/sbin/${file}; \ diff --git a/net/isc-dhcp40-server/distinfo b/net/isc-dhcp40-server/distinfo index a1eb784b0bae..785a8c3c64b1 100644 --- a/net/isc-dhcp40-server/distinfo +++ b/net/isc-dhcp40-server/distinfo @@ -1 +1 @@ -MD5 (dhcp-2.0b1pl6.tar.gz) = 3da0fee19ae8038795671030ea0f7bcf +MD5 (dhcp-2.0b1pl16.tar.gz) = 3d08cb5c91de1a68871a226b86375036 diff --git a/net/isc-dhcp40-server/pkg-plist b/net/isc-dhcp40-server/pkg-plist index 4edd11fcf6bb..c18356d090d3 100644 --- a/net/isc-dhcp40-server/pkg-plist +++ b/net/isc-dhcp40-server/pkg-plist @@ -1,3 +1,4 @@ +etc/dhclient-script sbin/dhclient sbin/dhcpd sbin/dhcrelay -- cgit v1.2.3