New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82808


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

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

Location:
trunk/dports/python
Files:
2 edited

Legend:

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

    r82071 r82808  
    33 
    44PortSystem          1.0 
    5 PortGroup           python25 1.0 
    65 
    76name                py25-py2app-devel 
     7replaced_by         py25-py2app 
    88version             0.4.4 
     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        87 
    25 worksrcdir          trunk 
     23distfiles 
    2624 
    27 conflicts           py25-py2app 
    28  
    29 depends_lib-append  port:py25-distribute \ 
    30                     port:py25-altgraph \ 
    31                     path:${python.pkgd}/macholib/__init__.py:py25-macholib \ 
    32                     port:py25-modulegraph \ 
    33                     port:py25-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 NEWS.txt README.txt \ 
    39     ${destroot}${prefix}/share/doc/${name} 
    40     eval copy [glob ${worksrcpath}/examples/*] \ 
    41     ${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" 
    4228} 
    4329 
    44 livecheck.type  regex 
    45 livecheck.url   http://svn.pythonmac.org/py2app/py2app/trunk/setup.py 
    46 livecheck.regex {version='([0-9.]+)'} 
     30livecheck.type  none 
  • trunk/dports/python/py25-py2app/Portfile

    r80927 r82808  
    2727                    rmd160 601e08e0292f2c115f55e85619fb2d979255b1aa 
    2828 
    29 conflicts           py25-py2app-devel 
    30  
    3129depends_lib         port:py25-macholib \ 
    3230                    port:py25-bdist_mpkg 
Note: See TracChangeset for help on using the changeset viewer.