svn commit: r558435 - head/databases

Loïc Bartoletti lbartoletti at FreeBSD.org
Sat Dec 19 06:54:07 UTC 2020


Author: lbartoletti
Date: Sat Dec 19 06:54:06 2020
New Revision: 558435
URL: https://svnweb.freebsd.org/changeset/ports/558435

Log:
  databases: add postgis31
  
  fix r558434

Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Sat Dec 19 06:53:17 2020	(r558434)
+++ head/databases/Makefile	Sat Dec 19 06:54:06 2020	(r558435)
@@ -660,6 +660,7 @@
     SUBDIR += postgis24
     SUBDIR += postgis25
     SUBDIR += postgis30
+    SUBDIR += postgis31
     SUBDIR += postgresql-cstore_fdw
     SUBDIR += postgresql-jdbc
     SUBDIR += postgresql-libpgeasy


More information about the svn-ports-head mailing list