Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 2019 14:15:59 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496898 - head/databases/pgespresso
Message-ID:  <201903261415.x2QEFx7F052828@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903261415.x2QEFx7F052828>