[116280] trunk/dports/python/py-redis/Portfile

stromnov at macports.org stromnov at macports.org
Thu Jan 23 11:54:38 PST 2014


Revision: 116280
          https://trac.macports.org/changeset/116280
Author:   stromnov at macports.org
Date:     2014-01-23 11:54:38 -0800 (Thu, 23 Jan 2014)
Log Message:
-----------
py-redis: update to version 2.9.1

Modified Paths:
--------------
    trunk/dports/python/py-redis/Portfile

Modified: trunk/dports/python/py-redis/Portfile
===================================================================
--- trunk/dports/python/py-redis/Portfile	2014-01-23 19:52:06 UTC (rev 116279)
+++ trunk/dports/python/py-redis/Portfile	2014-01-23 19:54:38 UTC (rev 116280)
@@ -5,13 +5,15 @@
 PortGroup           python 1.0
 
 name                py-redis
-version             2.9.0
+version             2.9.1
 revision            0
 categories-append   devel
 platforms           darwin
 license             MIT
 supported_archs     noarch
 
+python.versions     25 26 27 31 32 33
+
 maintainers         stromnov openmaintainer
 
 description         Python client for Redis key-value store
@@ -22,11 +24,9 @@
 
 distname            redis-${version}
 
-checksums           rmd160  78305c7719a07faa16002e35a40b2ae399347927 \
-                    sha256  074660926e3069607abac6da7f39e7511eda2662a0f792140ffff76b2220d7f9
+checksums           rmd160  54ae1e52cd6b1b9d829738970137562b38027c69 \
+                    sha256  af9747ec2727425b1b09252975e21502ee5a3d8d235c7f49869eb13e09ccf4e4
 
-python.versions     25 26 27 31 32 33
-
 if {${name} ne ${subport}} {
     depends_build-append \
                         port:py${python.version}-setuptools
@@ -34,5 +34,5 @@
 } else {
     livecheck.type      regex
     livecheck.url       ${master_sites}
-    livecheck.regex     "redis-(\\d+(?:\\.\\d+)*)"
+    livecheck.regex     {redis-(\d+(?:\.\d+)*)\.[tz]}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140123/755f76d5/attachment.html>


More information about the macports-changes mailing list