[100779] trunk/dports/textproc/marisa-trie/Portfile
Revision: 100779 https://trac.macports.org/changeset/100779 Author: hum@macports.org Date: 2012-12-24 00:24:46 -0800 (Mon, 24 Dec 2012) Log Message: ----------- marisa-trie: update to 0.2.1. Modified Paths: -------------- trunk/dports/textproc/marisa-trie/Portfile Modified: trunk/dports/textproc/marisa-trie/Portfile =================================================================== --- trunk/dports/textproc/marisa-trie/Portfile 2012-12-24 07:25:21 UTC (rev 100778) +++ trunk/dports/textproc/marisa-trie/Portfile 2012-12-24 08:24:46 UTC (rev 100779) @@ -4,12 +4,13 @@ PortSystem 1.0 name marisa-trie -version 0.2.0 +version 0.2.1 epoch 1 categories textproc maintainers hum openmaintainer description a static and space-efficient trie data structure + long_description Matching Algorithm with Recursively Implemented StorAge \ (MARISA) is a static and space-efficient trie data structure. \ And libmarisa is a C++ library to provide an implementation \ @@ -22,8 +23,8 @@ license BSD master_sites googlecode -checksums rmd160 8e750e4cb4d0fb9eb268cf1a64b28633c08e7aef \ - sha256 b33f4ac88562d4bcd2c9cd90a73b5a33203cc10f0ce9c0e1c80ec2bc69e8b337 +checksums rmd160 1e1340c3bb78a054d151dc7743da0cd80f97f38f \ + sha256 08335c4ef0bbe8b8df8be667fcecf8db603ba01f493748a6a49c95946fae5fb4 distname marisa-${version} @@ -41,4 +42,4 @@ ${destroot}${docdir}/docs } -livecheck.regex {/marisa-([0-9.-]+)\.tar\.gz} +livecheck.regex {/marisa-([0-9.-]+)\.tar}
participants (1)
-
hum@macports.org