From 11df0d21857688198427c0d5dadb172cf617250e Mon Sep 17 00:00:00 2001 From: Felix Palmen Date: Tue, 19 Oct 2021 12:48:10 +0200 Subject: [PATCH] databases/postgresql-plv8js: remove pgsql version Remove version restriction for pgsql, as 3.0.0 builds fine with any version. --- databases/postgresql-plv8js/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/postgresql-plv8js/Makefile b/databases/postgresql-plv8js/Makefile index 0784877812f0..2b6506775211 100644 --- a/databases/postgresql-plv8js/Makefile +++ b/databases/postgresql-plv8js/Makefile @@ -2,6 +2,7 @@ PORTNAME= plv8 PORTVERSION= 3.0.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- @@ -15,7 +16,7 @@ LICENSE= PostgreSQL BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libv8.so:lang/v8 -USES= compiler:c++14-lang gmake perl5 pgsql:9.6-10 +USES= compiler:c++14-lang gmake perl5 pgsql USE_PERL5= build USE_GITHUB= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" -- 2.32.0