[58298] trunk/dports/python
akitada at macports.org
akitada at macports.org
Fri Sep 25 07:13:26 PDT 2009
Revision: 58298
http://trac.macports.org/changeset/58298
Author: akitada at macports.org
Date: 2009-09-25 07:13:23 -0700 (Fri, 25 Sep 2009)
Log Message:
-----------
[FIX 21594] Upgraded python-memcached to 1.44
Modified Paths:
--------------
trunk/dports/python/py-memcached/Portfile
trunk/dports/python/py25-memcached/Portfile
trunk/dports/python/py26-memcached/Portfile
Modified: trunk/dports/python/py-memcached/Portfile
===================================================================
--- trunk/dports/python/py-memcached/Portfile 2009-09-25 13:53:45 UTC (rev 58297)
+++ trunk/dports/python/py-memcached/Portfile 2009-09-25 14:13:23 UTC (rev 58298)
@@ -5,7 +5,7 @@
PortGroup python24 1.0
name py-memcached
-version 1.43
+version 1.44
categories python devel net
platforms darwin
maintainers dh
@@ -17,9 +17,13 @@
information.
homepage http://www.tummy.com/Community/software/python-memcached/
-master_sites ftp://ftp.tummy.com/pub/python-memcached/
-checksums md5 9bfa9d9b10dfc2d91ab74486773c6fc2 \
- sha1 4cef6f6b1ed40ff330b7e02366f5a3e6959fcb71 \
- rmd160 91e624c7c4fd3a8b072761d18ffbba0df2c79e72
+master_sites ftp://ftp.tummy.com/pub/python-memcached/old-releases/
+checksums md5 03c74e39a9598f27ba5e3c3f714d04cf \
+ sha1 951b70f8f9b0bd3835523abd1d58d0c3c5d951a3 \
+ rmd160 b22bf24d5275342e5a8987687bb878e230127d99
distname python-memcached-${version}
depends_build port:py-setuptools
+
+livecheck.type regex
+livecheck.url ${master_sites}
+livecheck.regex "python-memcached-(\[0-9\](\\.\[0-9\]+)*)\\.tar\\.gz"
Modified: trunk/dports/python/py25-memcached/Portfile
===================================================================
--- trunk/dports/python/py25-memcached/Portfile 2009-09-25 13:53:45 UTC (rev 58297)
+++ trunk/dports/python/py25-memcached/Portfile 2009-09-25 14:13:23 UTC (rev 58298)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
@@ -7,7 +8,7 @@
version 1.44
categories python devel net
platforms darwin
-maintainers openmaintainer akitada
+maintainers akitada openmaintainer
description Pure python memcached client
long_description This software is a 100% Python interface to the memcached \
memory cache daemon. It is the client side software which \
@@ -17,14 +18,12 @@
homepage http://www.tummy.com/Community/software/python-memcached/
master_sites ftp://ftp.tummy.com/pub/python-memcached/old-releases/
-
checksums md5 03c74e39a9598f27ba5e3c3f714d04cf \
sha1 951b70f8f9b0bd3835523abd1d58d0c3c5d951a3 \
rmd160 b22bf24d5275342e5a8987687bb878e230127d99
-
distname python-memcached-${version}
depends_build port:py25-setuptools
livecheck.type regex
-livecheck.url http://pypi.python.org/pypi/python-memcached/
-livecheck.regex {python-memcached (\d+(?:\.\d+)*)}
+livecheck.url ${master_sites}
+livecheck.regex "python-memcached-(\[0-9\](\\.\[0-9\]+)*)\\.tar\\.gz"
Modified: trunk/dports/python/py26-memcached/Portfile
===================================================================
--- trunk/dports/python/py26-memcached/Portfile 2009-09-25 13:53:45 UTC (rev 58297)
+++ trunk/dports/python/py26-memcached/Portfile 2009-09-25 14:13:23 UTC (rev 58298)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
@@ -4,10 +5,10 @@
PortGroup python26 1.0
name py26-memcached
-version 1.43
+version 1.44
categories python devel net
platforms darwin
-maintainers nomaintainer
+maintainers akitada openmaintainer
description Pure python memcached client
long_description This software is a 100% Python interface to the memcached \
memory cache daemon. It is the client side software which \
@@ -17,9 +18,12 @@
homepage http://www.tummy.com/Community/software/python-memcached/
master_sites ftp://ftp.tummy.com/pub/python-memcached/old-releases/
-checksums md5 9bfa9d9b10dfc2d91ab74486773c6fc2 \
- sha1 4cef6f6b1ed40ff330b7e02366f5a3e6959fcb71 \
- rmd160 91e624c7c4fd3a8b072761d18ffbba0df2c79e72
+checksums md5 03c74e39a9598f27ba5e3c3f714d04cf \
+ sha1 951b70f8f9b0bd3835523abd1d58d0c3c5d951a3 \
+ rmd160 b22bf24d5275342e5a8987687bb878e230127d99
distname python-memcached-${version}
depends_build port:py26-setuptools
+livecheck.type regex
+livecheck.url ${master_sites}
+livecheck.regex "python-memcached-(\[0-9\](\\.\[0-9\]+)*)\\.tar\\.gz"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090925/e14b1441/attachment.html>
More information about the macports-changes
mailing list