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

snc at macports.org snc at macports.org
Mon Oct 20 10:20:21 PDT 2014


Revision: 127077
          https://trac.macports.org/changeset/127077
Author:   snc at macports.org
Date:     2014-10-20 10:20:21 -0700 (Mon, 20 Oct 2014)
Log Message:
-----------
dnsmasq: update to 2.72, remove KeepAlive/NetworkState #45497

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

Modified: trunk/dports/net/dnsmasq/Portfile
===================================================================
--- trunk/dports/net/dnsmasq/Portfile	2014-10-20 17:07:02 UTC (rev 127076)
+++ trunk/dports/net/dnsmasq/Portfile	2014-10-20 17:20:21 UTC (rev 127077)
@@ -4,7 +4,8 @@
 PortSystem          1.0
 
 name                dnsmasq
-version             2.71
+version             2.72
+revision            1
 categories          net
 license             GPL
 maintainers         snc openmaintainer
@@ -33,8 +34,8 @@
 master_sites        http://www.thekelleys.org.uk/dnsmasq/
 use_xz              yes
 
-checksums           rmd160  c242defb1828addd52e48ed24c4c0c9bfca0746b \
-                    sha256  4919fb572fed5c6205de1d384f8661c25c19358904c2e6265928e3a3e4bfffba
+checksums           rmd160  fb482d27e2f045f76638730ccb27c78135af3cd8 \
+                    sha256  7d0bd23f5d74b3a6b26a75d5ffcf9db81d461b47cbe578cb65a83a98008600b1
 patchfiles          patch-src-config.h.diff \
                     patch-src-network.c.diff
 post-patch {
@@ -132,11 +133,10 @@
     puts ${plist} "      <string>${prefix}/sbin/dnsmasq</string>"
     puts ${plist} "      <string>-k</string>"
     puts ${plist} "    </array>"
+    puts ${plist} "    <key>RunAtLoad</key>"
+    puts ${plist} "    <true/>"
     puts ${plist} "    <key>KeepAlive</key>"
-    puts ${plist} "    <dict>"
-    puts ${plist} "      <key>NetworkState</key>"
-    puts ${plist} "      <true/>"
-    puts ${plist} "    </dict>"
+    puts ${plist} "    <true/>"
     puts ${plist} "  </dict>"
     puts ${plist} "</plist>"
     close ${plist}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141020/8b6fc4af/attachment.html>


More information about the macports-changes mailing list