Revision: 76402 http://trac.macports.org/changeset/76402 Author: stromnov@macports.org Date: 2011-02-22 00:42:21 -0800 (Tue, 22 Feb 2011) Log Message: ----------- py27-mako: fix whitespaces, add livecheck Modified Paths: -------------- trunk/dports/python/py27-mako/Portfile Modified: trunk/dports/python/py27-mako/Portfile =================================================================== --- trunk/dports/python/py27-mako/Portfile 2011-02-22 08:37:17 UTC (rev 76401) +++ trunk/dports/python/py27-mako/Portfile 2011-02-22 08:42:21 UTC (rev 76402) @@ -5,9 +5,11 @@ PortGroup python27 1.0 name py27-mako -version 0.2.5 +version 0.2.5 categories-append www -maintainers nomaintainer +platforms darwin +maintainers nomaintainer + description A super-fast templating language that borrows \ the best ideas from the existing templating \ languages. @@ -25,7 +27,6 @@ available, while also maintaining close ties to \ Python calling and scoping semantics. -platforms darwin depends_build port:py27-distribute homepage http://www.makotemplates.org/ @@ -35,3 +36,7 @@ checksums md5 d8ca783630dc5e93970a2075532fa643 \ sha1 b3e4d48c30b5a2d273959e3921de428772f2acb4 \ rmd160 53341654526e5636d3eb3c5472bf53446d82dfad + +livecheck.type regex +livecheck.url ${master_sites} +livecheck.regex "Mako-(\\d+(?:\\.\\d+)*)${extract.suffix}"