[82808] trunk/dports/python
jmr at macports.org
jmr at macports.org
Sat Aug 20 16:38:32 PDT 2011
Revision: 82808
http://trac.macports.org/changeset/82808
Author: jmr at macports.org
Date: 2011-08-20 16:38:27 -0700 (Sat, 20 Aug 2011)
Log Message:
-----------
py25-py2app-devel: convert to stub, replaced by py25-py2app
Modified Paths:
--------------
trunk/dports/python/py25-py2app/Portfile
trunk/dports/python/py25-py2app-devel/Portfile
Modified: trunk/dports/python/py25-py2app/Portfile
===================================================================
--- trunk/dports/python/py25-py2app/Portfile 2011-08-20 22:57:29 UTC (rev 82807)
+++ trunk/dports/python/py25-py2app/Portfile 2011-08-20 23:38:27 UTC (rev 82808)
@@ -26,8 +26,6 @@
sha1 cb7daad349cdd491d2021cb05b96be471628acf4 \
rmd160 601e08e0292f2c115f55e85619fb2d979255b1aa
-conflicts py25-py2app-devel
-
depends_lib port:py25-macholib \
port:py25-bdist_mpkg
Modified: trunk/dports/python/py25-py2app-devel/Portfile
===================================================================
--- trunk/dports/python/py25-py2app-devel/Portfile 2011-08-20 22:57:29 UTC (rev 82807)
+++ trunk/dports/python/py25-py2app-devel/Portfile 2011-08-20 23:38:27 UTC (rev 82808)
@@ -2,10 +2,11 @@
# $Id$
PortSystem 1.0
-PortGroup python25 1.0
name py25-py2app-devel
+replaced_by py25-py2app
version 0.4.4
+revision 1
categories-append devel
license {MIT PSF}
maintainers nomaintainer
@@ -19,28 +20,11 @@
homepage http://wiki.python.org/moin/MacPython/py2app
-fetch.type svn
-svn.url http://svn.pythonmac.org/py2app/py2app/trunk/
-svn.revision 87
-worksrcdir trunk
+distfiles
-conflicts py25-py2app
-
-depends_lib-append port:py25-distribute \
- port:py25-altgraph \
- path:${python.pkgd}/macholib/__init__.py:py25-macholib \
- port:py25-modulegraph \
- port:py25-bdist_mpkg
-
-post-destroot {
- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} \
- ${destroot}${prefix}/share/examples/${name}
- xinstall -m 644 -W ${worksrcpath} LICENSE.txt NEWS.txt README.txt \
- ${destroot}${prefix}/share/doc/${name}
- eval copy [glob ${worksrcpath}/examples/*] \
- ${destroot}${prefix}/share/examples/${name}
+pre-configure {
+ ui_error "${name} has been replaced by ${replaced_by}. Please install ${replaced_by} instead."
+ return -code error "obsolete port"
}
-livecheck.type regex
-livecheck.url http://svn.pythonmac.org/py2app/py2app/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/20110820/7403ef86/attachment-0001.html>
More information about the macports-changes
mailing list