[84734] trunk/dports/sysutils/beanstalkd/Portfile

nick at macports.org nick at macports.org
Fri Sep 30 04:48:17 PDT 2011


Revision: 84734
          http://trac.macports.org/changeset/84734
Author:   nick at macports.org
Date:     2011-09-30 04:48:15 -0700 (Fri, 30 Sep 2011)
Log Message:
-----------
Beanstalkd: applying Ryan's suggested fixes from tickets #31464 and #31465

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

Modified: trunk/dports/sysutils/beanstalkd/Portfile
===================================================================
--- trunk/dports/sysutils/beanstalkd/Portfile	2011-09-30 11:36:52 UTC (rev 84733)
+++ trunk/dports/sysutils/beanstalkd/Portfile	2011-09-30 11:48:15 UTC (rev 84734)
@@ -4,7 +4,7 @@
 
 name                    beanstalkd
 version                 1.4.6
-revision                2
+revision                3
 description             a fast, distributed, in-memory workqueue service
 long_description        \
         beanstalkd is a fast, distributed, in-memory workqueue service. \
@@ -22,9 +22,10 @@
 
 patchfiles              patch-configure.diff
 
-depends_lib             port:libevent1 \
-                        port:gmake
+depends_build           port:gmake
 
+depends_lib             port:libevent1
+
 configure.args          --with-event=${prefix}
 
 # Version 1.4.6 has problems with clang as the compiler
@@ -34,15 +35,3 @@
 
 startupitem.create      yes
 startupitem.executable  ${prefix}/bin/beanstalkd -u nobody
-
-post-activate {
-    ui_msg "###########################################################"
-    ui_msg "# To launch beanstalkd manually, run:"
-    ui_msg "# "
-    ui_msg "# sudo launchctl load -w /Library/LaunchDaemons/org.macports.beanstalkd.plist"
-    ui_msg "# "
-    ui_msg "# and to stop beanstalkd, run:"
-    ui_msg "# "
-    ui_msg "# sudo launchctl unload -w /Library/LaunchDaemons/org.macports.beanstalkd.plist"
-    ui_msg "###########################################################"
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110930/3567dfe5/attachment.html>


More information about the macports-changes mailing list