[65182] trunk/dports/sysutils/gearmand/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Mar 23 05:02:16 PDT 2010


Revision: 65182
          http://trac.macports.org/changeset/65182
Author:   ryandesign at macports.org
Date:     2010-03-23 05:02:16 -0700 (Tue, 23 Mar 2010)
Log Message:
-----------
gearmand: use startupitem.executable instead of startupitem.start and startupitem.stop; see #24165

Modified Paths:
--------------
    trunk/dports/sysutils/gearmand/Portfile

Modified: trunk/dports/sysutils/gearmand/Portfile
===================================================================
--- trunk/dports/sysutils/gearmand/Portfile	2010-03-23 11:59:58 UTC (rev 65181)
+++ trunk/dports/sysutils/gearmand/Portfile	2010-03-23 12:02:16 UTC (rev 65182)
@@ -4,6 +4,7 @@
 
 name                    gearmand
 version                 0.12
+revision                1
 description             framework for distributed computation
 long_description        Gearman provides a generic application framework \
                         to farm out work to other machines or processes \
@@ -30,8 +31,11 @@
                         --enable-threads
 
 startupitem.create      yes
-startupitem.start       "${prefix}/sbin/gearmand -vv --port=4730 -u root --pid-file=${prefix}/var/run/gearmand.pid --log-file=${prefix}/var/log/gearmand.log"
-startupitem.stop        "/usr/bin/killall gearmand"
+startupitem.executable  ${prefix}/sbin/gearmand -vv \
+                        --port=4730 \
+                        -u root \
+                        --pid-file=${prefix}/var/run/gearmand.pid \
+                        --log-file=${prefix}/var/log/gearmand.log
 
 variant dtrace description (Enable DTrace probes) {
     configure.args-append    --enable-dtrace
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100323/3cd1459e/attachment.html>


More information about the macports-changes mailing list