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

source_changes at macosforge.org source_changes at macosforge.org
Fri Nov 9 11:07:24 PST 2007


Revision: 30876
          http://trac.macosforge.org/projects/macports/changeset/30876
Author:   mww at macports.org
Date:     2007-11-09 11:07:24 -0800 (Fri, 09 Nov 2007)

Log Message:
-----------
avoid file conflict with py25-cheetah: add '-2.4' suffix to executables; increment revision;

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

Modified: trunk/dports/python/py-cheetah/Portfile
===================================================================
--- trunk/dports/python/py-cheetah/Portfile	2007-11-09 17:50:23 UTC (rev 30875)
+++ trunk/dports/python/py-cheetah/Portfile	2007-11-09 19:07:24 UTC (rev 30876)
@@ -5,6 +5,7 @@
 
 name			py-cheetah
 version			2.0
+revision		1
 categories		python www
 platforms		darwin
 maintainers		mww
@@ -24,6 +25,10 @@
 post-destroot {
 	xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README TODO \
 		${destroot}${prefix}/share/doc/${name}
+	foreach f {cheetah cheetah-compile} {
+		file rename ${destroot}${prefix}/bin/${f} \
+			${destroot}${prefix}/bin/${f}-2.4
+	}
 }
 
 livecheck.check	regex

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071109/abac9cf9/attachment.html


More information about the macports-changes mailing list