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

hum at macports.org hum at macports.org
Sat Feb 18 17:54:37 PST 2012


Revision: 89992
          http://trac.macports.org/changeset/89992
Author:   hum at macports.org
Date:     2012-02-18 17:54:37 -0800 (Sat, 18 Feb 2012)
Log Message:
-----------
groonga: update to 1.3.0; append --without-cutter to fix build.

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

Modified: trunk/dports/databases/groonga/Portfile
===================================================================
--- trunk/dports/databases/groonga/Portfile	2012-02-18 22:49:55 UTC (rev 89991)
+++ trunk/dports/databases/groonga/Portfile	2012-02-19 01:54:37 UTC (rev 89992)
@@ -3,9 +3,10 @@
 
 PortSystem          1.0
 name                groonga
-version             1.2.9
+version             1.3.0
 categories          databases
 maintainers         clear-code.com:kou hum
+
 description         An embeddable fulltext search engine
 long_description    groonga is an embeddable fulltext search engine library. It can integrate \
                     with DBMS and scripting languages to enhance their search functionality. \
@@ -17,8 +18,8 @@
 
 homepage            http://groonga.org/
 master_sites        http://packages.groonga.org/source/groonga/
-checksums           rmd160  9d577c0ea6b73292ab02037394daef1f702d816d \
-                    sha256  084641eff87871ffb131e75fec028e8e6736f674e653dc593c2e1bd87ae4c581
+checksums           rmd160  a96b29e1918744119c02a3013e4dc424c895e590 \
+                    sha256  d2a55d7cd8d5faf0957b31e040793412077b91d2176565d5a0d2caf94334e3a7
 
 depends_build       port:pkgconfig
 
@@ -28,6 +29,12 @@
                     port:zmq \
                     port:msgpack
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
+configure.args      --without-cutter
+
 livecheck.type      regex
 livecheck.url       [lindex ${master_sites} 0]
 livecheck.regex     {groonga-([0-9.-]+)\.tar\.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120218/abe046a3/attachment.html>


More information about the macports-changes mailing list