py-py2app: update to 0.6.4

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@87806 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Joshua Root
2011-12-07 03:24:33 +00:00
parent efa757d3e0
commit 4dc8281f91
+3 -8
View File
@@ -5,8 +5,7 @@ PortSystem 1.0
PortGroup python 1.0
name py-py2app
version 0.6.3
revision 1
version 0.6.4
categories-append devel
license {MIT PSF}
maintainers jmr openmaintainer
@@ -22,9 +21,8 @@ homepage http://wiki.python.org/moin/MacPython/py2app
master_sites http://pypi.python.org/packages/source/p/py2app/
distname py2app-${version}
checksums md5 49a9101ff25fb59d1ba733e329bf502e \
sha1 cb7daad349cdd491d2021cb05b96be471628acf4 \
rmd160 601e08e0292f2c115f55e85619fb2d979255b1aa
checksums md5 40e7f788e897567ba2ad2855e43ac127 \
sha256 b42a3d7392c1c716e2ddd8f20f5f200a96415d1badbc981edfffc4971f70c3d9
python.versions 24 25 26 27
@@ -39,9 +37,6 @@ if {$subport != $name} {
${destroot}${prefix}/share/doc/${subport}
eval file copy [glob ${worksrcpath}/examples/*] \
${destroot}${prefix}/share/examples/${subport}
# tar mishandles this filename with "C" locale, ticket #30252
move "${destroot}${prefix}/share/examples/${subport}/PyObjC/TinyTinyEdit/dist.€" \
"${destroot}${prefix}/share/examples/${subport}/PyObjC/TinyTinyEdit/dist"
}
livecheck.type none
} else {