diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index 524e618bf999..61ffa6b6a2b5 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,76 +1,75 @@ PORTNAME= groonga -PORTVERSION= 12.0.8 -PORTREVISION= 1 +PORTVERSION= 12.0.9 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 #CPPFLAGS+= -I${LOCALBASE}/include #LDFLAGS+= -L${LOCALBASE}/lib 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_USE= RUBY=yes RUBY_CONFIGURE_ON= --enable-mruby SUGGEST_LIB_DEPENDS= libevent.so:devel/libevent \ libmsgpackc.so:devel/msgpack-c \ libzmq.so:net/libzmq2 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.1/auto/install + ${WRKSRC}/vendor/nginx-1.23.2/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 af95b66a3c38..5cc97b940561 100644 --- a/textproc/groonga/distinfo +++ b/textproc/groonga/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1665237085 -SHA256 (groonga-12.0.8.tar.gz) = 7770c0ff6804ef4b47b015b15736cd973cffced977c20991b16b2daa4fea6eeb -SIZE (groonga-12.0.8.tar.gz) = 23711152 +TIMESTAMP = 1667598504 +SHA256 (groonga-12.0.9.tar.gz) = ecb10a9fb3adec276dd3864da97ecea13c432e9a8fe827b6d3c82b49c4df0c10 +SIZE (groonga-12.0.9.tar.gz) = 23691237