[93493] trunk/dports/net/pdnsd/Portfile

mww at macports.org mww at macports.org
Thu May 24 03:41:55 PDT 2012


Revision: 93493
          https://trac.macports.org/changeset/93493
Author:   mww at macports.org
Date:     2012-05-24 03:41:55 -0700 (Thu, 24 May 2012)
Log Message:
-----------
pdnsd: whitespace changes only

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

Modified: trunk/dports/net/pdnsd/Portfile
===================================================================
--- trunk/dports/net/pdnsd/Portfile	2012-05-24 10:40:03 UTC (rev 93492)
+++ trunk/dports/net/pdnsd/Portfile	2012-05-24 10:41:55 UTC (rev 93493)
@@ -2,31 +2,31 @@
 
 PortSystem 1.0
 
-name			pdnsd
-version			1.2.9
-categories		net
-platforms		darwin
-maintainers		mww
-description		proxy dns server with permanent caching
-long_description	pdnsd is a proxy dns server with permanent caching: the \
-			cache contents are written to hard disk on exit. It is designed to \
-			cope with unreachable or down dns servers, for example in dial-in \
-			networking.
+name                pdnsd
+version             1.2.9
+categories          net
+platforms           darwin
+maintainers         mww
+description         proxy dns server with permanent caching
+long_description    \
+    pdnsd is a proxy dns server with permanent caching: the cache contents are \
+    written to hard disk on exit. It is designed to cope with unreachable or \
+    down dns servers, for example in dial-in networking.
 
-homepage		http://members.home.nl/p.a.rombouts/pdnsd/
-master_sites		http://members.home.nl/p.a.rombouts/pdnsd/releases/
-distname		pdnsd-${version}-par
+homepage            http://members.home.nl/p.a.rombouts/pdnsd/
+master_sites        http://members.home.nl/p.a.rombouts/pdnsd/releases/
+distname            pdnsd-${version}-par
 checksums           md5     037f79d191b98974ffc2c9649727bf66 \
                     sha256  772d50e8ab45e11a541a263f086ead18a795a0f97745c2215a5d8e7c0c4f92da \
                     rmd160  0a584e03f6db8037ff6ef7289e279ff5ec71c34e
 
-worksrcdir		${name}-${version}
+worksrcdir          ${name}-${version}
 
-configure.args		--mandir=${prefix}/share/man \
-			--sysconfdir=${prefix}/etc/${name} \
-			--disable-ipv6 \
-			--with-cachedir=${prefix}/var/cache/pdnsd \
-			--with-random-device=arc4random
+configure.args      --mandir=${prefix}/share/man \
+                    --sysconfdir=${prefix}/etc/${name} \
+                    --disable-ipv6 \
+                    --with-cachedir=${prefix}/var/cache/pdnsd \
+                    --with-random-device=arc4random
 
-livecheck.type		freecode
-livecheck.version	${version}-par
+livecheck.type      freecode
+livecheck.version   ${version}-par
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120524/16db11f5/attachment.html>


More information about the macports-changes mailing list