[82062] trunk/dports
jmr at macports.org
jmr at macports.org
Sun Aug 7 01:36:14 PDT 2011
Revision: 82062
http://trac.macports.org/changeset/82062
Author: jmr at macports.org
Date: 2011-08-07 01:36:12 -0700 (Sun, 07 Aug 2011)
Log Message:
-----------
revert r81362 and r81378
Revision Links:
--------------
http://trac.macports.org/changeset/81362
http://trac.macports.org/changeset/81378
Modified Paths:
--------------
trunk/dports/_resources/port1.0/group/python-1.0.tcl
trunk/dports/python/py-altgraph/Portfile
trunk/dports/python/py-amqplib/Portfile
trunk/dports/python/py-bdist_mpkg/Portfile
trunk/dports/python/py-blist/Portfile
trunk/dports/python/py-kombu/Portfile
trunk/dports/python/py-numeric/Portfile
trunk/dports/python/py-pika/Portfile
trunk/dports/python/py-pil/Portfile
trunk/dports/python/py-redis/Portfile
Modified: trunk/dports/_resources/port1.0/group/python-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/python-1.0.tcl 2011-08-07 06:53:11 UTC (rev 82061)
+++ trunk/dports/_resources/port1.0/group/python-1.0.tcl 2011-08-07 08:36:12 UTC (rev 82062)
@@ -85,7 +85,7 @@
# set up py-foo as a stub port that depends on the default pyXY-foo
distfiles
supported_archs noarch
- #replaced_by py[option python.default_version][string trimleft $name py]
+ replaced_by py[option python.default_version][string trimleft $name py]
depends_lib port:py[option python.default_version][string trimleft $name py]
build {}
destroot {
Modified: trunk/dports/python/py-altgraph/Portfile
===================================================================
--- trunk/dports/python/py-altgraph/Portfile 2011-08-07 06:53:11 UTC (rev 82061)
+++ trunk/dports/python/py-altgraph/Portfile 2011-08-07 08:36:12 UTC (rev 82062)
@@ -36,8 +36,6 @@
depends_lib port:py${python.version}-distribute
}
-# innocuous comment because of ticket #30463
-
livecheck.type regex
livecheck.url http://pypi.python.org/pypi/altgraph/
livecheck.regex altgraph (0\.\[0-9.\]+)
Modified: trunk/dports/python/py-amqplib/Portfile
===================================================================
--- trunk/dports/python/py-amqplib/Portfile 2011-08-07 06:53:11 UTC (rev 82061)
+++ trunk/dports/python/py-amqplib/Portfile 2011-08-07 08:36:12 UTC (rev 82062)
@@ -33,5 +33,3 @@
} elseif {$subport != $name} {
depends_lib port:py${python.version}-distribute
}
-
-# innocuous comment because of ticket #30463
Modified: trunk/dports/python/py-bdist_mpkg/Portfile
===================================================================
--- trunk/dports/python/py-bdist_mpkg/Portfile 2011-08-07 06:53:11 UTC (rev 82061)
+++ trunk/dports/python/py-bdist_mpkg/Portfile 2011-08-07 08:36:12 UTC (rev 82062)
@@ -36,8 +36,6 @@
depends_lib port:py${python.version}-distribute
}
-# innocuous comment because of ticket #30463
-
livecheck.type regex
livecheck.url http://pypi.python.org/pypi/bdist_mpkg/
livecheck.regex bdist_mpkg (0\.\[0-9\]+\.\[0-9\]+)
Modified: trunk/dports/python/py-blist/Portfile
===================================================================
--- trunk/dports/python/py-blist/Portfile 2011-08-07 06:53:11 UTC (rev 82061)
+++ trunk/dports/python/py-blist/Portfile 2011-08-07 08:36:12 UTC (rev 82062)
@@ -44,8 +44,6 @@
}
}
-# innocuous comment because of ticket #30463
-
livecheck.type regex
livecheck.url ${master_sites}
livecheck.regex "blist-(\\d+(?:\\.\\d+)*)${extract.suffix}"
Modified: trunk/dports/python/py-kombu/Portfile
===================================================================
--- trunk/dports/python/py-kombu/Portfile 2011-08-07 06:53:11 UTC (rev 82061)
+++ trunk/dports/python/py-kombu/Portfile 2011-08-07 08:36:12 UTC (rev 82062)
@@ -33,8 +33,6 @@
depends_lib port:py${python.version}-distribute
}
-# innocuous comment because of ticket #30463
-
livecheck.type regex
livecheck.url ${master_sites}
livecheck.regex "kombu-(\\d+(?:\\.\\d+)*)${extract.suffix}"
Modified: trunk/dports/python/py-numeric/Portfile
===================================================================
--- trunk/dports/python/py-numeric/Portfile 2011-08-07 06:53:11 UTC (rev 82061)
+++ trunk/dports/python/py-numeric/Portfile 2011-08-07 08:36:12 UTC (rev 82062)
@@ -78,6 +78,4 @@
}
}
-# innocuous comment because of ticket #30463
-
livecheck.type none
Modified: trunk/dports/python/py-pika/Portfile
===================================================================
--- trunk/dports/python/py-pika/Portfile 2011-08-07 06:53:11 UTC (rev 82061)
+++ trunk/dports/python/py-pika/Portfile 2011-08-07 08:36:12 UTC (rev 82062)
@@ -33,8 +33,6 @@
depends_lib port:py${python.version}-distribute
}
-# innocuous comment because of ticket #30463
-
livecheck.type regex
livecheck.url ${master_sites}
livecheck.regex "pika-v?(\\d+(?:\\.\\d+)*)${extract.suffix}"
Modified: trunk/dports/python/py-pil/Portfile
===================================================================
--- trunk/dports/python/py-pil/Portfile 2011-08-07 06:53:11 UTC (rev 82061)
+++ trunk/dports/python/py-pil/Portfile 2011-08-07 08:36:12 UTC (rev 82062)
@@ -44,8 +44,6 @@
}
}
-# innocuous comment because of ticket #30463
-
livecheck.type regex
livecheck.url ${homepage}
livecheck.regex {Imaging-([0-9\.]+)\.tar\.gz}
Modified: trunk/dports/python/py-redis/Portfile
===================================================================
--- trunk/dports/python/py-redis/Portfile 2011-08-07 06:53:11 UTC (rev 82061)
+++ trunk/dports/python/py-redis/Portfile 2011-08-07 08:36:12 UTC (rev 82062)
@@ -32,8 +32,6 @@
depends_lib port:py${python.version}-distribute
}
-# innocuous comment because of ticket #30463
-
livecheck.type regex
livecheck.url ${homepage}/downloads
livecheck.regex "redis-(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110807/6d42d102/attachment.html>
More information about the macports-changes
mailing list