[84086] trunk/dports/python/py-ply/Portfile

adfernandes at macports.org adfernandes at macports.org
Fri Sep 16 07:49:16 PDT 2011


Revision: 84086
          http://trac.macports.org/changeset/84086
Author:   adfernandes at macports.org
Date:     2011-09-16 07:49:13 -0700 (Fri, 16 Sep 2011)
Log Message:
-----------
py-ply: fix python.versions line

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

Modified: trunk/dports/python/py-ply/Portfile
===================================================================
--- trunk/dports/python/py-ply/Portfile	2011-09-16 14:11:15 UTC (rev 84085)
+++ trunk/dports/python/py-ply/Portfile	2011-09-16 14:49:13 UTC (rev 84086)
@@ -4,10 +4,9 @@
 PortSystem      1.0
 PortGroup       python 1.0
 
-python.versions 24 25 26 27 31 32
 
-name            py-ply
 set my_name     ply
+name            py-${my_name}
 version         3.4
 categories-append   lang devel
 platforms       darwin
@@ -19,12 +18,14 @@
 
 homepage        http://www.dabeaz.com/ply/
 master_sites    ${homepage}
-distname        $my_name-$version
+distname        ${my_name}-${version}
 
 checksums       md5     ffdc95858819347bf92d7c2acc074894 \
                 sha1    123b9449b838dc387b240ea737a33b6407e5a1ac \
                 rmd160  c86c2581b4e2766f5045b76632c92a3220b3c48a
 
+python.versions 24 25 26 27 31 32
+
 post-destroot {
     set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}/html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110916/170a1b7e/attachment.html>


More information about the macports-changes mailing list