[112572] trunk/dports/net/dnsmasq

snc at macports.org snc at macports.org
Sat Oct 26 11:51:29 PDT 2013


Revision: 112572
          https://trac.macports.org/changeset/112572
Author:   snc at macports.org
Date:     2013-10-26 11:51:29 -0700 (Sat, 26 Oct 2013)
Log Message:
-----------
dnsmasq: fix refreshed patch from r112571

Revision Links:
--------------
    https://trac.macports.org/changeset/112571

Modified Paths:
--------------
    trunk/dports/net/dnsmasq/Portfile
    trunk/dports/net/dnsmasq/files/patch-src-config.h.diff

Modified: trunk/dports/net/dnsmasq/Portfile
===================================================================
--- trunk/dports/net/dnsmasq/Portfile	2013-10-26 18:45:29 UTC (rev 112571)
+++ trunk/dports/net/dnsmasq/Portfile	2013-10-26 18:51:29 UTC (rev 112572)
@@ -5,6 +5,7 @@
 
 name                dnsmasq
 version             2.67
+revision            1
 categories          net
 license             GPL
 maintainers         snc openmaintainer

Modified: trunk/dports/net/dnsmasq/files/patch-src-config.h.diff
===================================================================
--- trunk/dports/net/dnsmasq/files/patch-src-config.h.diff	2013-10-26 18:45:29 UTC (rev 112571)
+++ trunk/dports/net/dnsmasq/files/patch-src-config.h.diff	2013-10-26 18:51:29 UTC (rev 112572)
@@ -5,7 +5,7 @@
  #      define LEASEFILE "/data/misc/dhcp/dnsmasq.leases"
  #   else
 -#      define LEASEFILE "/var/lib/misc/dnsmasq.leases"
-+#      define LEASEFILE "/opt/pspp/var/lib/misc/dnsmasq.leases"
++#      define LEASEFILE "@PREFIX@/var/lib/misc/dnsmasq.leases"
  #   endif
  #endif
  
@@ -14,7 +14,7 @@
  #      define CONFFILE "/usr/local/etc/dnsmasq.conf"
  #   else
 -#      define CONFFILE "/etc/dnsmasq.conf"
-+#      define CONFFILE "/opt/pspp/etc/dnsmasq.conf"
++#      define CONFFILE "@PREFIX@/etc/dnsmasq.conf"
  #   endif
  #endif
  
@@ -23,7 +23,7 @@
  #      define RUNFILE "/data/dnsmasq.pid"
  #    else
 -#      define RUNFILE "/var/run/dnsmasq.pid"
-+#      define RUNFILE "/opt/pspp/var/run/dnsmasq/dnsmasq.pid"
++#      define RUNFILE "@PREFIX@/var/run/dnsmasq/dnsmasq.pid"
  #    endif
  #endif
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131026/94ca5ea3/attachment.html>


More information about the macports-changes mailing list