aboutsummaryrefslogtreecommitdiff
path: root/textproc/groonga
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-05-27 18:56:52 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-05-27 18:56:52 +0000
commit71372c78a7bd4de0b0ddb68bad0c3b72c5e41f60 (patch)
tree2e02cc590b4895d9688ba497cc9fae08d5b5547e /textproc/groonga
parentf0ce59c6bb2852201c8a494f6808b440080ad5a9 (diff)
downloadports-71372c78a7bd4de0b0ddb68bad0c3b72c5e41f60.tar.gz
ports-71372c78a7bd4de0b0ddb68bad0c3b72c5e41f60.zip
devel/msgpack: 1.1.0 -> 1.4.2
Changes: https://github.com/msgpack/msgpack-c/blob/master/CHANGELOG.md - dependent ports PORTREVISION bump because name of shared library changed PR: 209474 Submitted by: Yuri Victorovich <yuri@rawbw.com> Reviewed by: swills
Notes
Notes: svn path=/head/; revision=415958
Diffstat (limited to 'textproc/groonga')
-rw-r--r--textproc/groonga/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile
index 2880e2e91001..1984b2434d5e 100644
--- a/textproc/groonga/Makefile
+++ b/textproc/groonga/Makefile
@@ -2,6 +2,7 @@
PORTNAME= groonga
PORTVERSION= 6.0.1
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://packages.groonga.org/source/groonga/
@@ -39,7 +40,7 @@ MECAB_LIB_DEPENDS= libmecab.so:japanese/mecab
MECAB_CONFIGURE_OFF= --without-mecab
SUGGEST_DESC= Suggestions support
SUGGEST_LIB_DEPENDS= libevent.so:devel/libevent2 \
- libmsgpack.so:devel/msgpack \
+ libmsgpackc.so:devel/msgpack \
libzmq.so:net/libzmq2
SUGGEST_CONFIGURE_ON= --with-libevent=${LOCALBASE} \
--with-message-pack=${LOCALBASE} \