aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-plv8js
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-07-24 16:55:16 +0000
committerRene Ladan <rene@FreeBSD.org>2020-07-24 16:55:16 +0000
commit6fe83fdfaeeae507bdfa27f43b23d0824e45b868 (patch)
treeb53c7031e53b3c491312ea234a27a4ad729d3e9d /databases/postgresql-plv8js
parent2a19304730f0e33b4fb51f92e0157753550e2801 (diff)
downloadports-6fe83fdfaeeae507bdfa27f43b23d0824e45b868.tar.gz
ports-6fe83fdfaeeae507bdfa27f43b23d0824e45b868.zip
databases/postgresql-plv8js: limit to PostgreSQL 9.5+, bump PORTREVISION
Notes
Notes: svn path=/head/; revision=543264
Diffstat (limited to 'databases/postgresql-plv8js')
-rw-r--r--databases/postgresql-plv8js/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-plv8js/Makefile b/databases/postgresql-plv8js/Makefile
index 7a47bfbaf435..d52d3055dd58 100644
--- a/databases/postgresql-plv8js/Makefile
+++ b/databases/postgresql-plv8js/Makefile
@@ -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}"