[41600] trunk/dports/sysutils/beanstalkd

nick at macports.org nick at macports.org
Thu Nov 6 15:48:08 PST 2008


Revision: 41600
          http://trac.macports.org/changeset/41600
Author:   nick at macports.org
Date:     2008-11-06 15:48:08 -0800 (Thu, 06 Nov 2008)
Log Message:
-----------
Updated to 1.1, and removed the Makefile patch as the developers now use autoconf

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

Removed Paths:
-------------
    trunk/dports/sysutils/beanstalkd/files/

Modified: trunk/dports/sysutils/beanstalkd/Portfile
===================================================================
--- trunk/dports/sysutils/beanstalkd/Portfile	2008-11-06 23:15:19 UTC (rev 41599)
+++ trunk/dports/sysutils/beanstalkd/Portfile	2008-11-06 23:48:08 UTC (rev 41600)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			beanstalkd
-version			1.0
+version			1.1
 revision		0
 description		a fast, distributed, in-memory workqueue service
 long_description	\
@@ -16,21 +16,13 @@
 platforms		darwin
 homepage		http://xph.us/software/beanstalkd/
 master_sites		http://xph.us/software/beanstalkd/rel/
-checksums		md5 4549822ffec2d90da6a575a292f0e472 \
-			sha1 fb3d2c0d043ad7484b0ffd185498b1e604f7bd98 \
-			rmd160 a5bbd6d9b7ae9da9ad42dd7fd2880b78424a815a
+checksums		md5 36be022bb59545df51b537f0e423d2d6 \
+			sha1 c9a4aa6e1f1d122a5fc7eeeffacaa32e89a37f2c \
+			rmd160 6a0e37635765faeb67f9f849a59ed2d906bb06ae
 
 depends_lib		port:libevent \
 			port:gmake
 
-use_configure		no
-patchfiles		patch-Makefile.diff
-patch.pre_args		-p1
-post-patch {
-        reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Makefile
-}
+configure.args      --prefix=${prefix} \
+                    --with-event=${prefix}
 
-build.target
-destroot.cmd		install
-destroot.target		beanstalkd
-destroot.destdir	${destroot}${prefix}/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081106/ea607b34/attachment.html>


More information about the macports-changes mailing list