New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82069


Ignore:
Timestamp:
08/07/11 03:21:25 (4 years ago)
Author:
jmr@…
Message:

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

File:
1 edited

Legend:

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

    r63102 r82069  
    33 
    44PortSystem          1.0 
    5 PortGroup           python25 1.0 
    65 
    76name                py25-macholib-devel 
     7replaced_by         py25-macholib 
    88version             1.2.1 
    9 revision            1 
    10 categories-append  devel 
     9revision            2 
     10categories          python devel 
    1111maintainers         nomaintainer 
    12 description         Mach-O header analysis and editing 
     12description         stub port, use $replaced_by instead 
    1313long_description \ 
     14    This is a stub port. Install $replaced_by instead. \ 
    1415    macholib can be used to analyze and edit Mach-O headers, the executable \ 
    1516    format used by Mac OS X. \ 
     
    2021 
    2122platforms       darwin 
     23supported_archs noarch 
    2224 
    2325homepage        http://undefined.org/python/#macholib 
    24 fetch.type      svn 
    25 svn.url         http://svn.pythonmac.org/macholib/macholib/trunk/ 
    26 svn.revision    31 
    27 worksrcdir      trunk 
     26distfiles 
    2827 
    29 conflicts       py25-macholib 
     28pre-configure { 
     29    ui_error "${name} has been replaced by ${replaced_by}. Please install ${replaced_by} instead." 
     30    return -code error "obsolete port" 
     31} 
    3032 
    31 depends_lib-append  port:py25-altgraph 
    32  
    33 # patch taken from <http://mail.python.org/pipermail/pythonmac-sig/2009-December/021998.html> 
    34 # doesn't seem to have been applied to svn yet 
    35 patchfiles      macholib-lp64.diff 
    36 patch.pre_args  -p1 
    37  
    38 livecheck.type  regex 
    39 livecheck.url   http://svn.pythonmac.org/macholib/macholib/trunk/setup.py 
    40 livecheck.regex {VERSION = '([0-9\.]+)'} 
     33livecheck.type  none 
Note: See TracChangeset for help on using the changeset viewer.