svn commit: r448066 - head/databases

Antoine Brodin antoine at FreeBSD.org
Wed Aug 16 21:41:40 UTC 2017


Author: antoine
Date: Wed Aug 16 21:41:39 2017
New Revision: 448066
URL: https://svnweb.freebsd.org/changeset/ports/448066

Log:
  Fix INDEX

Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Wed Aug 16 20:45:06 2017	(r448065)
+++ head/databases/Makefile	Wed Aug 16 21:41:39 2017	(r448066)
@@ -662,6 +662,7 @@
     SUBDIR += postgis21
     SUBDIR += postgis22
     SUBDIR += postgis23
+    SUBDIR += postgres-xl
     SUBDIR += postgresql-cstore_fdw
     SUBDIR += postgresql-jdbc
     SUBDIR += postgresql-libpgeasy
@@ -677,7 +678,6 @@
     SUBDIR += postgresql-repmgr
     SUBDIR += postgresql-repmgr2
     SUBDIR += postgresql-tds_fdw
-    SUBDIR += postgresql-xl
     SUBDIR += postgresql-zhparser
     SUBDIR += postgresql10-client
     SUBDIR += postgresql10-contrib


More information about the svn-ports-head mailing list