[104058] trunk/dports/python/py-regex/Portfile
stromnov at macports.org
stromnov at macports.org
Thu Mar 14 04:12:53 PDT 2013
Revision: 104058
https://trac.macports.org/changeset/104058
Author: stromnov at macports.org
Date: 2013-03-14 04:12:53 -0700 (Thu, 14 Mar 2013)
Log Message:
-----------
py-regex: update to version 2013-03-11
Modified Paths:
--------------
trunk/dports/python/py-regex/Portfile
Modified: trunk/dports/python/py-regex/Portfile
===================================================================
--- trunk/dports/python/py-regex/Portfile 2013-03-14 11:08:33 UTC (rev 104057)
+++ trunk/dports/python/py-regex/Portfile 2013-03-14 11:12:53 UTC (rev 104058)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-regex
-set buildver 2013-02-23
+set buildver 2013-03-11
version 0.1-[string map {"-" "" "." ""} ${buildver}]
revision 0
categories-append devel
@@ -23,10 +23,14 @@
master_sites http://pypi.python.org/packages/source/r/regex/
distname regex-${buildver}
-checksums rmd160 8867f0908bff3544a575613cdeb08bd1b04d05c1 \
- sha256 d82304aec7546ca7c3308659e51260493e771d548ca025d53cc7f42d97020a0e
+checksums rmd160 6a7ba9614f8cefd40b75614d036a7893088038d1 \
+ sha256 25a8bb9bf287f2a0a8ed9d98047a425415e8befbd38cb537d4f52b0e416a283b
-livecheck.type regex
-livecheck.url ${master_sites}
-livecheck.version ${buildver}
-livecheck.regex "regex-(\\d+(?:\\-\\d+)*)${extract.suffix}"
+if {$subport != $name} {
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+ livecheck.version ${buildver}
+ livecheck.regex "regex-(\\d+(?:\\-\\d+)*)${extract.suffix}"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130314/260d6ae2/attachment.html>
More information about the macports-changes
mailing list