[45060] trunk/dports/net/bind9/Portfile

dluke at macports.org dluke at macports.org
Wed Jan 7 13:07:04 PST 2009


Revision: 45060
          http://trac.macports.org/changeset/45060
Author:   dluke at macports.org
Date:     2009-01-07 13:07:03 -0800 (Wed, 07 Jan 2009)
Log Message:
-----------
version bump, bind9 to 9.6.0-P1 (security fix release) - bind9.6 does not include libbind, so if it is needed a new port will have to be added.

Modified Paths:
--------------
    trunk/dports/net/bind9/Portfile

Modified: trunk/dports/net/bind9/Portfile
===================================================================
--- trunk/dports/net/bind9/Portfile	2009-01-07 20:52:21 UTC (rev 45059)
+++ trunk/dports/net/bind9/Portfile	2009-01-07 21:07:03 UTC (rev 45060)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			bind9
-version			9.5.0-P2
+version			9.6.0-P1
 
 categories		net
 maintainers		dluke at geeklair.net
@@ -22,9 +22,9 @@
 
 distname		bind-${version}
 master_sites		isc:${name}/${version}
-checksums		md5 16c893f73a394c8cc36d7900cb9bb801 \
-			sha1 e93a230e0e80e8e5975c83bf0ca0b1186f53fe52 \
-			rmd160 2ac07f4d48f22cfeabd4d8089aaf955b81199dc0
+checksums           md5     886b7eae55cfdc8cd8d2ca74a2f99c6e \
+                    sha1    c2b703d05fc768f63f028b0812c46d6eb81c145d \
+                    rmd160  4507987e293b79e57ad6b87dd84012030d5b1d6e
 
 depends_lib		port:openssl
 
@@ -38,20 +38,11 @@
 startupitem.netchange	yes
 startupitem.executable	${prefix}/sbin/named -f
 
-configure.args		--mandir=${prefix}/share/man --enable-libbind \
+configure.args		--mandir=${prefix}/share/man \
 				--with-openssl=${prefix} \
 				--enable-threads \
 				--enable-ipv6
 
-post-patch {
-	# Put bind includes in ${prefix}/include/bind
-	reinplace "s|/bind/include|/include/bind|" \
-		${worksrcpath}/lib/bind/configure
-	# Put bind libs in ${prefix}/lib/bind
-	reinplace "s|/bind/lib|/lib/bind|" \
-		${worksrcpath}/lib/bind/configure
-}
-
 post-destroot	{
 	# Ensure needed directories
 	xinstall -m 755 -d \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090107/c5867171/attachment.html>


More information about the macports-changes mailing list