New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82813


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

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

Location:
trunk/dports/python
Files:
2 edited

Legend:

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

    r80502 r82813  
    33 
    44PortSystem          1.0 
    5 PortGroup python26  1.0 
    65 
    76name                py26-py2app-devel 
     7replaced_by         py26-py2app 
    88version             0.5.3 
     9revision            1 
    910categories-append   devel 
    1011license             {MIT PSF} 
     
    2021homepage            http://wiki.python.org/moin/MacPython/py2app 
    2122 
    22 fetch.type          hg 
    23 hg.url              http://bitbucket.org/ronaldoussoren/py2app 
    24 hg.tag              c3bb65c5b0d0 
    25 worksrcdir          py2app-${version} 
     23distfiles 
    2624 
    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} 
     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/py26-py2app/Portfile

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