[102001] trunk/dports/python/py-pymongo/Portfile

stromnov at macports.org stromnov at macports.org
Thu Jan 24 01:47:43 PST 2013


Revision: 102001
          https://trac.macports.org/changeset/102001
Author:   stromnov at macports.org
Date:     2013-01-24 01:47:43 -0800 (Thu, 24 Jan 2013)
Log Message:
-----------
py-pymongo: update to version 2.4.2

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

Modified: trunk/dports/python/py-pymongo/Portfile
===================================================================
--- trunk/dports/python/py-pymongo/Portfile	2013-01-24 08:48:19 UTC (rev 102000)
+++ trunk/dports/python/py-pymongo/Portfile	2013-01-24 09:47:43 UTC (rev 102001)
@@ -5,12 +5,14 @@
 PortGroup           python 1.0
 
 name                py-pymongo
-version             2.4.1
+version             2.4.2
 revision            0
 categories-append   databases
 license             Apache
 platforms           darwin
 
+python.versions     25 26 27 32 33
+
 maintainers         stromnov openmaintainer
 
 description         Python access to mongodb
@@ -23,12 +25,9 @@
 
 distname            pymongo-${version}
 
-checksums           rmd160  61b14217c4ae24690f4477a623053b106683e571 \
-                    sha256  dae8a074137ade3c854c47f76853792b69d1cbc263d9e74aaca50a02842da970
+checksums           rmd160  27c8c164290882cb38304172f9607eb3c0857cf9 \
+                    sha256  6862c85844f1766c261a39022ec7a6b631988cb5528a31f8d20e78181398aa5f
 
-python.versions     25 26 27 32 33
-python.default_version  27
-
 if {$subport != $name} {
     depends_build-append    port:py${python.version}-distribute
     post-destroot {
@@ -38,5 +37,6 @@
     }
 }
 
-livecheck.url       [lindex ${master_sites} 0]
-livecheck.regex     {pymongo-([.\d]+)\.tar\.gz}
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "pymongo-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130124/6b9aba11/attachment.html>


More information about the macports-changes mailing list