[65241] trunk/dports/net/unbound/Portfile

snc at macports.org snc at macports.org
Wed Mar 24 07:29:33 PDT 2010


Revision: 65241
          http://trac.macports.org/changeset/65241
Author:   snc at macports.org
Date:     2010-03-24 07:29:31 -0700 (Wed, 24 Mar 2010)
Log Message:
-----------
add pidfile config, #24051. also use autoreconf

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

Modified: trunk/dports/net/unbound/Portfile
===================================================================
--- trunk/dports/net/unbound/Portfile	2010-03-24 14:21:14 UTC (rev 65240)
+++ trunk/dports/net/unbound/Portfile	2010-03-24 14:29:31 UTC (rev 65241)
@@ -5,6 +5,7 @@
 
 name                unbound
 version             1.4.3
+revision            1
 categories          net
 conflicts           ldns
 license             BSD
@@ -29,10 +30,14 @@
 
 master_sites        http://unbound.net/downloads/
 
+use_autoreconf      yes
+
 checksums           md5     2dffdd42f94b8238447a41835439d129 \
                     sha1    4b4b979683993452359eccf4f60cf9404600da9d \
                     rmd160  6fd7403c13afa683d2dad2e9cfd66ef32a12e4ee
 
+configure.args-append --with-pidfile=${prefix}/var/run/${name}/${name}.pid
+
 post-destroot {
     addgroup ${unboundgroup}
     set gid [existsgroup ${unboundgroup}]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100324/e97ae8b6/attachment.html>


More information about the macports-changes mailing list