svn commit: r423065 - head/databases/powa-archivist

Palle Girgensohn girgen at FreeBSD.org
Sat Oct 1 14:23:24 UTC 2016


Author: girgen
Date: Sat Oct  1 14:23:23 2016
New Revision: 423065
URL: https://svnweb.freebsd.org/changeset/ports/423065

Log:
  powa-archivist requires PostgreSQL 9.4 or greater

Modified:
  head/databases/powa-archivist/Makefile

Modified: head/databases/powa-archivist/Makefile
==============================================================================
--- head/databases/powa-archivist/Makefile	Sat Oct  1 14:05:16 2016	(r423064)
+++ head/databases/powa-archivist/Makefile	Sat Oct  1 14:23:23 2016	(r423065)
@@ -17,7 +17,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	dalibo
 GH_TAGNAME=	REL_${PORTVERSION:S/./_/g}
 
-USES=		gmake pgsql
+USES=		gmake pgsql:9.4+
 WANT_PGSQL=	server contrib
 
 pre-patch:


More information about the svn-ports-all mailing list