databases/pgroonga: Update version 2.2.5=>2.2.6
- Dropped support for pgsql 9.5 Relnotes: https://pgroonga.github.io/news/#version-2-2-6
This commit is contained in:
parent
45d9e1b7ce
commit
e1e75b01df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541877
3 changed files with 11 additions and 10 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pgroonga
|
||||
PORTVERSION= 2.2.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.2.6
|
||||
CATEGORIES= databases textproc
|
||||
MASTER_SITES= http://packages.groonga.org/source/pgroonga/
|
||||
|
||||
|
@ -14,8 +13,9 @@ LICENSE= PostgreSQL
|
|||
|
||||
LIB_DEPENDS= libgroonga.so:textproc/groonga
|
||||
|
||||
USES= gmake pgsql pkgconfig
|
||||
USES= gmake pgsql:9.6+ pkgconfig
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/groonga
|
||||
LLD_UNSAFE= yes
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
|
@ -27,9 +27,9 @@ MECAB_BUILD_DEPENDS= mecab-ipadics>=0.996:japanese/mecab-ipadic
|
|||
# With PG11+ some scripts are only installed when they are common to
|
||||
# all PG versions.
|
||||
.if ${PGSQL_VER:R} < 11
|
||||
PLIST_SUB+= OLDPG="@comment "
|
||||
PLIST_SUB+= OLDPG="@comment "
|
||||
.else
|
||||
PLIST_SUB+= OLDPG=""
|
||||
PLIST_SUB+= OLDPG=""
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1584883631
|
||||
SHA256 (pgroonga-2.2.5.tar.gz) = ff9962e4f5e54deb9876720739cb10bf0e14e4558e9ee636b96ea6de664a9253
|
||||
SIZE (pgroonga-2.2.5.tar.gz) = 401722
|
||||
TIMESTAMP = 1593800368
|
||||
SHA256 (pgroonga-2.2.6.tar.gz) = 799bb56468d66e3e736759f1e19c0deb8368e07d354932f06979302309efd42a
|
||||
SIZE (pgroonga-2.2.6.tar.gz) = 406951
|
||||
|
|
|
@ -152,7 +152,8 @@ share/postgresql/extension/pgroonga--2.2.1--2.2.2.sql
|
|||
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.sql
|
||||
share/postgresql/extension/pgroonga_database--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_database.control
|
||||
share/postgresql/extension/pgroonga.control
|
||||
|
|
Loading…
Reference in a new issue