[82069] trunk/dports/python/py25-macholib-devel/Portfile
jmr at macports.org
jmr at macports.org
Sun Aug 7 03:21:27 PDT 2011
Revision: 82069
http://trac.macports.org/changeset/82069
Author: jmr at macports.org
Date: 2011-08-07 03:21:25 -0700 (Sun, 07 Aug 2011)
Log Message:
-----------
py25-macholib-devel: convert to stub, replaced by py25-macholib
Modified Paths:
--------------
trunk/dports/python/py25-macholib-devel/Portfile
Modified: trunk/dports/python/py25-macholib-devel/Portfile
===================================================================
--- trunk/dports/python/py25-macholib-devel/Portfile 2011-08-07 09:35:14 UTC (rev 82068)
+++ trunk/dports/python/py25-macholib-devel/Portfile 2011-08-07 10:21:25 UTC (rev 82069)
@@ -2,15 +2,16 @@
# $Id$
PortSystem 1.0
-PortGroup python25 1.0
name py25-macholib-devel
+replaced_by py25-macholib
version 1.2.1
-revision 1
-categories-append devel
+revision 2
+categories python devel
maintainers nomaintainer
-description Mach-O header analysis and editing
+description stub port, use $replaced_by instead
long_description \
+ This is a stub port. Install $replaced_by instead. \
macholib can be used to analyze and edit Mach-O headers, the executable \
format used by Mac OS X. \
It is typically used as a dependency analysis tool, and also to rewrite \
@@ -19,22 +20,14 @@
python code that is platform and endian independent.
platforms darwin
+supported_archs noarch
homepage http://undefined.org/python/#macholib
-fetch.type svn
-svn.url http://svn.pythonmac.org/macholib/macholib/trunk/
-svn.revision 31
-worksrcdir trunk
+distfiles
-conflicts py25-macholib
+pre-configure {
+ ui_error "${name} has been replaced by ${replaced_by}. Please install ${replaced_by} instead."
+ return -code error "obsolete port"
+}
-depends_lib-append port:py25-altgraph
-
-# patch taken from <http://mail.python.org/pipermail/pythonmac-sig/2009-December/021998.html>
-# doesn't seem to have been applied to svn yet
-patchfiles macholib-lp64.diff
-patch.pre_args -p1
-
-livecheck.type regex
-livecheck.url http://svn.pythonmac.org/macholib/macholib/trunk/setup.py
-livecheck.regex {VERSION = '([0-9\.]+)'}
+livecheck.type none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110807/aee609f3/attachment.html>
More information about the macports-changes
mailing list