diff options
-rw-r--r-- | databases/pgroonga/Makefile | 4 | ||||
-rw-r--r-- | databases/pgroonga/distinfo | 6 | ||||
-rw-r--r-- | databases/pgroonga/pkg-plist | 91 |
3 files changed, 96 insertions, 5 deletions
diff --git a/databases/pgroonga/Makefile b/databases/pgroonga/Makefile index 2d569f182640..8a543d73b880 100644 --- a/databases/pgroonga/Makefile +++ b/databases/pgroonga/Makefile @@ -1,7 +1,7 @@ # Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org> PORTNAME= pgroonga -PORTVERSION= 2.3.2 +PORTVERSION= 2.3.4 CATEGORIES= databases textproc MASTER_SITES= http://packages.groonga.org/source/pgroonga/ @@ -36,6 +36,8 @@ PLIST_SUB+= OLDPG="" post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pgroonga.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_wal_applier.so .include <bsd.port.post.mk> diff --git a/databases/pgroonga/distinfo b/databases/pgroonga/distinfo index e3192bce309b..b74ce4205279 100644 --- a/databases/pgroonga/distinfo +++ b/databases/pgroonga/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633697261 -SHA256 (pgroonga-2.3.2.tar.gz) = 7e2744c4f72b2208c90aaa35f251e1702c078ba81dff81b705e139d67b193283 -SIZE (pgroonga-2.3.2.tar.gz) = 434851 +TIMESTAMP = 1636784657 +SHA256 (pgroonga-2.3.4.tar.gz) = 5c4ebaf4a7c71326394e084c502d06708a9d3d3b1d02cd38a40fedf3893e8b61 +SIZE (pgroonga-2.3.4.tar.gz) = 472640 diff --git a/databases/pgroonga/pkg-plist b/databases/pgroonga/pkg-plist index eabb1ad2d532..f6037e1328e0 100644 --- a/databases/pgroonga/pkg-plist +++ b/databases/pgroonga/pkg-plist @@ -4,9 +4,11 @@ %%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-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-ctid.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-global.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-extract-keywords.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-sequential-search.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-writable.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-auto-close.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-compatible.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-ctid.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-global.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-extract-keywords.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-sequential-search.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-compatible.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-ctid.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-global.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-extract-keywords.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-sequential-search.h %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-string.h @@ -106,7 +191,9 @@ %%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgroonga.h lib/postgresql/pgroonga.so lib/postgresql/pgroonga_check.so +lib/postgresql/pgroonga_crash_safer.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.1--1.0.2.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.9--2.3.0.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_database--%%MVER%%.sql share/postgresql/extension/pgroonga_database.control |