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

snc at macports.org snc at macports.org
Sat Jan 23 06:25:50 PST 2010


Revision: 63009
          http://trac.macports.org/changeset/63009
Author:   snc at macports.org
Date:     2010-01-23 06:25:46 -0800 (Sat, 23 Jan 2010)
Log Message:
-----------
updated version, ui_msg converted to notes

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

Modified: trunk/dports/net/dnsmasq/Portfile
===================================================================
--- trunk/dports/net/dnsmasq/Portfile	2010-01-23 14:10:29 UTC (rev 63008)
+++ trunk/dports/net/dnsmasq/Portfile	2010-01-23 14:25:46 UTC (rev 63009)
@@ -4,8 +4,7 @@
 PortSystem 1.0
 
 name		        dnsmasq
-version		        2.51
-revision            1
+version		        2.52
 categories	        net
 license             GPL
 maintainers	        snc openmaintainer
@@ -27,9 +26,9 @@
 
 master_sites	    http://www.thekelleys.org.uk/dnsmasq/
 
-checksums           md5     97465261a6de5258a3c3edfe51ca16a4 \
-                    sha1    2f161b9bce87de6cfc18e2c84017753bdb0ef209 \
-                    rmd160  ea15249d6f8a8e1bb62dc061899885c2791d6a28
+checksums           md5     1bb32fffdb4f977ead607802b5d701d0 \
+                    sha1    3c498251a6ce3bb457605d97b290958e63630bce \
+                    rmd160  2f68981ff8cb0abbb6d7a1f4e7d2f4254af3d273
 
 patchfiles	        patch-src-config.h.diff \
                     patch-Makefile.diff
@@ -110,17 +109,12 @@
         ln -sf "${itemdir}/${plistname}" "${destroot}/Library/${daemondest}"
     
         # Emit some information for the user
-        ui_msg ""
-        ui_msg "=============================================================================="
-        ui_msg "  A startup item has been generated that will aid in"
-        ui_msg "  starting ${name} with launchd. It is disabled"
-        ui_msg "  by default. Execute the following command to start it,"
-        ui_msg "  and to cause it to launch at startup:"
-        ui_msg ""
-        ui_msg "    sudo launchctl load -w /Library/${daemondest}/${plistname}"
-        ui_msg ""
-        ui_msg "=============================================================================="
-        ui_msg ""
+notes   \
+A startup item has been generated that will aid in \
+starting ${name} with launchd. It is disabled \
+by default. Execute the following command to start it, \
+and to cause it to launch at startup: \
+sudo port load /Library/${daemondest}/${plistname}
     }
 
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100123/db7a621d/attachment-0001.html>


More information about the macports-changes mailing list