Revision: 132444 https://trac.macports.org/changeset/132444 Author: stromnov@macports.org Date: 2015-02-01 08:04:01 -0800 (Sun, 01 Feb 2015) Log Message: ----------- py-mako: update to version 1.0.1 Modified Paths: -------------- trunk/dports/python/py-mako/Portfile Modified: trunk/dports/python/py-mako/Portfile =================================================================== --- trunk/dports/python/py-mako/Portfile 2015-02-01 12:12:15 UTC (rev 132443) +++ trunk/dports/python/py-mako/Portfile 2015-02-01 16:04:01 UTC (rev 132444) @@ -5,7 +5,7 @@ PortGroup python 1.0 name py-mako -version 1.0.0 +version 1.0.1 revision 0 categories-append www platforms darwin @@ -14,7 +14,7 @@ python.versions 26 27 33 34 -maintainers dh stromnov +maintainers dh stromnov openmaintainer description A super-fast templating language that borrows \ the best ideas from the existing templating \ @@ -38,12 +38,12 @@ distname Mako-${version} -checksums rmd160 3efe5c2e30eebb6b99e2566894b45ce4e0088139 \ - sha256 a3cd72cfef507204b50f74ffcbfcfde7e856437891d3f6cfe780866986d006fe +checksums rmd160 b4ce15a2a64694b7555e10ed0a00d1a688c90c32 \ + sha256 45f0869febea59dab7efd256fb451c377cbb7947bef386ff0bb44627c31a8d1c if {${name} ne ${subport}} { - if {[lsearch {24 25 26 32} ${python.version}] != -1} { + if {[lsearch {26} ${python.version}] != -1} { version 0.9.1 revision 0 distname Mako-${version} @@ -60,5 +60,5 @@ } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/mako/json - livecheck.regex "Mako-(\\d+(?:\\.\\d+)*)${extract.suffix}" + livecheck.regex {Mako-(\d+(?:\.\d+)*)\.[tz]} }