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

dluke at macports.org dluke at macports.org
Sat Dec 12 05:23:45 PST 2015


Revision: 142352
          https://trac.macports.org/changeset/142352
Author:   dluke at macports.org
Date:     2015-11-10 06:34:18 -0800 (Tue, 10 Nov 2015)
Log Message:
-----------
unbound: fix post-activate as reported broken on macports-users

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

Modified: trunk/dports/net/unbound/Portfile
===================================================================
--- trunk/dports/net/unbound/Portfile	2015-11-10 11:17:37 UTC (rev 142351)
+++ trunk/dports/net/unbound/Portfile	2015-11-10 14:34:18 UTC (rev 142352)
@@ -5,7 +5,7 @@
 
 name                unbound
 version             1.5.6
-revision            1
+revision            2
 categories          net
 license             BSD
 maintainers         snc
@@ -60,7 +60,7 @@
 
 post-activate {
     system "${prefix}/sbin/unbound-anchor -a \"${prefix}/etc/${name}/root.key\" || :"
-    file attributes ${prefix}/var/run/${name}/root.key -owner ${unbounduser} -group ${unboundgroup}
+    file attributes ${prefix}/etc/${name}/root.key -owner ${unbounduser} -group ${unboundgroup}
 }
 
 # Make it run on boot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/97760a38/attachment.html>


More information about the macports-changes mailing list