mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
databases/postgresql-plv8js: limit to PostgreSQL 9.5+, bump PORTREVISION
This commit is contained in:
parent
2a19304730
commit
6fe83fdfae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543264
1 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue