[122783] trunk/dports/python/py-py2app/Portfile
jmr at macports.org
jmr at macports.org
Tue Jul 29 13:05:36 PDT 2014
Revision: 122783
https://trac.macports.org/changeset/122783
Author: jmr at macports.org
Date: 2014-07-29 13:05:36 -0700 (Tue, 29 Jul 2014)
Log Message:
-----------
py-py2app: update to 0.9
Modified Paths:
--------------
trunk/dports/python/py-py2app/Portfile
Modified: trunk/dports/python/py-py2app/Portfile
===================================================================
--- trunk/dports/python/py-py2app/Portfile 2014-07-29 19:54:23 UTC (rev 122782)
+++ trunk/dports/python/py-py2app/Portfile 2014-07-29 20:05:36 UTC (rev 122783)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-py2app
-version 0.8.1
+version 0.9
categories-append devel
license {MIT PSF}
maintainers jmr openmaintainer
@@ -21,13 +21,13 @@
master_sites https://pypi.python.org/packages/source/p/py2app/
distname py2app-${version}
-checksums md5 89a0092c1e6d9262deaa171fc5f1671d \
- rmd160 93e087a702718bebce128a06fabec76ae540f5a2 \
- sha256 eeeefcaeef33d5635fef73eea9a819e497b35229020a54eeb5ef81d0a9e14b09
+checksums md5 eb31f5fefcf80aeaf4d02ec68d5978b4 \
+ rmd160 75f645d0605cf883dae7e05f6b597348e4ba6d63 \
+ sha256 7922672f9e99b50ed931780d43405ac134988b1532dd0659ef130b824f88c59d
python.versions 24 25 26 27 31 32 33 34
-if {${name} ne ${subport}} {
+if {$subport ne $name} {
depends_lib port:py${python.version}-macholib
post-destroot {
@@ -35,7 +35,7 @@
${destroot}${prefix}/share/examples/${subport}
xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \
${destroot}${prefix}/share/doc/${subport}
- eval file copy [glob ${worksrcpath}/examples/*] \
+ file copy {*}[glob ${worksrcpath}/examples/*] \
${destroot}${prefix}/share/examples/${subport}
}
livecheck.type none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140729/aae2ac2c/attachment.html>
More information about the macports-changes
mailing list