databases/pgroonga: Update version 2.3.2=>2.3.4

Relnotes: https://pgroonga.github.io/news/#version-2-3-4
This commit is contained in:
Muhammad Moinur Rahman 2021-11-13 00:49:47 -06:00
parent 9032d3c96f
commit b07ef27e5c
3 changed files with 96 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org> # Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
PORTNAME= pgroonga PORTNAME= pgroonga
PORTVERSION= 2.3.2 PORTVERSION= 2.3.4
CATEGORIES= databases textproc CATEGORIES= databases textproc
MASTER_SITES= http://packages.groonga.org/source/pgroonga/ MASTER_SITES= http://packages.groonga.org/source/pgroonga/
@ -36,6 +36,8 @@ PLIST_SUB+= OLDPG=""
post-install: post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pgroonga.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pgroonga.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pgroonga_check.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pgroonga_check.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pgroonga_crash_safer.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pgroonga_database.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pgroonga_database.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pgroonga_wal_applier.so
.include <bsd.port.post.mk> .include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1633697261 TIMESTAMP = 1636784657
SHA256 (pgroonga-2.3.2.tar.gz) = 7e2744c4f72b2208c90aaa35f251e1702c078ba81dff81b705e139d67b193283 SHA256 (pgroonga-2.3.4.tar.gz) = 5c4ebaf4a7c71326394e084c502d06708a9d3d3b1d02cd38a40fedf3893e8b61
SIZE (pgroonga-2.3.2.tar.gz) = 434851 SIZE (pgroonga-2.3.4.tar.gz) = 472640

View file

@ -4,9 +4,11 @@
%%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-command-escape-value.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-command-escape-value.h
%%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-compatible.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-compatible.h
%%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-convert.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-convert.h
include/postgresql/server/contrib/pgroonga_check/pgrn-crash-safer-statuses.h
%%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-create.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-create.h
%%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-ctid.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-ctid.h
%%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-database.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-database.h
include/postgresql/server/contrib/pgroonga_check/pgrn-file.h
%%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-full-text-search-condition.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-full-text-search-condition.h
%%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-global.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-global.h
%%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-groonga-tuple-is-alive.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-groonga-tuple-is-alive.h
@ -24,6 +26,7 @@
%%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-query-expand.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-query-expand.h
%%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-query-extract-keywords.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-query-extract-keywords.h
%%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-result-converter.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-result-converter.h
include/postgresql/server/contrib/pgroonga_check/pgrn-row-level-security.h
%%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-search.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-search.h
%%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-sequential-search.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-sequential-search.h
%%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-string.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-string.h
@ -33,15 +36,93 @@
%%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-wal.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-wal.h
%%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-writable.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgrn-writable.h
%%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgroonga.h %%OLDPG%%include/postgresql/server/contrib/pgroonga_check/pgroonga.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-alias.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-auto-close.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-column-name.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-command-escape-value.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-compatible.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-convert.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-crash-safer-statuses.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-create.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-ctid.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-database.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-file.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-full-text-search-condition.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-global.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-groonga-tuple-is-alive.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-groonga.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-highlight-html.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-index-status.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-jsonb.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-keywords.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-match-positions-byte.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-match-positions-character.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-normalize.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-options.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-pg.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-portable.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-query-expand.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-query-extract-keywords.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-result-converter.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-row-level-security.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-search.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-sequential-search.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-string.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-tokenize.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-value.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-variables.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-wal.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgrn-writable.h
include/postgresql/server/contrib/pgroonga_crash_safer/pgroonga.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-alias.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-auto-close.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-column-name.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-command-escape-value.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-compatible.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-convert.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-crash-safer-statuses.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-create.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-ctid.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-database.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-file.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-full-text-search-condition.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-global.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-groonga-tuple-is-alive.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-groonga.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-highlight-html.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-index-status.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-jsonb.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-keywords.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-match-positions-byte.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-match-positions-character.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-normalize.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-options.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-pg.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-portable.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-query-expand.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-query-extract-keywords.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-result-converter.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-row-level-security.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-search.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-sequential-search.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-string.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-tokenize.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-value.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-variables.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-wal.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgrn-writable.h
include/postgresql/server/contrib/pgroonga_wal_applier/pgroonga.h
%%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-alias.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-alias.h
%%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-auto-close.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-auto-close.h
%%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-column-name.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-column-name.h
%%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-command-escape-value.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-command-escape-value.h
%%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-compatible.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-compatible.h
%%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-convert.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-convert.h
include/postgresql/server/extension/pgroonga/pgrn-crash-safer-statuses.h
%%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-create.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-create.h
%%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-ctid.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-ctid.h
%%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-database.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-database.h
include/postgresql/server/extension/pgroonga/pgrn-file.h
%%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-full-text-search-condition.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-full-text-search-condition.h
%%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-global.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-global.h
%%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-groonga-tuple-is-alive.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-groonga-tuple-is-alive.h
@ -59,6 +140,7 @@
%%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-query-expand.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-query-expand.h
%%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-query-extract-keywords.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-query-extract-keywords.h
%%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-result-converter.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-result-converter.h
include/postgresql/server/extension/pgroonga/pgrn-row-level-security.h
%%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-search.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-search.h
%%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-sequential-search.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-sequential-search.h
%%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-string.h %%OLDPG%%include/postgresql/server/extension/pgroonga/pgrn-string.h
@ -75,9 +157,11 @@
%%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-command-escape-value.h %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-command-escape-value.h
%%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-compatible.h %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-compatible.h
%%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-convert.h %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-convert.h
include/postgresql/server/extension/pgroonga_database/pgrn-crash-safer-statuses.h
%%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-create.h %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-create.h
%%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-ctid.h %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-ctid.h
%%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-database.h %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-database.h
include/postgresql/server/extension/pgroonga_database/pgrn-file.h
%%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-full-text-search-condition.h %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-full-text-search-condition.h
%%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-global.h %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-global.h
%%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-groonga-tuple-is-alive.h %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-groonga-tuple-is-alive.h
@ -95,6 +179,7 @@
%%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-query-expand.h %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-query-expand.h
%%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-query-extract-keywords.h %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-query-extract-keywords.h
%%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-result-converter.h %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-result-converter.h
include/postgresql/server/extension/pgroonga_database/pgrn-row-level-security.h
%%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-search.h %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-search.h
%%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-sequential-search.h %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-sequential-search.h
%%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-string.h %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-string.h
@ -106,7 +191,9 @@
%%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgroonga.h %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgroonga.h
lib/postgresql/pgroonga.so lib/postgresql/pgroonga.so
lib/postgresql/pgroonga_check.so lib/postgresql/pgroonga_check.so
lib/postgresql/pgroonga_crash_safer.so
lib/postgresql/pgroonga_database.so lib/postgresql/pgroonga_database.so
lib/postgresql/pgroonga_wal_applier.so
share/postgresql/extension/pgroonga--1.0.0--1.0.1.sql share/postgresql/extension/pgroonga--1.0.0--1.0.1.sql
share/postgresql/extension/pgroonga--1.0.1--1.0.2.sql share/postgresql/extension/pgroonga--1.0.1--1.0.2.sql
share/postgresql/extension/pgroonga--1.0.2--1.0.3.sql share/postgresql/extension/pgroonga--1.0.2--1.0.3.sql
@ -162,7 +249,9 @@ share/postgresql/extension/pgroonga--2.2.7--2.2.8.sql
share/postgresql/extension/pgroonga--2.2.8--2.2.9.sql share/postgresql/extension/pgroonga--2.2.8--2.2.9.sql
share/postgresql/extension/pgroonga--2.2.9--2.3.0.sql share/postgresql/extension/pgroonga--2.2.9--2.3.0.sql
share/postgresql/extension/pgroonga--2.3.0--2.3.1.sql share/postgresql/extension/pgroonga--2.3.0--2.3.1.sql
share/postgresql/extension/pgroonga--2.3.1--%%MVER%%.sql share/postgresql/extension/pgroonga--2.3.1--2.3.2.sql
share/postgresql/extension/pgroonga--2.3.2--2.3.3.sql
share/postgresql/extension/pgroonga--2.3.3--%%MVER%%.sql
share/postgresql/extension/pgroonga--%%MVER%%.sql share/postgresql/extension/pgroonga--%%MVER%%.sql
share/postgresql/extension/pgroonga_database--%%MVER%%.sql share/postgresql/extension/pgroonga_database--%%MVER%%.sql
share/postgresql/extension/pgroonga_database.control share/postgresql/extension/pgroonga_database.control