[53935] trunk/dports/devel/libmemcached/Portfile
brett at macports.org
brett at macports.org
Thu Jul 16 11:40:36 PDT 2009
Revision: 53935
http://trac.macports.org/changeset/53935
Author: brett at macports.org
Date: 2009-07-16 11:40:35 -0700 (Thu, 16 Jul 2009)
Log Message:
-----------
update libmemcached to 0.31
Modified Paths:
--------------
trunk/dports/devel/libmemcached/Portfile
Modified: trunk/dports/devel/libmemcached/Portfile
===================================================================
--- trunk/dports/devel/libmemcached/Portfile 2009-07-16 18:20:51 UTC (rev 53934)
+++ trunk/dports/devel/libmemcached/Portfile 2009-07-16 18:40:35 UTC (rev 53935)
@@ -4,7 +4,7 @@
PortSystem 1.0
name libmemcached
-version 0.30
+version 0.31
description libmemcached is a C and C++ client library to the memcached server
long_description libmemcached is a C and C++ client library for memcached. \
It has been designed to be light on memory usage, thread safe, \
@@ -14,7 +14,14 @@
platforms darwin
homepage http://tangent.org/552/libmemcached.html
master_sites http://download.tangent.org/
-checksums sha1 d517d8af21adeb0518ff103a22ff1b649542d97a
+checksums sha1 62d2922a121fa9b7cd28a4fdb26f688640131d60
depends_lib port:memcached
configure.args --mandir=${prefix}/share/man
+variant dtrace description {enable dtrace probes } {
+ configure.args-append --enable-dtrace
+}
+
+variant hsieh description {include support for hsieh hashing } {
+ configure.args-append --enable-hsieh_hash
+}
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090716/eb8df686/attachment.html>
More information about the macports-changes
mailing list