diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index 7ef248bfd033..b0a518c18b22 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,72 +1,72 @@ PORTNAME= groonga -PORTVERSION= 13.0.1 +PORTVERSION= 13.0.2 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ MAINTAINER= bofh@FreeBSD.org COMMENT= Open-source fulltext search engine and column store WWW= https://groonga.org/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpcre.so:devel/pcre USES= gmake libedit libtool localbase:ldflags pathfix pkgconfig ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-benchmark \ --disable-document \ --localstatedir=/var \ --with-log-path=/var/log/groonga.log \ --with-munin-plugins \ --without-cutter \ --without-inkscape \ --without-kytea \ --without-lemon INSTALL_TARGET= install-strip OPTIONS_DEFINE= MECAB RUBY SUGGEST OPTIONS_DEFAULT= MECAB RUBY SUGGEST OPTIONS_SUB= yes MECAB_DESC= Morphological analysis support via MeCab SUGGEST_DESC= Suggestions support MECAB_LIB_DEPENDS= libmecab.so:japanese/mecab MECAB_CONFIGURE_OFF= --without-mecab RUBY_RUN_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler RUBY_USES= ruby RUBY_CONFIGURE_ON= --enable-mruby SUGGEST_LIB_DEPENDS= libevent.so:devel/libevent \ libmsgpackc.so:devel/msgpack-c \ - libzmq.so:net/libzmq2 + libzmq.so:net/libzmq4 SUGGEST_CONFIGURE_ON= --enable-zeromq \ --with-libevent=${LOCALBASE} \ --with-message-pack=${LOCALBASE} SUGGEST_CONFIGURE_OFF= --disable-zeromq \ --without-libevent \ --without-message-pack 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.23.3/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 49c36d4e05a5..905ce532e526 100644 --- a/textproc/groonga/distinfo +++ b/textproc/groonga/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680108255 -SHA256 (groonga-13.0.1.tar.gz) = 1c2d1a6981c1ad3f02a11aff202b15ba30cb1c6147f1fa9195b519a2b728f8ba -SIZE (groonga-13.0.1.tar.gz) = 24694524 +TIMESTAMP = 1705056129 +SHA256 (groonga-13.0.2.tar.gz) = 0eb2e0ac65fa426663f61a7fc4621e99290b869119113682f9c005d0f3308d38 +SIZE (groonga-13.0.2.tar.gz) = 24872948