Revision: 117351 https://trac.macports.org/changeset/117351 Author: stromnov@macports.org Date: 2014-02-23 07:21:45 -0800 (Sun, 23 Feb 2014) Log Message: ----------- py-marisa-trie: update to version 0.6 Modified Paths: -------------- trunk/dports/python/py-marisa-trie/Portfile Modified: trunk/dports/python/py-marisa-trie/Portfile =================================================================== --- trunk/dports/python/py-marisa-trie/Portfile 2014-02-23 15:09:53 UTC (rev 117350) +++ trunk/dports/python/py-marisa-trie/Portfile 2014-02-23 15:21:45 UTC (rev 117351) @@ -5,13 +5,13 @@ PortGroup python 1.0 name py-marisa-trie -version 0.5.3 +version 0.6 revision 0 categories-append devel platforms darwin license LGPL -python.versions 26 27 31 32 33 +python.versions 26 27 31 32 33 34 maintainers stromnov openmaintainer @@ -23,13 +23,13 @@ distname marisa-trie-${version} -checksums rmd160 90f8a24de19c0d5f4fe37dea76b1ed04d18f8296 \ - sha256 863d5cad1a2c47582434ff647d46416de59bba9d3c9c60f323a98a780aaa3b7b +checksums rmd160 67e3e171fc4ac9ea12ba5afcb9c06d334c436578 \ + sha256 ba4f35c95d4393626c25b47a5d0b4216cee0a7cccb67e13e7e809bef3867b9d2 if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} - livecheck.regex "marisa-trie-(\\d+(?:\\.\\d+)*)${extract.suffix}" + livecheck.regex {marisa-trie-(\d+(?:\.\d+)*)\.[tz]} }