[64110] trunk/dports/devel/libmemcached/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Feb 22 06:46:50 PST 2010


Revision: 64110
          http://trac.macports.org/changeset/64110
Author:   ryandesign at macports.org
Date:     2010-02-22 06:46:46 -0800 (Mon, 22 Feb 2010)
Log Message:
-----------
libmemcached: update to 0.38 (see #22884), add build dependency on perl5 since it uses pod2man; maintainer timeout

Modified Paths:
--------------
    trunk/dports/devel/libmemcached/Portfile

Modified: trunk/dports/devel/libmemcached/Portfile
===================================================================
--- trunk/dports/devel/libmemcached/Portfile	2010-02-22 14:26:57 UTC (rev 64109)
+++ trunk/dports/devel/libmemcached/Portfile	2010-02-22 14:46:46 UTC (rev 64110)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name                    libmemcached
-version                 0.34
+version                 0.38
 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,11 @@
 platforms               darwin
 homepage                http://tangent.org/552/libmemcached.html
 master_sites            http://download.tangent.org/
-checksums               sha1 2cb6089413270d6f1a12a7d968efd1405c416eb8
+
+checksums               md5     157655fe844bb83baee4ca99546f665d \
+                        sha1    d231ba7cd390d889b7d66451a8014b028bbfc9eb \
+                        rmd160  fb2ca140311b02c04e1a3246b2af306e46aa74cb
+
 depends_lib             port:memcached
 configure.args          --mandir=${prefix}/share/man
 
@@ -24,4 +28,4 @@
 
 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/20100222/312bcd6b/attachment.html>


More information about the macports-changes mailing list