summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-06-25 20:08:41 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-06-25 20:08:41 +0000
commitc1c6dfd089b06ba49b5fcdd74c3938bbc5ed27eb (patch)
tree8d8cfd1ec60c4f1a22436aeca89df4cd08c6d47b
parentAuthor fixed a bug without updating the version number. (diff)
* Upgrade to dhcp-2.0 release.
* Install manpages instead of catpages
Notes
Notes: svn path=/head/; revision=19768
-rw-r--r--net/isc-dhcp2/Makefile15
-rw-r--r--net/isc-dhcp2/distinfo2
-rw-r--r--net/isc-dhcp2/files/patch-ab9
-rw-r--r--net/isc-dhcp3-server/Makefile15
-rw-r--r--net/isc-dhcp3-server/distinfo2
-rw-r--r--net/isc-dhcp3/Makefile15
-rw-r--r--net/isc-dhcp3/distinfo2
-rw-r--r--net/isc-dhcp30-server/Makefile15
-rw-r--r--net/isc-dhcp30-server/distinfo2
-rw-r--r--net/isc-dhcp31-server/Makefile15
-rw-r--r--net/isc-dhcp31-server/distinfo2
-rw-r--r--net/isc-dhcp40-server/Makefile15
-rw-r--r--net/isc-dhcp40-server/distinfo2
13 files changed, 47 insertions, 64 deletions
diff --git a/net/isc-dhcp2/Makefile b/net/isc-dhcp2/Makefile
index 9b16d7fe0df3..173393458298 100644
--- a/net/isc-dhcp2/Makefile
+++ b/net/isc-dhcp2/Makefile
@@ -1,13 +1,13 @@
# Ports collection makefile for: dhcp
-# Version required: 2.0b1pl27
+# Version required: 2.0
# Date created: 7 Mar 1996
# Whom: se
#
-# $Id: Makefile,v 1.28 1999/06/15 00:40:08 obrien Exp $
+# $Id: Makefile,v 1.29 1999/06/20 15:10:09 jkh Exp $
#
-DISTNAME= dhcp-2.0b1pl27
-PKGNAME= isc-dhcp-2.b1.27
+DISTNAME= dhcp-2.0
+PKGNAME= isc-${DISTNAME}
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
@@ -17,12 +17,9 @@ Y2K= http://www.isc.org/y2k.html
HAS_CONFIGURE= yes
-CAT5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \
+MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \
dhcpd.leases.5
-CAT8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8
-
-_MANPAGES+= ${CAT5:S%^%${MANPREFIX}/man/cat5/%}
-_MANPAGES+= ${CAT8:S%^%${MANPREFIX}/man/cat8/%}
+MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8
post-install:
${TOUCH} /var/db/dhcpd.leases
diff --git a/net/isc-dhcp2/distinfo b/net/isc-dhcp2/distinfo
index 23fd6d7e165c..5cc55bb33e25 100644
--- a/net/isc-dhcp2/distinfo
+++ b/net/isc-dhcp2/distinfo
@@ -1 +1 @@
-MD5 (dhcp-2.0b1pl27.tar.gz) = 00f83a0edaa427f0a3b27af39bbb7748
+MD5 (dhcp-2.0.tar.gz) = eff5d5359a50f878e4c0da082bf10475
diff --git a/net/isc-dhcp2/files/patch-ab b/net/isc-dhcp2/files/patch-ab
index f0e4079ae4d7..90f5491778b9 100644
--- a/net/isc-dhcp2/files/patch-ab
+++ b/net/isc-dhcp2/files/patch-ab
@@ -1,5 +1,5 @@
--- Makefile.conf.orig Mon Apr 12 18:35:36 1999
-+++ Makefile.conf Sun May 2 07:14:10 1999
++++ Makefile.conf Fri Jun 25 16:03:19 1999
@@ -43,7 +43,7 @@
CHMOD = chmod
CATMANPAGES =
@@ -9,16 +9,17 @@
VARRUN = /var/run
VARDB = /var/db
-@@ -155,6 +155,13 @@
+@@ -155,6 +155,14 @@
##--freebsd--
#CF = cf/freebsd.h
#SCRIPT=freebsd
+#PREFIX ?= /usr/local
+#BINDIR = ${PREFIX}/sbin
+#CLIENTBINDIR = ${PREFIX}/sbin
-+#ADMMANDIR = ${PREFIX}/man/cat8
++#MANCAT = man
++#ADMMANDIR = ${PREFIX}/man/man8
+#ADMMANEXT = .8
-+#FFMANDIR = ${PREFIX}/man/cat5
++#FFMANDIR = ${PREFIX}/man/man5
+#FFMANEXT = .5
##--freebsd--
diff --git a/net/isc-dhcp3-server/Makefile b/net/isc-dhcp3-server/Makefile
index 9b16d7fe0df3..173393458298 100644
--- a/net/isc-dhcp3-server/Makefile
+++ b/net/isc-dhcp3-server/Makefile
@@ -1,13 +1,13 @@
# Ports collection makefile for: dhcp
-# Version required: 2.0b1pl27
+# Version required: 2.0
# Date created: 7 Mar 1996
# Whom: se
#
-# $Id: Makefile,v 1.28 1999/06/15 00:40:08 obrien Exp $
+# $Id: Makefile,v 1.29 1999/06/20 15:10:09 jkh Exp $
#
-DISTNAME= dhcp-2.0b1pl27
-PKGNAME= isc-dhcp-2.b1.27
+DISTNAME= dhcp-2.0
+PKGNAME= isc-${DISTNAME}
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
@@ -17,12 +17,9 @@ Y2K= http://www.isc.org/y2k.html
HAS_CONFIGURE= yes
-CAT5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \
+MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \
dhcpd.leases.5
-CAT8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8
-
-_MANPAGES+= ${CAT5:S%^%${MANPREFIX}/man/cat5/%}
-_MANPAGES+= ${CAT8:S%^%${MANPREFIX}/man/cat8/%}
+MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8
post-install:
${TOUCH} /var/db/dhcpd.leases
diff --git a/net/isc-dhcp3-server/distinfo b/net/isc-dhcp3-server/distinfo
index 23fd6d7e165c..5cc55bb33e25 100644
--- a/net/isc-dhcp3-server/distinfo
+++ b/net/isc-dhcp3-server/distinfo
@@ -1 +1 @@
-MD5 (dhcp-2.0b1pl27.tar.gz) = 00f83a0edaa427f0a3b27af39bbb7748
+MD5 (dhcp-2.0.tar.gz) = eff5d5359a50f878e4c0da082bf10475
diff --git a/net/isc-dhcp3/Makefile b/net/isc-dhcp3/Makefile
index 9b16d7fe0df3..173393458298 100644
--- a/net/isc-dhcp3/Makefile
+++ b/net/isc-dhcp3/Makefile
@@ -1,13 +1,13 @@
# Ports collection makefile for: dhcp
-# Version required: 2.0b1pl27
+# Version required: 2.0
# Date created: 7 Mar 1996
# Whom: se
#
-# $Id: Makefile,v 1.28 1999/06/15 00:40:08 obrien Exp $
+# $Id: Makefile,v 1.29 1999/06/20 15:10:09 jkh Exp $
#
-DISTNAME= dhcp-2.0b1pl27
-PKGNAME= isc-dhcp-2.b1.27
+DISTNAME= dhcp-2.0
+PKGNAME= isc-${DISTNAME}
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
@@ -17,12 +17,9 @@ Y2K= http://www.isc.org/y2k.html
HAS_CONFIGURE= yes
-CAT5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \
+MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \
dhcpd.leases.5
-CAT8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8
-
-_MANPAGES+= ${CAT5:S%^%${MANPREFIX}/man/cat5/%}
-_MANPAGES+= ${CAT8:S%^%${MANPREFIX}/man/cat8/%}
+MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8
post-install:
${TOUCH} /var/db/dhcpd.leases
diff --git a/net/isc-dhcp3/distinfo b/net/isc-dhcp3/distinfo
index 23fd6d7e165c..5cc55bb33e25 100644
--- a/net/isc-dhcp3/distinfo
+++ b/net/isc-dhcp3/distinfo
@@ -1 +1 @@
-MD5 (dhcp-2.0b1pl27.tar.gz) = 00f83a0edaa427f0a3b27af39bbb7748
+MD5 (dhcp-2.0.tar.gz) = eff5d5359a50f878e4c0da082bf10475
diff --git a/net/isc-dhcp30-server/Makefile b/net/isc-dhcp30-server/Makefile
index 9b16d7fe0df3..173393458298 100644
--- a/net/isc-dhcp30-server/Makefile
+++ b/net/isc-dhcp30-server/Makefile
@@ -1,13 +1,13 @@
# Ports collection makefile for: dhcp
-# Version required: 2.0b1pl27
+# Version required: 2.0
# Date created: 7 Mar 1996
# Whom: se
#
-# $Id: Makefile,v 1.28 1999/06/15 00:40:08 obrien Exp $
+# $Id: Makefile,v 1.29 1999/06/20 15:10:09 jkh Exp $
#
-DISTNAME= dhcp-2.0b1pl27
-PKGNAME= isc-dhcp-2.b1.27
+DISTNAME= dhcp-2.0
+PKGNAME= isc-${DISTNAME}
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
@@ -17,12 +17,9 @@ Y2K= http://www.isc.org/y2k.html
HAS_CONFIGURE= yes
-CAT5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \
+MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \
dhcpd.leases.5
-CAT8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8
-
-_MANPAGES+= ${CAT5:S%^%${MANPREFIX}/man/cat5/%}
-_MANPAGES+= ${CAT8:S%^%${MANPREFIX}/man/cat8/%}
+MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8
post-install:
${TOUCH} /var/db/dhcpd.leases
diff --git a/net/isc-dhcp30-server/distinfo b/net/isc-dhcp30-server/distinfo
index 23fd6d7e165c..5cc55bb33e25 100644
--- a/net/isc-dhcp30-server/distinfo
+++ b/net/isc-dhcp30-server/distinfo
@@ -1 +1 @@
-MD5 (dhcp-2.0b1pl27.tar.gz) = 00f83a0edaa427f0a3b27af39bbb7748
+MD5 (dhcp-2.0.tar.gz) = eff5d5359a50f878e4c0da082bf10475
diff --git a/net/isc-dhcp31-server/Makefile b/net/isc-dhcp31-server/Makefile
index 9b16d7fe0df3..173393458298 100644
--- a/net/isc-dhcp31-server/Makefile
+++ b/net/isc-dhcp31-server/Makefile
@@ -1,13 +1,13 @@
# Ports collection makefile for: dhcp
-# Version required: 2.0b1pl27
+# Version required: 2.0
# Date created: 7 Mar 1996
# Whom: se
#
-# $Id: Makefile,v 1.28 1999/06/15 00:40:08 obrien Exp $
+# $Id: Makefile,v 1.29 1999/06/20 15:10:09 jkh Exp $
#
-DISTNAME= dhcp-2.0b1pl27
-PKGNAME= isc-dhcp-2.b1.27
+DISTNAME= dhcp-2.0
+PKGNAME= isc-${DISTNAME}
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
@@ -17,12 +17,9 @@ Y2K= http://www.isc.org/y2k.html
HAS_CONFIGURE= yes
-CAT5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \
+MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \
dhcpd.leases.5
-CAT8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8
-
-_MANPAGES+= ${CAT5:S%^%${MANPREFIX}/man/cat5/%}
-_MANPAGES+= ${CAT8:S%^%${MANPREFIX}/man/cat8/%}
+MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8
post-install:
${TOUCH} /var/db/dhcpd.leases
diff --git a/net/isc-dhcp31-server/distinfo b/net/isc-dhcp31-server/distinfo
index 23fd6d7e165c..5cc55bb33e25 100644
--- a/net/isc-dhcp31-server/distinfo
+++ b/net/isc-dhcp31-server/distinfo
@@ -1 +1 @@
-MD5 (dhcp-2.0b1pl27.tar.gz) = 00f83a0edaa427f0a3b27af39bbb7748
+MD5 (dhcp-2.0.tar.gz) = eff5d5359a50f878e4c0da082bf10475
diff --git a/net/isc-dhcp40-server/Makefile b/net/isc-dhcp40-server/Makefile
index 9b16d7fe0df3..173393458298 100644
--- a/net/isc-dhcp40-server/Makefile
+++ b/net/isc-dhcp40-server/Makefile
@@ -1,13 +1,13 @@
# Ports collection makefile for: dhcp
-# Version required: 2.0b1pl27
+# Version required: 2.0
# Date created: 7 Mar 1996
# Whom: se
#
-# $Id: Makefile,v 1.28 1999/06/15 00:40:08 obrien Exp $
+# $Id: Makefile,v 1.29 1999/06/20 15:10:09 jkh Exp $
#
-DISTNAME= dhcp-2.0b1pl27
-PKGNAME= isc-dhcp-2.b1.27
+DISTNAME= dhcp-2.0
+PKGNAME= isc-${DISTNAME}
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
@@ -17,12 +17,9 @@ Y2K= http://www.isc.org/y2k.html
HAS_CONFIGURE= yes
-CAT5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \
+MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \
dhcpd.leases.5
-CAT8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8
-
-_MANPAGES+= ${CAT5:S%^%${MANPREFIX}/man/cat5/%}
-_MANPAGES+= ${CAT8:S%^%${MANPREFIX}/man/cat8/%}
+MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8
post-install:
${TOUCH} /var/db/dhcpd.leases
diff --git a/net/isc-dhcp40-server/distinfo b/net/isc-dhcp40-server/distinfo
index 23fd6d7e165c..5cc55bb33e25 100644
--- a/net/isc-dhcp40-server/distinfo
+++ b/net/isc-dhcp40-server/distinfo
@@ -1 +1 @@
-MD5 (dhcp-2.0b1pl27.tar.gz) = 00f83a0edaa427f0a3b27af39bbb7748
+MD5 (dhcp-2.0.tar.gz) = eff5d5359a50f878e4c0da082bf10475