[108315] trunk/dports/python/py-datrie/Portfile
stromnov at macports.org
stromnov at macports.org
Fri Jul 19 02:55:36 PDT 2013
Revision: 108315
https://trac.macports.org/changeset/108315
Author: stromnov at macports.org
Date: 2013-07-19 02:55:36 -0700 (Fri, 19 Jul 2013)
Log Message:
-----------
py-datrie: update to version 0.6
Modified Paths:
--------------
trunk/dports/python/py-datrie/Portfile
Modified: trunk/dports/python/py-datrie/Portfile
===================================================================
--- trunk/dports/python/py-datrie/Portfile 2013-07-19 08:28:12 UTC (rev 108314)
+++ trunk/dports/python/py-datrie/Portfile 2013-07-19 09:55:36 UTC (rev 108315)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-datrie
-version 0.5.1
+version 0.6
revision 0
categories-append devel
license LGPL
@@ -23,9 +23,13 @@
distname datrie-${version}
-checksums rmd160 704bd570584824af19b176bb6420a90f6bf27595 \
- sha256 d9bb6cb5a3803dacc7cdaa9938cb0d2e3a59c77b809247676239e198a83849db
+checksums rmd160 2e0a63b5f48a764cd98ae7c9e4906fca981ed21d \
+ sha256 ca37aea5ea11e83427c43f4c1f89cc5746022d7ab82a0554dffdbc3f98cdadd3
-livecheck.type regex
-livecheck.url ${master_sites}
-livecheck.regex "datrie-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+if {$subport != $name} {
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+ livecheck.regex "datrie-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130719/ed04bdd1/attachment-0001.html>
More information about the macports-changes
mailing list