[59147] trunk/dports/textproc/pylize/Portfile

blb at macports.org blb at macports.org
Sat Oct 10 00:43:50 PDT 2009


Revision: 59147
          http://trac.macports.org/changeset/59147
Author:   blb at macports.org
Date:     2009-10-10 00:43:48 -0700 (Sat, 10 Oct 2009)
Log Message:
-----------
textproc/pylize - switch to python 2.6

Modified Paths:
--------------
    trunk/dports/textproc/pylize/Portfile

Modified: trunk/dports/textproc/pylize/Portfile
===================================================================
--- trunk/dports/textproc/pylize/Portfile	2009-10-10 07:43:27 UTC (rev 59146)
+++ trunk/dports/textproc/pylize/Portfile	2009-10-10 07:43:48 UTC (rev 59147)
@@ -1,10 +1,11 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python26 1.0
 
 name			pylize
 version			1.3b
+revision		1
 categories		textproc python
 platforms		darwin
 maintainers		nomaintainer
@@ -23,7 +24,7 @@
 checksums		md5 ab88ef521602c826390fe919b6bc572e
 use_bzip2		yes
 
-depends_run		port:py-htmlgen
+depends_run		port:py26-htmlgen port:py26-empy
 
 use_configure	yes
 configure.cmd	${python.bin}
@@ -33,4 +34,8 @@
 post-destroot	{
 	xinstall -m 644 -W ${worksrcpath} COPYING Changelog README TODO \
 		doc/all.html ${destroot}${prefix}/share/doc/${name}
+	foreach binfile [glob -tails -directory ${destroot}${python.prefix}/bin *] {
+		ln -s ${python.prefix}/bin/${binfile} \
+			${destroot}${prefix}/bin/${binfile}
+	}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091010/fb0ac9ce/attachment.html>


More information about the macports-changes mailing list