Revision: 103248 https://trac.macports.org/changeset/103248 Author: stromnov@macports.org Date: 2013-02-19 03:05:38 -0800 (Tue, 19 Feb 2013) Log Message: ----------- py-regex: update to version 2013-02-16 Modified Paths: -------------- trunk/dports/python/py-regex/Portfile Modified: trunk/dports/python/py-regex/Portfile =================================================================== --- trunk/dports/python/py-regex/Portfile 2013-02-19 11:02:21 UTC (rev 103247) +++ trunk/dports/python/py-regex/Portfile 2013-02-19 11:05:38 UTC (rev 103248) @@ -5,7 +5,8 @@ PortGroup python 1.0 name py-regex -version 0.1.20130126 +set buildver 2013-02-16 +version 0.1-[string map {"-" "" "." ""} ${buildver}] revision 0 categories-append devel license Python @@ -20,11 +21,12 @@ homepage http://code.google.com/p/mrab-regex-hg/ master_sites http://pypi.python.org/packages/source/r/regex/ -distname regex-${version} +distname regex-${buildver} -checksums rmd160 ad07cc238e33743393d725058590abf75836515e \ - sha256 0ec9c215221b9adde8bf5ef8d423068816106ebf94d6f9c504884e15e3e5f719 +checksums rmd160 91ae3c223bcf300a209aeb8d0bd382e351ee3dda \ + sha256 3d402b272a28892eb3569116fe354100c6809b256a8fb194c6a52f475dac564b livecheck.type regex livecheck.url ${master_sites} -livecheck.regex "regex-(\\d+(?:\\.\\d+)*)${extract.suffix}" +livecheck.version ${buildver} +livecheck.regex "regex-(\\d+(?:\\-\\d+)*)${extract.suffix}"
participants (1)
-
stromnov@macports.org