Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Oct 2016 09:35:21 +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: r423246 - head/databases/pg_citus
Message-ID:  <201610040935.u949ZLgr090164@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Tue Oct  4 09:35:20 2016
New Revision: 423246
URL: https://svnweb.freebsd.org/changeset/ports/423246

Log:
  pg_citus is not compatible with postgresql 9.6.0 -- only 9.5.x works.
  For now.

Modified:
  head/databases/pg_citus/Makefile

Modified: head/databases/pg_citus/Makefile
==============================================================================
--- head/databases/pg_citus/Makefile	Tue Oct  4 09:32:48 2016	(r423245)
+++ head/databases/pg_citus/Makefile	Tue Oct  4 09:35:20 2016	(r423246)
@@ -15,7 +15,7 @@ LICENSE=	AGPLv3
 USE_GITHUB=	yes
 GH_ACCOUNT=	citusdata
 
-USES=		gmake pgsql:9.5+ autoreconf readline
+USES=		gmake pgsql:9.5 autoreconf readline
 WANT_PGSQL=	lib server
 GNU_CONFIGURE=	yes
 



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