Revision: 91588 https://trac.macports.org/changeset/91588 Author: stromnov@macports.org Date: 2012-04-06 02:45:50 -0700 (Fri, 06 Apr 2012) Log Message: ----------- py-regex: update to version 0.1.20120323 Modified Paths: -------------- trunk/dports/python/py-regex/Portfile Modified: trunk/dports/python/py-regex/Portfile =================================================================== --- trunk/dports/python/py-regex/Portfile 2012-04-06 08:59:52 UTC (rev 91587) +++ trunk/dports/python/py-regex/Portfile 2012-04-06 09:45:50 UTC (rev 91588) @@ -5,7 +5,7 @@ PortGroup python 1.0 name py-regex -version 0.1.20120303 +version 0.1.20120323 revision 0 categories-append devel license Python @@ -20,8 +20,8 @@ master_sites http://pypi.python.org/packages/source/r/regex/ distname regex-${version} -checksums rmd160 d9f3e957a581241d9b31accc6d883988823a66c1 \ - sha256 2e38b95619f93f6b6f80b50344b04226f703dc5a52dd7c53338233ae501602cb +checksums rmd160 4c8fea43c756e546b8c324cff43960e20e363118 \ + sha256 209cf314c3368eb24d6e7e0529eb483aa577337db414392eccbda00fbf3a34a5 python.versions 25 26 27 31 32 python.default_version 27