[58138] trunk/dports/python/py26-pylibmc/Portfile

blb at macports.org blb at macports.org
Tue Sep 22 14:50:13 PDT 2009


Revision: 58138
          http://trac.macports.org/changeset/58138
Author:   blb at macports.org
Date:     2009-09-22 14:50:09 -0700 (Tue, 22 Sep 2009)
Log Message:
-----------
python/py26-pylibmc - version update to 0.8.2, ticket #21543

Modified Paths:
--------------
    trunk/dports/python/py26-pylibmc/Portfile

Modified: trunk/dports/python/py26-pylibmc/Portfile
===================================================================
--- trunk/dports/python/py26-pylibmc/Portfile	2009-09-22 21:40:23 UTC (rev 58137)
+++ trunk/dports/python/py26-pylibmc/Portfile	2009-09-22 21:50:09 UTC (rev 58138)
@@ -5,7 +5,7 @@
 PortGroup           python26 1.0
 
 name                py26-pylibmc
-version             0.6.1
+version             0.8.2
 maintainers         voldmar.ru:voldmar
 description         python memcached client wrapped on libmemcached
 long_description    pylibmc is a Python wrapper around the accompanying \
@@ -15,9 +15,9 @@
 homepage            http://pypi.python.org/pypi/pylibmc
 master_sites        http://pypi.python.org/packages/source/p/pylibmc/
 distname            pylibmc-${version}
-checksums           md5 e1b82eb7dff446a034f174c93b6c9ac2 \
-                    sha1 0743e6df37e22ab16b7f2f8d65508b8966bb77d6 \
-                    rmd160 5b42103b01d086160159e97e0f9553627a6e13f1
+checksums           md5     df28af08a5e9d88e33adff7d5cf1095f \
+                    sha1    b3f32abcb592932c8429b3a87b36281576b025e7 \
+                    rmd160  f6bdb6f9bfb18b85e64309f5ecb2f21a99b3de7d
 
 depends_lib-append  port:libmemcached
 
@@ -31,7 +31,10 @@
 
 post-destroot {
     xinstall -m 644 -W ${worksrcpath} \
-         LICENSE benchmark.py tests.py \
+         LICENSE tests.py \
          ${destroot}${prefix}/share/doc/${name}
+}
 
-}
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     pylibmc (0\.\[0-9\]+\.\[0-9\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090922/26950848/attachment.html>


More information about the macports-changes mailing list