textproc/groonga: Update version 13.0.2=>13.0.4

Changelog: https://groonga.org/docs/news/13.html#release-13-0-4-2023-07-26
This commit is contained in:
Muhammad Moinur Rahman 2024-02-29 17:57:37 +01:00
parent 2b12964514
commit 0125ed6a1d
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
4 changed files with 4 additions and 52 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= groonga
PORTVERSION= 13.0.2
PORTVERSION= 13.0.4
CATEGORIES= textproc
MASTER_SITES= http://packages.groonga.org/source/groonga/
@ -10,8 +10,6 @@ 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
@ -51,22 +49,9 @@ SUGGEST_CONFIGURE_OFF= --disable-zeromq \
--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 <version> 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 <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1705056129
SHA256 (groonga-13.0.2.tar.gz) = 0eb2e0ac65fa426663f61a7fc4621e99290b869119113682f9c005d0f3308d38
SIZE (groonga-13.0.2.tar.gz) = 24872948
TIMESTAMP = 1709223705
SHA256 (groonga-13.0.4.tar.gz) = 38687ab060001aeabe0c0e05de5b90289543eeb98504fdde53c682e937a3d077
SIZE (groonga-13.0.4.tar.gz) = 21804057

View File

@ -1,11 +0,0 @@
--- src/httpd/configure.orig 2018-04-20 00:31:00 UTC
+++ src/httpd/configure
@@ -115,7 +115,7 @@ if [ "${GROONGA_HTTPD_WITH_MRUBY}" = "yes" -a \
--with-ngx-src-root=${nginx_directory} \
--with-mruby-incdir="${mruby_directory}/src ${mruby_directory}/include" \
--with-mruby-libdir=${libmruby_directory}
- make generate_gems_config
+ gmake generate_gems_config
configure_args="${configure_args} --add-module=${nginx_mruby_directory}/dependence/ngx_devel_kit"
configure_args="${configure_args} --add-module=${nginx_mruby_directory_in_build_directory}"
fi

View File

@ -4,23 +4,6 @@ bin/groonga
%%SUGGEST%%bin/groonga-suggest-httpd
%%SUGGEST%%bin/groonga-suggest-learner
%%ETCDIR%%/groonga.conf
%%ETCDIR%%/httpd/fastcgi.conf
%%ETCDIR%%/httpd/fastcgi.conf.default
%%ETCDIR%%/httpd/fastcgi_params
%%ETCDIR%%/httpd/fastcgi_params.default
%%ETCDIR%%/httpd/groonga-httpd.conf
%%ETCDIR%%/httpd/html/50x.html
%%ETCDIR%%/httpd/html/index.html
%%ETCDIR%%/httpd/koi-utf
%%ETCDIR%%/httpd/koi-win
%%ETCDIR%%/httpd/mime.types
%%ETCDIR%%/httpd/mime.types.default
%%ETCDIR%%/httpd/nginx.conf.default
%%ETCDIR%%/httpd/scgi_params
%%ETCDIR%%/httpd/scgi_params.default
%%ETCDIR%%/httpd/uwsgi_params
%%ETCDIR%%/httpd/uwsgi_params.default
%%ETCDIR%%/httpd/win-utf
%%ETCDIR%%/synonyms.tsv
include/groonga/groonga.h
include/groonga/groonga.hpp
@ -202,8 +185,6 @@ lib/libgroonga.so
lib/libgroonga.so.0
lib/libgroonga.so.0.0.0
libdata/pkgconfig/groonga.pc
sbin/groonga-httpd
sbin/groonga-httpd-restart
%%DATADIR%%/COPYING
%%DATADIR%%/examples/dictionary/edict/edict-import.sh
%%DATADIR%%/examples/dictionary/edict/edict2grn.rb
@ -315,6 +296,3 @@ sbin/groonga-httpd-restart
%%RUBY%%%%DATADIR%%/tools/index-column-diff-all.sh
%%RUBY%%%%DATADIR%%/tools/object-inspect-all.sh
%%RUBY%%%%DATADIR%%/tools/ucd-symbol-list.rb
@dir /var/log/groonga/httpd
@dir /var/log/groonga
@dir /var/run/groonga