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

dluke at macports.org dluke at macports.org
Tue Jun 23 15:01:30 PDT 2009


Revision: 52823
          http://trac.macports.org/changeset/52823
Author:   dluke at macports.org
Date:     2009-06-23 15:01:30 -0700 (Tue, 23 Jun 2009)
Log Message:
-----------
Whitespace changes.

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

Modified: trunk/dports/net/bind9/Portfile
===================================================================
--- trunk/dports/net/bind9/Portfile	2009-06-23 21:59:34 UTC (rev 52822)
+++ trunk/dports/net/bind9/Portfile	2009-06-23 22:01:30 UTC (rev 52823)
@@ -10,18 +10,20 @@
 platforms		darwin freebsd sunos
 
 description		Domain Name System server
-long_description  	The BIND DNS Server is used on the vast majority of name \
+long_description	The BIND DNS Server is used on the vast majority of name \
 				serving machines on the Internet, providing a robust \
-				and stable \
-				architecture on top of which an organization's naming architecture \
-				can be built.  The resolver library included in the BIND distribution \
+				and stable architecture on top of which an \
+				organization's naming architecture can be built. The \
+				resolver library included in the BIND distribution \
 				provides the standard APIs for translation between domain names \
 				and Internet addresses and is intended to be linked with applications \
 				requiring name service.
+
 homepage		http://www.isc.org
 
 distname		bind-${version}
 master_sites		isc:${name}/${version}
+
 checksums	md5	516ac74d8eaaef30ad4c99ada8b715cd \
 		sha1	50c485a152b566ca89d082e5d6f777c00f0a92b2 \
 		rmd160	18431b1418eda7298295945d63d5ad185f19d78f
@@ -70,7 +72,7 @@
 	ui_msg "* To setup named to run, you need to copy named.conf.dist"
 	ui_msg "* to named.conf:"
 	ui_msg "* sudo cp ${prefix}/etc/named.conf.dist ${prefix}/etc/named.conf"
-	ui_msg "* and edit as needed.  If you use the default zone files for"
+	ui_msg "* and edit as needed. If you use the default zone files for"
 	ui_msg "* 127.0.0, localhost, and the cache, you also need to copy"
 	ui_msg "* those files:"
 	ui_msg "* sudo cp ${prefix}/var/named/db.127.0.0.dist ${prefix}/var/named/db.127.0.0"
@@ -82,14 +84,14 @@
 platform darwin 6 { depends_lib-append lib:libdl:dlcompat }
 
 variant dlz_mysql5 description {Dynamically Loaded Zones (dlz) stored in MySQL 5.x} {
-    depends_lib-append \
-        path:bin/mysql_config5:mysql5
-    patchfiles-append patch-configure
-    patchfiles-append patch-contrib-dlz-config.dlz.in
-    # Threads are not safe when bind9 is compiled with dlz
-    configure.args-delete \
-        --enable-threads
-    configure.args-append \
-        --with-dlz-mysql=${prefix}/bin/mysql_config5 \
-        --disable-threads
+	depends_lib-append \
+		path:bin/mysql_config5:mysql5
+	patchfiles-append patch-configure
+	patchfiles-append patch-contrib-dlz-config.dlz.in
+	# Threads are not safe when bind9 is compiled with dlz
+	configure.args-delete \
+		--enable-threads
+	configure.args-append \
+		--with-dlz-mysql=${prefix}/bin/mysql_config5 \
+		--disable-threads
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090623/3be91b39/attachment-0001.html>


More information about the macports-changes mailing list