databases/pgroonga: Update version 2.2.6=>2.2.8
Relnotes: https://pgroonga.github.io/news/#version-2-2-8
This commit is contained in:
parent
1e3ae70eef
commit
8e08995238
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559347
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pgroonga
|
||||
PORTVERSION= 2.2.6
|
||||
PORTVERSION= 2.2.8
|
||||
CATEGORIES= databases textproc
|
||||
MASTER_SITES= http://packages.groonga.org/source/pgroonga/
|
||||
|
||||
@ -18,6 +18,7 @@ USES= gmake pgsql:9.6+ pkgconfig
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/groonga
|
||||
LLD_UNSAFE= yes
|
||||
SUB_FILES= pkg-message
|
||||
PLIST_SUB= MVER=${PORTVERSION}
|
||||
|
||||
OPTIONS_DEFINE= MECAB
|
||||
MECAB_DESC= Use MeCab as a tokenizer
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1593800368
|
||||
SHA256 (pgroonga-2.2.6.tar.gz) = 799bb56468d66e3e736759f1e19c0deb8368e07d354932f06979302309efd42a
|
||||
SIZE (pgroonga-2.2.6.tar.gz) = 406951
|
||||
TIMESTAMP = 1609025680
|
||||
SHA256 (pgroonga-2.2.8.tar.gz) = 6030cedede8045b42fef6428b6303b0cdc4e951a363b9098ceb1fefde1338f7c
|
||||
SIZE (pgroonga-2.2.8.tar.gz) = 405375
|
||||
|
@ -31,7 +31,6 @@
|
||||
%%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
|
||||
%%OLDPG%%include/postgresql/server/contrib/pgroonga_check/xxhash.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
|
||||
@ -99,7 +98,6 @@
|
||||
%%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-wal.h
|
||||
%%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgrn-writable.h
|
||||
%%OLDPG%%include/postgresql/server/extension/pgroonga_database/pgroonga.h
|
||||
%%OLDPG%%include/postgresql/server/extension/pgroonga_database/xxhash.h
|
||||
lib/postgresql/pgroonga.so
|
||||
lib/postgresql/pgroonga_check.so
|
||||
lib/postgresql/pgroonga_database.so
|
||||
@ -153,7 +151,9 @@ share/postgresql/extension/pgroonga--2.2.2--2.2.3.sql
|
||||
share/postgresql/extension/pgroonga--2.2.3--2.2.4.sql
|
||||
share/postgresql/extension/pgroonga--2.2.4--2.2.5.sql
|
||||
share/postgresql/extension/pgroonga--2.2.5--2.2.6.sql
|
||||
share/postgresql/extension/pgroonga--2.2.6.sql
|
||||
share/postgresql/extension/pgroonga_database--2.2.6.sql
|
||||
share/postgresql/extension/pgroonga--2.2.6--2.2.7.sql
|
||||
share/postgresql/extension/pgroonga--2.2.7--%%MVER%%.sql
|
||||
share/postgresql/extension/pgroonga--%%MVER%%.sql
|
||||
share/postgresql/extension/pgroonga_database--%%MVER%%.sql
|
||||
share/postgresql/extension/pgroonga_database.control
|
||||
share/postgresql/extension/pgroonga.control
|
||||
|
Loading…
Reference in New Issue
Block a user