[77730] trunk/dports/python/py25-cheetah/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Apr 10 12:02:31 PDT 2011


Revision: 77730
          http://trac.macports.org/changeset/77730
Author:   ryandesign at macports.org
Date:     2011-04-10 12:02:31 -0700 (Sun, 10 Apr 2011)
Log Message:
-----------
py25-cheetah: update to 2.4.4 and append python version number to program names, like the other py*-cheetah ports already do; see #28522

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

Modified: trunk/dports/python/py25-cheetah/Portfile
===================================================================
--- trunk/dports/python/py25-cheetah/Portfile	2011-04-10 19:01:33 UTC (rev 77729)
+++ trunk/dports/python/py25-cheetah/Portfile	2011-04-10 19:02:31 UTC (rev 77730)
@@ -4,7 +4,8 @@
 PortGroup python25 1.0
 
 name			py25-cheetah
-version			2.0.1
+version			2.4.4
+revision		1
 categories		python www
 platforms		darwin
 maintainers		stechert
@@ -19,14 +20,16 @@
 homepage		http://www.cheetahtemplate.org/
 master_sites	sourceforge:cheetahtemplate
 distname		Cheetah-${version}
-checksums		md5 7845a2950ea850a13c488a26b61ac50a \
-			sha1 6c1aab90bf2d34f3f72998c96ff2767d870a5e7d \
-			rmd160 9e8ef0afc4eabd1349e4228f5ad78551f7bddbe4
 
+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 [glob ${destroot}${prefix}/bin/*] {
+		move ${f} ${f}-2.5
+	}
 }
 
 livecheck.type	regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110410/f19111c7/attachment.html>


More information about the macports-changes mailing list