aboutsummaryrefslogtreecommitdiffstats
path: root/net/isc-dhcp42-server
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2011-08-14 10:24:06 +0800
committerzi <zi@FreeBSD.org>2011-08-14 10:24:06 +0800
commitfaa9d4055fcd40a2bd05d0f3629ff83639914b56 (patch)
treeef04318f5adf4f4f48969d7ae13b6f2785ce03ab /net/isc-dhcp42-server
parentd4d278243deb763985538f6a947b6fc580b75fba (diff)
downloadfreebsd-ports-gnome-faa9d4055fcd40a2bd05d0f3629ff83639914b56.tar.gz
freebsd-ports-gnome-faa9d4055fcd40a2bd05d0f3629ff83639914b56.tar.zst
freebsd-ports-gnome-faa9d4055fcd40a2bd05d0f3629ff83639914b56.zip
Update to 4.2.2
Approved by: wxs (mentor)
Diffstat (limited to 'net/isc-dhcp42-server')
-rw-r--r--net/isc-dhcp42-server/Makefile8
-rw-r--r--net/isc-dhcp42-server/distinfo4
-rw-r--r--net/isc-dhcp42-server/files/extra-patch-bind__Makefile8
3 files changed, 10 insertions, 10 deletions
diff --git a/net/isc-dhcp42-server/Makefile b/net/isc-dhcp42-server/Makefile
index 9febb4eccbf3..e3e948602a4d 100644
--- a/net/isc-dhcp42-server/Makefile
+++ b/net/isc-dhcp42-server/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= dhcp
-DISTVERSION= 4.2.1
+DISTVERSION= 4.2.2
#PORTREVISION= ${DHCP_PORTREVISION}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR= dhcp
PKGNAMEPREFIX= isc-
PKGNAMESUFFIX= 42-${SUBSYS}
-DISTNAME= ${PORTNAME}-${DISTVERSION}-${PATCHLEVEL}
+#DISTNAME= ${PORTNAME}-${DISTVERSION}-${PATCHLEVEL}
MAINTAINER= zi@FreeBSD.org
COMMENT?= The ISC Dynamic Host Configuration Protocol server
@@ -22,13 +22,13 @@ USE_GMAKE= yes
LICENSE= ISCL
-PATCHLEVEL= P1
+#PATCHLEVEL= P1
PORTREVISION_SERVER= 0
PORTREVISION_CLIENT= 0
PORTREVISION_RELAY= 0
SUBSYS?= server
-WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}-${PATCHLEVEL}
+#WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}-${PATCHLEVEL}
UNIQUENAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
diff --git a/net/isc-dhcp42-server/distinfo b/net/isc-dhcp42-server/distinfo
index f776fd213545..fd70b1f4b236 100644
--- a/net/isc-dhcp42-server/distinfo
+++ b/net/isc-dhcp42-server/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dhcp-4.2.1-P1.tar.gz) = 6cd5e06512c53ad43d71400f39071ce0bd07f074e416c727d5bc7e5949ec55ec
-SIZE (dhcp-4.2.1-P1.tar.gz) = 8797289
+SHA256 (dhcp-4.2.2.tar.gz) = 846ee115bd3a789ef4d8d051e1078b920b152c5644179c1a28ed59aa1b5ee38c
+SIZE (dhcp-4.2.2.tar.gz) = 8764108
diff --git a/net/isc-dhcp42-server/files/extra-patch-bind__Makefile b/net/isc-dhcp42-server/files/extra-patch-bind__Makefile
index 135768648d47..75937e88d817 100644
--- a/net/isc-dhcp42-server/files/extra-patch-bind__Makefile
+++ b/net/isc-dhcp42-server/files/extra-patch-bind__Makefile
@@ -1,11 +1,11 @@
---- ./bind/Makefile.orig 2011-06-29 07:31:02.000000000 -0400
-+++ ./bind/Makefile 2011-06-29 07:31:22.000000000 -0400
+--- bind/Makefile.orig 2011-07-19 20:38:58.000000000 -0400
++++ bind/Makefile 2011-08-13 08:02:25.000000000 -0400
@@ -45,7 +45,7 @@
# Currently disable the epoll and devpoll options as they don't interact
# well with the DHCP code.
@echo Configuring BIND Export libraries for DHCP.
-- @(cd ${bindsrcdir} && ./configure --disable-kqueue --disable-epoll --disable-devpoll --without-openssl --without-libxml2 --enable-exportlib --enable-threads=no --with-export-includedir=${binddir}/include --with-export-libdir=${binddir}/lib > ${binddir}/configure.log)
-+ @(cd ${bindsrcdir} && ./configure --disable-symtable --disable-kqueue --disable-epoll --disable-devpoll --without-openssl --without-libxml2 --enable-exportlib --enable-threads=no --with-export-includedir=${binddir}/include --with-export-libdir=${binddir}/lib > ${binddir}/configure.log)
+- @(cd ${bindsrcdir} && ./configure --disable-kqueue --disable-epoll --disable-devpoll --without-openssl --without-libxml2 --enable-exportlib --enable-threads=no --with-export-includedir=${binddir}/include --with-export-libdir=${binddir}/lib --with-gssapi=no > ${binddir}/configure.log)
++ @(cd ${bindsrcdir} && ./configure --disable-symtable --disable-kqueue --disable-epoll --disable-devpoll --without-openssl --without-libxml2 --enable-exportlib --enable-threads=no --with-export-includedir=${binddir}/include --with-export-libdir=${binddir}/lib --with-gssapi=no > ${binddir}/configure.log)
# Build the export libraries
@echo Building BIND Export libraries - this takes some time.