[106182] trunk/dports/databases/groonga/Portfile

hum at macports.org hum at macports.org
Fri May 17 19:00:25 PDT 2013


Revision: 106182
          https://trac.macports.org/changeset/106182
Author:   hum at macports.org
Date:     2013-05-17 19:00:25 -0700 (Fri, 17 May 2013)
Log Message:
-----------
groonga: update to 3.0.3; add dependencies of zlib, pcre and kytea; avoid to compile with clang while requesting for the fix to the upstream.

Modified Paths:
--------------
    trunk/dports/databases/groonga/Portfile

Modified: trunk/dports/databases/groonga/Portfile
===================================================================
--- trunk/dports/databases/groonga/Portfile	2013-05-18 00:31:28 UTC (rev 106181)
+++ trunk/dports/databases/groonga/Portfile	2013-05-18 02:00:25 UTC (rev 106182)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                groonga
-version             3.0.2
+version             3.0.3
 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  9b10e6f9e6edda781611948c4556142153460028 \
-                    sha256  8a8b3f6010873e3a4b47ec7d593c60994ca45119b8e814b72fd96566d09addb2
+checksums           rmd160  2f8fe5088e069f236e4f5c1ce105c5f5e91908ac \
+                    sha256  aabb50acdd0897681d41fd8158a8803b0c645a8456dee3662ec640ff2f563946
 
 depends_build       port:pkgconfig
 
@@ -29,9 +29,12 @@
                     port:mecab-utf8 \
                     port:libevent \
                     port:zmq22 \
-                    port:msgpack
+                    port:msgpack \
+                    port:zlib \
+                    port:pcre \
+                    port:kytea
 
-configure.args      --without-cutter
+compiler.blacklist  clang
 
 livecheck.type      regex
 livecheck.url       [lindex ${master_sites} 0]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130517/347923c6/attachment.html>


More information about the macports-changes mailing list