[77030] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Fri Mar 18 01:46:29 PDT 2011


Revision: 77030
          http://trac.macports.org/changeset/77030
Author:   ryandesign at macports.org
Date:     2011-03-18 01:46:27 -0700 (Fri, 18 Mar 2011)
Log Message:
-----------
py*-modulegraph-devel: replaced_by py*-modulegraph; see http://lists.macosforge.org/pipermail/macports-dev/2011-March/014235.html

Modified Paths:
--------------
    trunk/dports/python/py-modulegraph-devel/Portfile
    trunk/dports/python/py25-modulegraph-devel/Portfile
    trunk/dports/python/py26-modulegraph-devel/Portfile

Modified: trunk/dports/python/py-modulegraph-devel/Portfile
===================================================================
--- trunk/dports/python/py-modulegraph-devel/Portfile	2011-03-18 08:33:04 UTC (rev 77029)
+++ trunk/dports/python/py-modulegraph-devel/Portfile	2011-03-18 08:46:27 UTC (rev 77030)
@@ -5,7 +5,8 @@
 PortGroup           python24 1.0
 
 name                py-modulegraph-devel
-version             0.7.2
+replaced_by         py-modulegraph
+version             0.8
 categories-append   devel
 license             MIT
 maintainers         nomaintainer
@@ -21,14 +22,11 @@
 
 homepage            http://undefined.org/python/#modulegraph
 
-fetch.type          svn
-svn.url             http://svn.pythonmac.org/modulegraph/modulegraph/trunk/
-worksrcdir          trunk
+distfiles
 
-conflicts           py-modulegraph
+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:py-altgraph
-
-livecheck.type  regex
-livecheck.url   http://svn.pythonmac.org/modulegraph/modulegraph/trunk/setup.py
-livecheck.regex {VERSION = '([0-9\.]+)'}
+livecheck.type      none

Modified: trunk/dports/python/py25-modulegraph-devel/Portfile
===================================================================
--- trunk/dports/python/py25-modulegraph-devel/Portfile	2011-03-18 08:33:04 UTC (rev 77029)
+++ trunk/dports/python/py25-modulegraph-devel/Portfile	2011-03-18 08:46:27 UTC (rev 77030)
@@ -5,7 +5,8 @@
 PortGroup           python25 1.0
 
 name                py25-modulegraph-devel
-version             0.7.3
+replaced_by         py25-modulegraph
+version             0.8
 categories-append   devel
 license             MIT
 maintainers         nomaintainer
@@ -21,15 +22,11 @@
 
 homepage            http://undefined.org/python/#modulegraph
 
-fetch.type          svn
-svn.url             http://svn.pythonmac.org/modulegraph/modulegraph/trunk/
-svn.revision        25
-worksrcdir          trunk
+distfiles
 
-conflicts           py25-modulegraph
+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
-
-livecheck.type  regex
-livecheck.url   http://svn.pythonmac.org/modulegraph/modulegraph/trunk/setup.py
-livecheck.regex {VERSION = '([0-9\.]+)'}
+livecheck.type      none

Modified: trunk/dports/python/py26-modulegraph-devel/Portfile
===================================================================
--- trunk/dports/python/py26-modulegraph-devel/Portfile	2011-03-18 08:33:04 UTC (rev 77029)
+++ trunk/dports/python/py26-modulegraph-devel/Portfile	2011-03-18 08:46:27 UTC (rev 77030)
@@ -5,7 +5,8 @@
 PortGroup python26  1.0
 
 name                py26-modulegraph-devel
-version             0.7.3
+replaced_by         py26-modulegraph
+version             0.8
 categories-append   devel
 license             MIT
 maintainers         nomaintainer
@@ -21,15 +22,11 @@
 
 homepage            http://undefined.org/python/#modulegraph
 
-fetch.type          svn
-svn.url             http://svn.pythonmac.org/modulegraph/modulegraph/trunk/
-svn.revision        25
-worksrcdir          trunk
+distfiles
 
-conflicts           py26-modulegraph
+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:py26-altgraph
-
-livecheck.type  regex
-livecheck.url   http://svn.pythonmac.org/modulegraph/modulegraph/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/20110318/0805eccc/attachment.html>


More information about the macports-changes mailing list