Index: head/net/isc-dhcp2/Makefile =================================================================== --- head/net/isc-dhcp2/Makefile (revision 31222) +++ head/net/isc-dhcp2/Makefile (revision 31223) @@ -1,37 +1,34 @@ # Ports collection makefile for: dhcp # Date created: 7 Mar 1996 # Whom: se # # $FreeBSD$ # PORTNAME= isc-dhcp -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.3 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ -DISTNAME= dhcp-2.0pl2 +DISTNAME= dhcp-2.0pl3 MAINTAINER= jseger@FreeBSD.org -FORBIDDEN= security hole found - Y2K= http://www.isc.org/y2k.html HAS_CONFIGURE= yes -MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \ - dhcpd.leases.5 -MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8 +MAN5= dhcp-options.5 dhcpd.conf.5 dhcpd.leases.5 +MAN8= dhcpd.8 dhcrelay.8 post-patch: @${PERL} -pi.fbsd -e 's.!!PREFIX!!.${PREFIX}.g' ${WRKSRC}/includes/dhcpd.h post-install: ${TOUCH} /var/db/dhcpd.leases -.for file in dhclient dhcpd dhcrelay +.for file in dhcpd dhcrelay if [ -f ${PREFIX}/sbin/${file} ]; then \ strip ${PREFIX}/sbin/${file}; \ fi .endfor .include Property changes on: head/net/isc-dhcp2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.36 \ No newline at end of property +1.37 \ No newline at end of property Index: head/net/isc-dhcp2/distinfo =================================================================== --- head/net/isc-dhcp2/distinfo (revision 31222) +++ head/net/isc-dhcp2/distinfo (revision 31223) @@ -1 +1 @@ -MD5 (dhcp-2.0pl2.tar.gz) = 145cb54107ea067fe2b8401e5ef5060f +MD5 (dhcp-2.0pl3.tar.gz) = 802da1920bd570c361359e0fabc536a6 Property changes on: head/net/isc-dhcp2/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/net/isc-dhcp2/files/patch-aa =================================================================== --- head/net/isc-dhcp2/files/patch-aa (nonexistent) +++ head/net/isc-dhcp2/files/patch-aa (revision 31223) @@ -0,0 +1,11 @@ +--- Makefile.dist.orig Tue Feb 23 13:08:50 1999 ++++ Makefile.dist Tue Aug 1 19:42:55 2000 +@@ -30,7 +30,7 @@ + # OF THE POSSIBILITY OF SUCH DAMAGE. + # + +-SUBDIRS= common server client relay ++SUBDIRS= common server relay + + all: + @for dir in ${SUBDIRS}; do \ Property changes on: head/net/isc-dhcp2/files/patch-aa ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/isc-dhcp2/files/patch-ai =================================================================== --- head/net/isc-dhcp2/files/patch-ai (revision 31222) +++ head/net/isc-dhcp2/files/patch-ai (revision 31223) @@ -1,11 +1,11 @@ ---- client/Makefile.dist.orig Wed Dec 3 19:33:35 1997 -+++ client/Makefile.dist Wed Dec 3 19:33:44 1997 -@@ -40,7 +40,7 @@ +--- client/Makefile.dist.orig Thu Jul 20 01:06:39 2000 ++++ client/Makefile.dist Tue Aug 1 16:40:00 2000 +@@ -42,7 +42,7 @@ DEBUG = -g INCLUDES = -I.. -I../includes DHCPLIB = ../common/libdhcp.a --CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) -+CFLAGS += $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) +-CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) \ ++CFLAGS+ = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) \ + -DCLIENT_PATH=${CLIENT_PATH} all: $(PROG) $(CATMANPAGES) - Property changes on: head/net/isc-dhcp2/files/patch-ai ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/isc-dhcp2/pkg-plist =================================================================== --- head/net/isc-dhcp2/pkg-plist (revision 31222) +++ head/net/isc-dhcp2/pkg-plist (revision 31223) @@ -1,6 +1,4 @@ -etc/dhclient-script -sbin/dhclient sbin/dhcpd sbin/dhcrelay @exec touch /var/db/dhcpd.leases @exec touch %D/etc/dhclient.conf Property changes on: head/net/isc-dhcp2/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property