New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82811


Ignore:
Timestamp:
08/20/11 16:48:00 (4 years ago)
Author:
jmr@…
Message:

py-py2app-devel: convert to stub, replaced by py-py2app

Location:
trunk/dports/python
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-py2app-devel/Portfile

    r82066 r82811  
    33 
    44PortSystem          1.0 
    5 PortGroup           python24 1.0 
    65 
    76name                py-py2app-devel 
     7replaced_by         py-py2app 
    88version             0.4.3 
     9revision            1 
    910categories-append   devel 
    1011license             {MIT PSF} 
     
    2021homepage            http://wiki.python.org/moin/MacPython/py2app 
    2122 
    22 fetch.type          svn 
    23 svn.url             http://svn.pythonmac.org/py2app/py2app/trunk/ 
    24 svn.revision        84 
    25 worksrcdir          trunk 
     23distfiles 
    2624 
    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} 
     25pre-configure { 
     26    ui_error "${name} has been replaced by ${replaced_by}. Please install ${replaced_by} instead." 
     27    return -code error "obsolete port" 
    4028} 
    4129 
    42 livecheck.type  regex 
    43 livecheck.url   http://svn.pythonmac.org/py2app/py2app/trunk/setup.py 
    44 livecheck.regex {version='([0-9.]+)'} 
     30livecheck.type  none 
  • trunk/dports/python/py-py2app/Portfile

    r82066 r82811  
    2626                    rmd160  601e08e0292f2c115f55e85619fb2d979255b1aa 
    2727 
    28 conflicts       py-py2app-devel 
    29  
    3028depends_lib-append      port:py-setuptools \ 
    3129    port:py-macholib \ 
Note: See TracChangeset for help on using the changeset viewer.