Modified: trunk/dports/databases/groonga/Portfile (130521 => 130522)
--- trunk/dports/databases/groonga/Portfile 2014-12-31 04:43:51 UTC (rev 130521)
+++ trunk/dports/databases/groonga/Portfile 2014-12-31 05:45:29 UTC (rev 130522)
@@ -4,7 +4,7 @@
PortSystem 1.0
name groonga
-version 4.0.7
+version 4.0.9
categories databases
maintainers hum clear-code.com:kou openmaintainer
@@ -20,8 +20,8 @@
license LGPL-2.1
master_sites http://packages.groonga.org/source/groonga/
-checksums rmd160 9254e7651161b196f5ed57987cb5cdb8195d8e1b \
- sha256 ec1d19b05c7a592a316e845ff4c5549c6236cc7ea83423c0fc7831c16161bbbf
+checksums rmd160 88ca005fb92697382afb0ecb74289190bd954566 \
+ sha256 f6d66b5d52bf30070f04bec025cae1d34c59cd68526257fb74a26eaa7ba4a6cb
depends_build port:pkgconfig
@@ -32,8 +32,11 @@
port:msgpack \
port:zlib \
port:pcre \
- port:kytea
+ port:kytea \
+ port:libstemmer
+conflicts port:oniguruma5
+
livecheck.type regex
livecheck.url [lindex ${master_sites} 0]
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"