diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index 18b5bf43a532..8461e5f0b24d 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,71 +1,71 @@ PORTNAME= groonga -PORTVERSION= 11.0.2 +PORTVERSION= 11.0.3 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:devel/pcre USES= gmake libedit libtool pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-benchmark \ --disable-document \ --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:japanese/mecab MECAB_CONFIGURE_OFF= --without-mecab SUGGEST_DESC= Suggestions support SUGGEST_LIB_DEPENDS= libevent.so:devel/libevent \ libmsgpackc.so:devel/msgpack \ libzmq.so: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 RUBY_RUN_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler 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.19.10/auto/install + ${WRKSRC}/vendor/nginx-1.20.1/auto/install # Avoid conflict with C++20 by adding .txt suffix @${MV} ${WRKSRC}/version ${WRKSRC}/version.txt @${REINPLACE_CMD} -Ei .c++20 '/test|cat/s/[[:<:]]version/&.txt/' \ ${WRKSRC}/version-gen.sh post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd @${MKDIR} ${STAGEDIR}/var/log/groonga/httpd @${MKDIR} ${STAGEDIR}/var/run/groonga .include diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo index b0f0dfec1ec3..3228c9c2ecbe 100644 --- a/textproc/groonga/distinfo +++ b/textproc/groonga/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621803799 -SHA256 (groonga-11.0.2.tar.gz) = de29cb5648e3c29873d343747d626a5efcb302357dc7bd82dc4df776e2de558c -SIZE (groonga-11.0.2.tar.gz) = 18190322 +TIMESTAMP = 1622777609 +SHA256 (groonga-11.0.3.tar.gz) = a1895ce8f4812e8bcdb0458373a786a4323ce53e9b4c7801bf103f3d93f76905 +SIZE (groonga-11.0.3.tar.gz) = 18351968