Ticket #29197: py27-py2app.portfile.patch
File py27-py2app.portfile.patch, 1.4 KB (added by orien.madgwick@…, 14 years ago) |
---|
-
Portfile
old new 5 5 PortGroup python27 1.0 6 6 7 7 name py27-py2app 8 version 0.6. 18 version 0.6.2 9 9 categories-append devel 10 10 license MIT/PSF 11 11 maintainers jmr openmaintainer … … 21 21 master_sites http://pypi.python.org/packages/source/p/py2app/ 22 22 distname py2app-${version} 23 23 24 checksums md5 c60eee8f519c93070329de9adeeb14d6\25 sha1 d3a97c6968e0a2890335180f5493f2412cc68a09\26 rmd160 55f6ba20c106e63fcb5fcadf506ba770d0908b6724 checksums md5 0a23beb50dab2e3411d5945da6c85c1e \ 25 sha1 ceefef1779b18902ac50b8f3b42f629ca74edb2f \ 26 rmd160 0a58caf7764258293d76aae969c1e160688c6c7c 27 27 28 28 depends_lib port:py27-macholib \ 29 29 port:py27-bdist_mpkg … … 33 33 ${destroot}${prefix}/share/examples/${name} 34 34 xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \ 35 35 ${destroot}${prefix}/share/doc/${name} 36 # examples aren't in the 0.6.1 tarball 37 #eval file copy [glob ${worksrcpath}/examples/*] \ 38 #${destroot}${prefix}/share/examples/${name} 36 eval file copy [glob ${worksrcpath}/examples/*] \ 37 ${destroot}${prefix}/share/examples/${name} 39 38 } 40 39 41 40 livecheck.type regex