[77729] trunk/dports/python/py-cheetah/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Apr 10 12:01:35 PDT 2011


Revision: 77729
          http://trac.macports.org/changeset/77729
Author:   ryandesign at macports.org
Date:     2011-04-10 12:01:33 -0700 (Sun, 10 Apr 2011)
Log Message:
-----------
py-cheetah: update to 2.4.4; see #28522

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

Modified: trunk/dports/python/py-cheetah/Portfile
===================================================================
--- trunk/dports/python/py-cheetah/Portfile	2011-04-10 18:39:55 UTC (rev 77728)
+++ trunk/dports/python/py-cheetah/Portfile	2011-04-10 19:01:33 UTC (rev 77729)
@@ -4,7 +4,8 @@
 PortGroup python24 1.0
 
 name			py-cheetah
-version			2.0.1
+version			2.4.4
+revision		1
 categories		python www
 platforms		darwin
 maintainers		mww
@@ -19,14 +20,15 @@
 homepage		http://www.cheetahtemplate.org/
 master_sites	sourceforge:cheetahtemplate
 distname		Cheetah-${version}
-checksums		sha1 6c1aab90bf2d34f3f72998c96ff2767d870a5e7d
 
+checksums		sha1    c218f5d8bc97b39497680f6be9b7bd093f696e89 \
+				rmd160  ae516e090313864f03dbfe131dada3fec9f60243
+
 post-destroot {
-	xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README TODO \
+	xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README.markdown TODO \
 		${destroot}${prefix}/share/doc/${name}
-	foreach f {cheetah cheetah-compile} {
-		file rename ${destroot}${prefix}/bin/${f} \
-			${destroot}${prefix}/bin/${f}-2.4
+	foreach f [glob ${destroot}${prefix}/bin/*] {
+		move ${f} ${f}-2.4
 	}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110410/884c9730/attachment.html>


More information about the macports-changes mailing list