svn commit: r543261 - head/databases/pgespresso

Rene Ladan rene at FreeBSD.org
Fri Jul 24 16:50:15 UTC 2020


Author: rene
Date: Fri Jul 24 16:50:14 2020
New Revision: 543261
URL: https://svnweb.freebsd.org/changeset/ports/543261

Log:
  databases/pgespresso: limit to PostgreSQL 9.5, bump PORTREVISION

Modified:
  head/databases/pgespresso/Makefile

Modified: head/databases/pgespresso/Makefile
==============================================================================
--- head/databases/pgespresso/Makefile	Fri Jul 24 16:48:40 2020	(r543260)
+++ head/databases/pgespresso/Makefile	Fri Jul 24 16:50:14 2020	(r543261)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pgespresso
 PORTVERSION=	1.2
-PORTREVISION=	3
+PORTREVISION=	4
 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-9.5
+USES=		gmake pgsql:9.5
 LLD_UNSAFE=	yes
 WANT_PGSQL=	server
 


More information about the svn-ports-all mailing list