[82813] trunk/dports/python

jmr at macports.org jmr at macports.org
Sat Aug 20 16:52:55 PDT 2011


Revision: 82813
          http://trac.macports.org/changeset/82813
Author:   jmr at macports.org
Date:     2011-08-20 16:52:55 -0700 (Sat, 20 Aug 2011)
Log Message:
-----------
py26-py2app-devel: convert to stub, replaced by py26-py2app

Modified Paths:
--------------
    trunk/dports/python/py26-py2app/Portfile
    trunk/dports/python/py26-py2app-devel/Portfile

Modified: trunk/dports/python/py26-py2app/Portfile
===================================================================
--- trunk/dports/python/py26-py2app/Portfile	2011-08-20 23:49:18 UTC (rev 82812)
+++ trunk/dports/python/py26-py2app/Portfile	2011-08-20 23:52:55 UTC (rev 82813)
@@ -26,8 +26,6 @@
                     sha1 cb7daad349cdd491d2021cb05b96be471628acf4 \
                     rmd160 601e08e0292f2c115f55e85619fb2d979255b1aa
 
-conflicts           py26-py2app-devel
-
 depends_lib         port:py26-macholib \
                     port:py26-bdist_mpkg
 

Modified: trunk/dports/python/py26-py2app-devel/Portfile
===================================================================
--- trunk/dports/python/py26-py2app-devel/Portfile	2011-08-20 23:49:18 UTC (rev 82812)
+++ trunk/dports/python/py26-py2app-devel/Portfile	2011-08-20 23:52:55 UTC (rev 82813)
@@ -2,10 +2,11 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup python26  1.0
 
 name                py26-py2app-devel
+replaced_by         py26-py2app
 version             0.5.3
+revision            1
 categories-append   devel
 license             {MIT PSF}
 maintainers         nomaintainer
@@ -19,28 +20,11 @@
 
 homepage            http://wiki.python.org/moin/MacPython/py2app
 
-fetch.type          hg
-hg.url              http://bitbucket.org/ronaldoussoren/py2app
-hg.tag              c3bb65c5b0d0
-worksrcdir          py2app-${version}
+distfiles
 
-conflicts           py26-py2app
-
-depends_lib-append  port:py26-distribute \
-                    port:py26-altgraph \
-                    port:py26-macholib \
-                    port:py26-modulegraph \
-                    port:py26-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 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/e18e1190/attachment-0001.html>


More information about the macports-changes mailing list