summaryrefslogtreecommitdiff
path: root/net/isc-dhcp40-server
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2001-06-29 01:25:07 +0000
committerJames E. Housley <jeh@FreeBSD.org>2001-06-29 01:25:07 +0000
commitc2adc4c0478bb614d26fa67811a0910f5cf946ca (patch)
treef3cba01ab10f871aecf7a84d39039432675decce /net/isc-dhcp40-server
parentdvipdfm updated to version 0.13.2c (diff)
Update to version 3.0.r8.2
PR: 28500 Submitted by: Cyrille Lefevre <clefevre@redirect.to>
Notes
Notes: svn path=/head/; revision=44539
Diffstat (limited to 'net/isc-dhcp40-server')
-rw-r--r--net/isc-dhcp40-server/Makefile5
-rw-r--r--net/isc-dhcp40-server/distinfo2
-rw-r--r--net/isc-dhcp40-server/files/patch-site.conf6
3 files changed, 8 insertions, 5 deletions
diff --git a/net/isc-dhcp40-server/Makefile b/net/isc-dhcp40-server/Makefile
index 094a80abc34c..1d07bbae84f3 100644
--- a/net/isc-dhcp40-server/Makefile
+++ b/net/isc-dhcp40-server/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= dhcp
-PORTVERSION= 3.0.r8
+PORTVERSION= 3.0.r8.2
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/%SUBDIR%/ \
${US_MASTER_SITES} ${JAPAN_MASTER_SITES} \
@@ -40,11 +40,12 @@ PLIST_SUB= DATA_DIR="${DATA_DIR}" RCD_SUBDIR="${RCD_SUBDIR}" \
INC_SUBDIR="${INC_SUBDIR}" LIB_SUBDIR="${LIB_SUBDIR}" \
DOC_SUBDIR="${DOC_SUBDIR}" SAMP_SUFFIX="${SAMP_SUFFIX}"
+MAN1= omshell.1
MAN3= dhcpctl.3 omapi.3 omshell.3
MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-contrib.5 \
dhcp-eval.5 dhcp-options.5 dhcpd.conf.5 \
dhcpd.leases.5
-MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8 omshell.8
+MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8
#
# Local variables
diff --git a/net/isc-dhcp40-server/distinfo b/net/isc-dhcp40-server/distinfo
index 5bd51ee78e7a..899737882044 100644
--- a/net/isc-dhcp40-server/distinfo
+++ b/net/isc-dhcp40-server/distinfo
@@ -1 +1 @@
-MD5 (dhcp-3.0rc8.tar.gz) = 7dc2d0e71699eab558aff56430725266
+MD5 (dhcp-3.0rc8pl2.tar.gz) = a6a1599c4667db1d9b87062cf4e41036
diff --git a/net/isc-dhcp40-server/files/patch-site.conf b/net/isc-dhcp40-server/files/patch-site.conf
index 2ddf7a219ed8..5c14e470dcbc 100644
--- a/net/isc-dhcp40-server/files/patch-site.conf
+++ b/net/isc-dhcp40-server/files/patch-site.conf
@@ -1,6 +1,6 @@
--- site.conf.orig Wed Jul 7 17:20:10 1999
-+++ site.conf Wed Jun 6 06:05:47 2001
-@@ -1,2 +1,33 @@
++++ site.conf Sun Jun 24 02:07:17 2001
+@@ -1,2 +1,35 @@
# Put local site configuration stuff here to override the default
# settings in Makefile.conf
+
@@ -15,6 +15,8 @@
+FFMANEXT = .5
+LIBMANDIR = $(PREFIX)/man/man3
+LIBMANEXT = .3
++USRMANDIR = $(PREFIX)/man/man1
++USRMANEXT = .1
+MANCAT = man
+# INSTALL = ${INSTALL_DATA}
+# MANINSTALL = ${INSTALL_MAN}