Date: Sat, 3 Aug 2019 11:54:58 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507967 - head/databases/postgresql-plv8js Message-ID: <201908031154.x73Bswqs064000@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat Aug 3 11:54:57 2019 New Revision: 507967 URL: https://svnweb.freebsd.org/changeset/ports/507967 Log: databases/postgresql-plv8js: Fix supported PostgreSQL version range It does not build with PostgreSQL 11. Updating the port is not trivial due to our outdated lang/v8 port. PR: 239514 Modified: head/databases/postgresql-plv8js/Makefile Modified: head/databases/postgresql-plv8js/Makefile ============================================================================== --- head/databases/postgresql-plv8js/Makefile Sat Aug 3 11:45:41 2019 (r507966) +++ head/databases/postgresql-plv8js/Makefile Sat Aug 3 11:54:57 2019 (r507967) @@ -16,7 +16,7 @@ LICENSE= PostgreSQL LIB_DEPENDS+= libv8.so:lang/v8 -USES= compiler:c++11-lang gmake perl5 pgsql:9.1+ +USES= compiler:c++11-lang gmake perl5 pgsql:9.1-10 USE_PERL5= build USE_GITHUB= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908031154.x73Bswqs064000>