databases/postgresql-plv8js: limit to PostgreSQL 9.5+, bump PORTREVISION

This commit is contained in:
Rene Ladan 2020-07-24 16:55:16 +00:00
parent 2a19304730
commit 6fe83fdfae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543264

View file

@ -3,8 +3,8 @@
PORTNAME= plv8
PORTVERSION= 1.4.8
PORTREVISION= 5
DISTVERSIONPREFIX= v
PORTREVISION= 6
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
PKGNAMESUFFIX= js
@ -16,7 +16,7 @@ LICENSE= PostgreSQL
LIB_DEPENDS= libv8.so:lang/v8
USES= compiler:c++11-lang gmake perl5 pgsql:9.1-10
USES= compiler:c++11-lang gmake perl5 pgsql:9.5-10
USE_PERL5= build
USE_GITHUB= yes
PLIST_SUB= PORTVERSION="${PORTVERSION}"