From 6fe83fdfaeeae507bdfa27f43b23d0824e45b868 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Fri, 24 Jul 2020 16:55:16 +0000 Subject: [PATCH] databases/postgresql-plv8js: limit to PostgreSQL 9.5+, bump PORTREVISION --- databases/postgresql-plv8js/Makefile | 4 ++-- 1 file 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}"