svn commit: r423246 - head/databases/pg_citus
Matthew Seaman
matthew at FreeBSD.org
Tue Oct 4 09:35:22 UTC 2016
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
More information about the svn-ports-head
mailing list