[101204] trunk/dports/print/fonttools/Portfile

jmr at macports.org jmr at macports.org
Sun Jan 6 02:02:06 PST 2013


Revision: 101204
          https://trac.macports.org/changeset/101204
Author:   jmr at macports.org
Date:     2013-01-06 02:02:06 -0800 (Sun, 06 Jan 2013)
Log Message:
-----------
fonttools: use unified portgroup, update homepage

Modified Paths:
--------------
    trunk/dports/print/fonttools/Portfile

Modified: trunk/dports/print/fonttools/Portfile
===================================================================
--- trunk/dports/print/fonttools/Portfile	2013-01-06 09:56:22 UTC (rev 101203)
+++ trunk/dports/print/fonttools/Portfile	2013-01-06 10:02:06 UTC (rev 101204)
@@ -2,7 +2,7 @@
 # $Id$
 
 PortSystem			1.0
-PortGroup			python26 1.0
+PortGroup			python 1.0
 
 name            	fonttools
 version             2.3
@@ -14,19 +14,19 @@
 platforms       	darwin
 categories      	print
 maintainers     	nomaintainer
-homepage			http://www.letterror.com/code/ttx/
+homepage			http://fonttools.sourceforge.net/
 master_sites		sourceforge
 
 checksums           sha1    3d434d6192a1feb6605d67975c1e973e084e86d7 \
                     rmd160  df5021ea53b8a7fa016dfd3ff763b1dfaf0d7c4b
 
+python.default_version 26
+
 depends_build		port:py26-numpy
 
+python.link_binaries_suffix
+
 post-destroot {
-	foreach binfile [glob -tails -directory ${destroot}${python.prefix}/bin *] {
-		ln -s ${python.prefix}/bin/${binfile} \
-			${destroot}${prefix}/bin/${binfile}
-	}
 	foreach manfile [glob -tails -directory ${destroot}${python.prefix}/share/man/man1 *] {
 		ln -s ${python.prefix}/share/man/man1/${manfile} \
 			${destroot}${prefix}/share/man/man1/${manfile}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130106/dfad4f7f/attachment.html>


More information about the macports-changes mailing list