Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jun 2001 06:32:29 +0200 (CEST)
From:      Cyrille Lefevre <clefevre@redirect.to>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27899: Updated port: net/isc-dhcp3 (3.0.r8)
Message-ID:  <200106060432.f564WTs26753@gits.dyndns.org>

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

>Number:         27899
>Category:       ports
>Synopsis:       Updated port: net/isc-dhcp3 (3.0.r8)
>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:   Tue Jun 05 21:40:00 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 #25: Wed May 23 04:06:20 CEST 2001     root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM  i386

>Description:

	Makefile
		PORTVERSION bumped to 3.0.r8
		FETCH_BEFORE_ARGS added
		MAN3 and MAN8 updated
		BIN_SUBDIR renamed to SBIN_SUBDIR
		BIN_SUBDIR added
		PLIST_SUB updated

	distinfo
		updated

	pkg-plist
		updated as needed

	files/patch-site.conf
		USERBINDIR added

>How-To-Repeat:

	n/a

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/isc-dhcp3/Makefile,v
retrieving revision 1.63
diff -u -r1.63 Makefile
--- Makefile	2001/05/21 19:30:29	1.63
+++ Makefile	2001/06/06 04:25:44
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	dhcp
-PORTVERSION=	3.0.r7
+PORTVERSION=	3.0.r8
 CATEGORIES=	net
 MASTER_SITES=	ftp://ftp.isc.org/isc/%SUBDIR%/ \
 		${US_MASTER_SITES} ${JAPAN_MASTER_SITES} \
@@ -30,19 +30,21 @@
 # Global variables
 #
 
+FETCH_BEFORE_ARGS+= -p
+
 HAS_CONFIGURE=	yes
 
 PLIST_SUB=	DATA_DIR="${DATA_DIR}" RCD_SUBDIR="${RCD_SUBDIR}" \
 		CONF_SUBDIR="${CONF_SUBDIR}" SAMP_SUBDIR="${SAMP_SUBDIR}" \
-		BIN_SUBDIR="${BIN_SUBDIR}" INC_SUBDIR="${INC_SUBDIR}" \
-		LIB_SUBDIR="${LIB_SUBDIR}" DOC_SUBDIR="${DOC_SUBDIR}" \
-		SAMP_SUFFIX="${SAMP_SUFFIX}"
+		BIN_SUBDIR="${BIN_SUBDIR}" SBIN_SUBDIR="${SBIN_SUBDIR}" \
+		INC_SUBDIR="${INC_SUBDIR}" LIB_SUBDIR="${LIB_SUBDIR}" \
+		DOC_SUBDIR="${DOC_SUBDIR}" SAMP_SUFFIX="${SAMP_SUFFIX}"
 
-MAN3=		dhcpctl.3 omapi.3
+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
+MAN8=		dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8 omshell.8
 
 #
 # Local variables
@@ -109,7 +111,8 @@
 DOC_FILES=	CHANGES COPYRIGHT README RELNOTES
 DATA_FILES=	dhclient.leases dhcpd.leases
 
-BIN_SUBDIR=	sbin
+BIN_SUBDIR=	bin
+SBIN_SUBDIR=	sbin
 CONF_SUBDIR=	etc
 SAMP_SUBDIR=	${CONF_SUBDIR}
 RCD_SUBDIR=	etc/rc.d
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/isc-dhcp3/distinfo,v
retrieving revision 1.31
diff -u -r1.31 distinfo
--- distinfo	2001/05/21 19:30:29	1.31
+++ distinfo	2001/06/06 03:17:31
@@ -1 +1 @@
-MD5 (dhcp-3.0rc7.tar.gz) = 835be51c217c629d46fbcb422b1c91a9
+MD5 (dhcp-3.0rc8.tar.gz) = 7dc2d0e71699eab558aff56430725266
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net/isc-dhcp3/pkg-plist,v
retrieving revision 1.17
diff -u -r1.17 pkg-plist
--- pkg-plist	2001/05/21 19:30:29	1.17
+++ pkg-plist	2001/06/06 04:24:19
@@ -3,27 +3,28 @@
 %%SAMP_SUBDIR%%/dhcpd.conf%%SAMP_SUFFIX%%
 %%RCD_SUBDIR%%/isc-dhcpd.sh%%SAMP_SUFFIX%%
 %%INC_SUBDIR%%/dhcpctl.h
-%%INC_SUBDIR%%/isc/boolean.h
-%%INC_SUBDIR%%/isc/dst.h
-%%INC_SUBDIR%%/isc/int.h
-%%INC_SUBDIR%%/isc/lang.h
-%%INC_SUBDIR%%/isc/list.h
-%%INC_SUBDIR%%/isc/result.h
-%%INC_SUBDIR%%/isc/types.h
+%%INC_SUBDIR%%/isc-dhcp/boolean.h
+%%INC_SUBDIR%%/isc-dhcp/dst.h
+%%INC_SUBDIR%%/isc-dhcp/int.h
+%%INC_SUBDIR%%/isc-dhcp/lang.h
+%%INC_SUBDIR%%/isc-dhcp/list.h
+%%INC_SUBDIR%%/isc-dhcp/result.h
+%%INC_SUBDIR%%/isc-dhcp/types.h
 %%INC_SUBDIR%%/omapip/alloc.h
 %%INC_SUBDIR%%/omapip/buffer.h
 %%INC_SUBDIR%%/omapip/omapip.h
 %%LIB_SUBDIR%%/libdhcpctl.a
 %%LIB_SUBDIR%%/libomapi.a
-%%BIN_SUBDIR%%/dhclient
-%%BIN_SUBDIR%%/dhclient-script
-%%BIN_SUBDIR%%/dhcpd
-%%BIN_SUBDIR%%/dhcrelay
+%%BIN_SUBDIR%%/omshell
+%%SBIN_SUBDIR%%/dhclient
+%%SBIN_SUBDIR%%/dhclient-script
+%%SBIN_SUBDIR%%/dhcpd
+%%SBIN_SUBDIR%%/dhcrelay
 %%PORTDOCS%%%%DOC_SUBDIR%%/CHANGES
 %%PORTDOCS%%%%DOC_SUBDIR%%/COPYRIGHT
 %%PORTDOCS%%%%DOC_SUBDIR%%/README
 %%PORTDOCS%%%%DOC_SUBDIR%%/RELNOTES
-@dirrm %%INC_SUBDIR%%/isc
+@dirrm %%INC_SUBDIR%%/isc-dhcp
 @dirrm %%INC_SUBDIR%%/omapip
 %%PORTDOCS%%@dirrm %%DOC_SUBDIR%%
 @unexec rm -f %%RCD_SUBDIR%%/isc-dhcpd.sh
Index: files/patch-site.conf
===================================================================
RCS file: /home/ncvs/ports/net/isc-dhcp3/files/patch-site.conf,v
retrieving revision 1.5
diff -u -r1.5 patch-site.conf
--- files/patch-site.conf	2001/03/24 11:09:53	1.5
+++ files/patch-site.conf	2001/06/06 04:06:02
@@ -1,11 +1,12 @@
 --- site.conf.orig	Wed Jul  7 17:20:10 1999
-+++ site.conf	Sat Mar 24 04:55:39 2001
-@@ -1,2 +1,32 @@
++++ site.conf	Wed Jun  6 06:05:47 2001
+@@ -1,2 +1,33 @@
  # Put local site configuration stuff here to override the default
  # settings in Makefile.conf
 +
 +PREFIX ?=	/usr/local
 +
++USERBINDIR =	$(PREFIX)/bin
 +BINDIR =	$(PREFIX)/sbin
 +CLIENTBINDIR =	$(PREFIX)/sbin
 +ADMMANDIR =	$(PREFIX)/man/man8
>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?200106060432.f564WTs26753>