[20459] trunk

source_changes at macosforge.org source_changes at macosforge.org
Fri Nov 3 07:14:09 PST 2006


Revision: 20459
          http://trac.macosforge.org/projects/macports/changeset/20459
Author:   dluke at macports.org
Date:     2006-11-03 07:14:09 -0800 (Fri, 03 Nov 2006)

Log Message:
-----------
Version bump, update bind9 to 9.3.2-P2 (security fix)
 also, per jberry, replace his maintainership with mine

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

Property Changed:
----------------
    trunk/


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
f2dd1c64-7982-4318-98ce-263798263e0a:/local:20096
   + a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
f2dd1c64-7982-4318-98ce-263798263e0a:/local:20415

Modified: trunk/dports/net/bind9/Portfile
===================================================================
--- trunk/dports/net/bind9/Portfile	2006-11-03 15:12:21 UTC (rev 20458)
+++ trunk/dports/net/bind9/Portfile	2006-11-03 15:14:09 UTC (rev 20459)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name				bind9
-version				9.3.1
-revision			1
+version				9.3.2-P2
 
 categories			net
 maintainers			bchesneau at mac.com jberry at macports.org
@@ -23,10 +22,15 @@
 
 distname			bind-${version}
 master_sites		isc:${portname}/${version}
-checksums			md5 9ff3204eea27184ea0722f37e43fc95d
+checksums			md5 948101be324deb15ff94a5b6a639ea39
+depends_lib			port:openssl
 
-configure.args		--mandir=${prefix}/share/man --enable-libbind
+test.run			yes
+test.target			test
 
+configure.args		--mandir=${prefix}/share/man --enable-libbind \
+					--with-openssl=${prefix}
+
 post-patch {
 	# Put bind includes in ${prefix}/include/bind
 	reinplace "s|/bind/include|/include/bind|" \
@@ -74,11 +78,6 @@
 	configure.args-append 	--enable-ipv6
 }
 
-variant ssl {
-	depends_lib-append      lib:libssl.0.9:openssl
-	configure.args-append	--with-openssl
-}
-
 variant threads {
 	configure.args-append	--enable-threads
-}
\ No newline at end of file
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061103/67ea4182/attachment.html


More information about the macports-changes mailing list