svn commit: r507967 - head/databases/postgresql-plv8js

Tobias Kortkamp tobik at FreeBSD.org
Sat Aug 3 11:54:58 UTC 2019


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}"


More information about the svn-ports-all mailing list