[51338] trunk/dports/net/dnsmasq/Portfile

snc at macports.org snc at macports.org
Fri May 22 23:03:40 PDT 2009


Revision: 51338
          http://trac.macports.org/changeset/51338
Author:   snc at macports.org
Date:     2009-05-22 23:03:39 -0700 (Fri, 22 May 2009)
Log Message:
-----------
whitespace

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

Modified: trunk/dports/net/dnsmasq/Portfile
===================================================================
--- trunk/dports/net/dnsmasq/Portfile	2009-05-23 05:59:08 UTC (rev 51337)
+++ trunk/dports/net/dnsmasq/Portfile	2009-05-23 06:03:39 UTC (rev 51338)
@@ -3,31 +3,34 @@
 
 PortSystem 1.0
 
-name		dnsmasq
-version		2.47
-categories	net
-platforms	darwin
-maintainers	snc openmaintainer
-description	lightweight DNS forwarder and DHCP server
+name		        dnsmasq
+version		        2.47
+categories	        net
+maintainers	        snc openmaintainer
+description	        lightweight DNS forwarder and DHCP server
 long_description	Dnsmasq is lightweight, easy to configure DNS \
-			forwarder and DHCP server. It is designed to provide \
-			DNS and, optionally, DHCP, to a small network. It can \
-			serve the names of local machines which are not in the \
-			global DNS. The DHCP server integrates with the DNS \
-			server and allows machines with DHCP-allocated \
-			addresses to appear in the DNS with names configured \
-			either in each host or in a central configuration \
-			file. Dnsmasq supports static and dynamic DHCP leases \
-			and BOOTP for network booting of diskless machines.
-homepage	http://www.thekelleys.org.uk/dnsmasq/doc.html
-master_sites	http://www.thekelleys.org.uk/dnsmasq/
-checksums	md5    4524081e56d0b935717d493e8e8d3e11 \
-            sha1   a01ae622410636c5cdad9b789e69fb4bbc3a5d6a \
-            rmd160 79c7c4f2fac483f237401294747dfda93921ab1d
-patchfiles	patch-src-config.h.diff patch-Makefile.diff
+			        forwarder and DHCP server. It is designed to provide \
+			        DNS and, optionally, DHCP, to a small network. It can \
+                    serve the names of local machines which are not in the \
+                    global DNS. The DHCP server integrates with the DNS \
+                    server and allows machines with DHCP-allocated \
+                    addresses to appear in the DNS with names configured \
+                    either in each host or in a central configuration \
+                    file. Dnsmasq supports static and dynamic DHCP leases \
+                    and BOOTP for network booting of diskless machines.
+homepage	        http://www.thekelleys.org.uk/dnsmasq/doc.html
 
-depends_build   port:nawk
+platforms	        darwin
+depends_build       port:nawk
 
+master_sites	    http://www.thekelleys.org.uk/dnsmasq/
+
+checksums	        md5    4524081e56d0b935717d493e8e8d3e11 \
+                    sha1   a01ae622410636c5cdad9b789e69fb4bbc3a5d6a \
+                    rmd160 79c7c4f2fac483f237401294747dfda93921ab1d
+
+patchfiles	        patch-src-config.h.diff \
+                    patch-Makefile.diff
 post-patch {
 	reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/src/config.h
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090522/dcb108e6/attachment.html>


More information about the macports-changes mailing list