[105827] trunk/dports/python/py-marisa-trie/Portfile

stromnov at macports.org stromnov at macports.org
Tue May 7 07:35:14 PDT 2013


Revision: 105827
          https://trac.macports.org/changeset/105827
Author:   stromnov at macports.org
Date:     2013-05-07 07:35:14 -0700 (Tue, 07 May 2013)
Log Message:
-----------
py-marisa-trie: update to version 0.5

Modified Paths:
--------------
    trunk/dports/python/py-marisa-trie/Portfile

Modified: trunk/dports/python/py-marisa-trie/Portfile
===================================================================
--- trunk/dports/python/py-marisa-trie/Portfile	2013-05-07 13:46:32 UTC (rev 105826)
+++ trunk/dports/python/py-marisa-trie/Portfile	2013-05-07 14:35:14 UTC (rev 105827)
@@ -5,12 +5,14 @@
 PortGroup           python 1.0
 
 name                py-marisa-trie
-version             0.4
+version             0.5
 revision            0
 categories-append   devel
+platforms           darwin
 license             LGPL
-platforms           darwin
 
+python.versions     26 27 31 32 33
+
 maintainers         stromnov openmaintainer
 
 description         Static memory-efficient & fast Trie structures for Python (based on marisa-trie C++ library)
@@ -21,12 +23,13 @@
 
 distname            marisa-trie-${version}
 
-checksums           rmd160  5348bbd3f1cd2f400bce061e8e3e7c1add5aff06 \
-                    sha256  1ba3f976dc55e4a133ebda278389f4446cd4ecab4fb4e133ee9ddc63b59f8602
+checksums           rmd160  45aae7c8be36a849d6983208d4550c2c59b99d90 \
+                    sha256  7463f19af2dcbbe91df7909cff5385ed1f8c11c218de15075157e9ffe923f6ac
 
-python.default_version  27
-python.versions     26 27 31 32 33
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "marisa-trie-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+if {$subport != $name} {
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "marisa-trie-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130507/9680f11f/attachment.html>


More information about the macports-changes mailing list