svn commit: r496898 - head/databases/pgespresso

Matthew Seaman matthew at FreeBSD.org
Tue Mar 26 14:16:00 UTC 2019


Author: matthew
Date: Tue Mar 26 14:15:59 2019
New Revision: 496898
URL: https://svnweb.freebsd.org/changeset/ports/496898

Log:
  State that pgespresso is only needed with postgresql versions 9.2, 9.3,
  9.4 or 9.5.  For 9.6 and above, there is an equivalent built-in
  mechanism.

Modified:
  head/databases/pgespresso/Makefile

Modified: head/databases/pgespresso/Makefile
==============================================================================
--- head/databases/pgespresso/Makefile	Tue Mar 26 13:38:59 2019	(r496897)
+++ head/databases/pgespresso/Makefile	Tue Mar 26 14:15:59 2019	(r496898)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pgespresso
 PORTVERSION=	1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 
 MAINTAINER=	matthew at FreeBSD.org
@@ -14,7 +14,7 @@ LICENSE=	PostgreSQL
 USE_GITHUB=	yes
 GH_ACCOUNT=	2ndquadrant-it
 
-USES=		gmake pgsql:9.2+
+USES=		gmake pgsql:9.2-9.5
 LLD_UNSAFE=	yes
 WANT_PGSQL=	server
 


More information about the svn-ports-all mailing list