Changeset 82069
- Timestamp:
- 08/07/11 03:21:25 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/python/py25-macholib-devel/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py25-macholib-devel/Portfile
r63102 r82069 3 3 4 4 PortSystem 1.0 5 PortGroup python25 1.06 5 7 6 name py25-macholib-devel 7 replaced_by py25-macholib 8 8 version 1.2.1 9 revision 110 categories -appenddevel9 revision 2 10 categories python devel 11 11 maintainers nomaintainer 12 description Mach-O header analysis and editing12 description stub port, use $replaced_by instead 13 13 long_description \ 14 This is a stub port. Install $replaced_by instead. \ 14 15 macholib can be used to analyze and edit Mach-O headers, the executable \ 15 16 format used by Mac OS X. \ … … 20 21 21 22 platforms darwin 23 supported_archs noarch 22 24 23 25 homepage 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 26 distfiles 28 27 29 conflicts py25-macholib 28 pre-configure { 29 ui_error "${name} has been replaced by ${replaced_by}. Please install ${replaced_by} instead." 30 return -code error "obsolete port" 31 } 30 32 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\.]+)'} 33 livecheck.type none
Note: See TracChangeset
for help on using the changeset viewer.

