Skip to content

Commit

Permalink
databases/pgroonga: Update version 3.0.2=>3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Jan 15, 2025
1 parent ffe4869 commit 867f893
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
10 changes: 7 additions & 3 deletions databases/pgroonga/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= pgroonga
PORTVERSION= 3.0.2
DISTVERSION= 3.0.3
CATEGORIES= databases textproc
MASTER_SITES= http://packages.groonga.org/source/pgroonga/

Expand All @@ -12,15 +12,19 @@ LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libgroonga.so:textproc/groonga

USES= gmake localbase pgsql:11+ pkgconfig
USES= gmake localbase pgsql:13+ pkgconfig

CPPFLAGS+= -I${LOCALBASE}/include/groonga
LLD_UNSAFE= yes

SUB_FILES= pkg-message
PLIST_SUB= MVER=${PORTVERSION}

PLIST_SUB= MVER=${DISTVERSION}

OPTIONS_DEFINE= MECAB

MECAB_DESC= Use MeCab as a tokenizer

MECAB_BUILD_DEPENDS= mecab-ipadics>=0.996:japanese/mecab-ipadic

post-install:
Expand Down
6 changes: 3 additions & 3 deletions databases/pgroonga/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1683897735
SHA256 (pgroonga-3.0.2.tar.gz) = 779a34ae8e0a9eceb657b5800e74117fd11afc53e7dbafa9d1ada97cbae78f5f
SIZE (pgroonga-3.0.2.tar.gz) = 497883
TIMESTAMP = 1736946479
SHA256 (pgroonga-3.0.3.tar.gz) = 0c54af17afcf7c18e1a3aafadd5d5f7706a9fbcaebd56f4a38664847608e5c97
SIZE (pgroonga-3.0.3.tar.gz) = 500359
3 changes: 2 additions & 1 deletion databases/pgroonga/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ share/postgresql/extension/pgroonga--2.4.5--2.4.6.sql
share/postgresql/extension/pgroonga--2.4.6--2.4.7.sql
share/postgresql/extension/pgroonga--2.4.7--3.0.0.sql
share/postgresql/extension/pgroonga--3.0.0--3.0.1.sql
share/postgresql/extension/pgroonga--3.0.1--%%MVER%%.sql
share/postgresql/extension/pgroonga--3.0.1--3.0.2.sql
share/postgresql/extension/pgroonga--3.0.2--%%MVER%%.sql
share/postgresql/extension/pgroonga.control
share/postgresql/extension/pgroonga_database--%%MVER%%.sql
share/postgresql/extension/pgroonga_database.control

0 comments on commit 867f893

Please sign in to comment.