Index: head/textproc/groonga/Makefile =================================================================== --- head/textproc/groonga/Makefile (revision 412278) +++ head/textproc/groonga/Makefile (revision 412279) @@ -1,68 +1,68 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 6.0.0 +PORTVERSION= 6.0.1 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ MAINTAINER= bofh@FreeBSD.org COMMENT= Open-source fulltext search engine and column store LICENSE= LGPL21 LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre USES= gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-benchmark \ --disable-document \ --disable-silent-rules \ --localstatedir=/var \ --without-cutter \ --without-inkscape \ --without-kytea \ --without-lemon \ --with-log-path=/var/log/groonga.log \ --with-munin-plugins INSTALL_TARGET= install-strip USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= MECAB SUGGEST RUBY OPTIONS_DEFAULT= MECAB SUGGEST RUBY OPTIONS_SUB= yes MECAB_DESC= Morphological analysis support via MeCab MECAB_LIB_DEPENDS= libmecab.so:${PORTSDIR}/japanese/mecab MECAB_CONFIGURE_OFF= --without-mecab SUGGEST_DESC= Suggestions support SUGGEST_LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 \ libmsgpack.so:${PORTSDIR}/devel/msgpack \ libzmq.so:${PORTSDIR}/net/libzmq2 SUGGEST_CONFIGURE_ON= --with-libevent=${LOCALBASE} \ --with-message-pack=${LOCALBASE} \ --enable-zeromq SUGGEST_CONFIGURE_OFF= --without-libevent \ --without-message-pack \ --disable-zeromq RUBY_CONFIGURE_ON= --enable-mruby RUBY_USE= RUBY=yes post-patch: @${REINPLACE_CMD} -e \ 's|lib/$${PACKAGE}/db/db|db/$${PACKAGE}/db| ; \ s|-lpthread|-pthread|' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ '/NGX_PID_PATH/s|mkdir|${TRUE}| ; \ /NGX_HTTP_LOG_PATH/s|mkdir|${TRUE}| ; \ /NGX_ERROR_LOG_PATH/s|mkdir|${TRUE}|' \ - ${WRKSRC}/vendor/nginx-1.9.11/auto/install + ${WRKSRC}/vendor/nginx-1.9.12/auto/install post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd @${MKDIR} ${STAGEDIR}/var/log/groonga/httpd @${MKDIR} ${STAGEDIR}/var/run/groonga .include Index: head/textproc/groonga/distinfo =================================================================== --- head/textproc/groonga/distinfo (revision 412278) +++ head/textproc/groonga/distinfo (revision 412279) @@ -1,2 +1,2 @@ -SHA256 (groonga-6.0.0.tar.gz) = a14c93240dcf749eb583087988703b72dada4a06ab3f6f2e985a3fe3828b4f6c -SIZE (groonga-6.0.0.tar.gz) = 13981931 +SHA256 (groonga-6.0.1.tar.gz) = 16297c1e4c7cb12c4fca515a28b5cb1e9ef0db0867ff4ad3d8d5436c0e175b6d +SIZE (groonga-6.0.1.tar.gz) = 13914843