Changeset 82813
- Timestamp:
- 08/20/11 16:52:55 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 2 edited
-
py26-py2app-devel/Portfile (modified) (2 diffs)
-
py26-py2app/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py26-py2app-devel/Portfile
r80502 r82813 3 3 4 4 PortSystem 1.0 5 PortGroup python26 1.06 5 7 6 name py26-py2app-devel 7 replaced_by py26-py2app 8 8 version 0.5.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 hg 23 hg.url http://bitbucket.org/ronaldoussoren/py2app 24 hg.tag c3bb65c5b0d0 25 worksrcdir py2app-${version} 23 distfiles 26 24 27 conflicts py26-py2app 28 29 depends_lib-append port:py26-distribute \ 30 port:py26-altgraph \ 31 port:py26-macholib \ 32 port:py26-modulegraph \ 33 port:py26-bdist_mpkg 34 35 post-destroot { 36 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} \ 37 ${destroot}${prefix}/share/examples/${name} 38 xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \ 39 ${destroot}${prefix}/share/doc/${name} 40 eval copy [glob ${worksrcpath}/examples/*] \ 41 ${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" 42 28 } 43 29 44 livecheck.type regex 45 livecheck.url http://svn.pythonmac.org/py2app/py2app/trunk/setup.py 46 livecheck.regex {version='([0-9.]+)'} 30 livecheck.type none -
trunk/dports/python/py26-py2app/Portfile
r80927 r82813 27 27 rmd160 601e08e0292f2c115f55e85619fb2d979255b1aa 28 28 29 conflicts py26-py2app-devel30 31 29 depends_lib port:py26-macholib \ 32 30 port:py26-bdist_mpkg
Note: See TracChangeset
for help on using the changeset viewer.

