Changeset 82811
- Timestamp:
- 08/20/11 16:48:00 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 2 edited
-
py-py2app-devel/Portfile (modified) (2 diffs)
-
py-py2app/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-py2app-devel/Portfile
r82066 r82811 3 3 4 4 PortSystem 1.0 5 PortGroup python24 1.06 5 7 6 name py-py2app-devel 7 replaced_by py-py2app 8 8 version 0.4.3 9 revision 1 9 10 categories-append devel 10 11 license {MIT PSF} … … 20 21 homepage http://wiki.python.org/moin/MacPython/py2app 21 22 22 fetch.type svn 23 svn.url http://svn.pythonmac.org/py2app/py2app/trunk/ 24 svn.revision 84 25 worksrcdir trunk 23 distfiles 26 24 27 conflicts py-py2app 28 29 depends_lib-append port:py-setuptools \ 30 port:py-macholib \ 31 port:py-bdist_mpkg 32 33 post-destroot { 34 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} \ 35 ${destroot}${prefix}/share/examples/${name} 36 xinstall -m 644 -W ${worksrcpath} LICENSE.txt NEWS.txt README.txt \ 37 ${destroot}${prefix}/share/doc/${name} 38 eval copy [glob ${worksrcpath}/examples/*] \ 39 ${destroot}${prefix}/share/examples/${name} 25 pre-configure { 26 ui_error "${name} has been replaced by ${replaced_by}. Please install ${replaced_by} instead." 27 return -code error "obsolete port" 40 28 } 41 29 42 livecheck.type regex 43 livecheck.url http://svn.pythonmac.org/py2app/py2app/trunk/setup.py 44 livecheck.regex {version='([0-9.]+)'} 30 livecheck.type none -
trunk/dports/python/py-py2app/Portfile
r82066 r82811 26 26 rmd160 601e08e0292f2c115f55e85619fb2d979255b1aa 27 27 28 conflicts py-py2app-devel29 30 28 depends_lib-append port:py-setuptools \ 31 29 port:py-macholib \
Note: See TracChangeset
for help on using the changeset viewer.

