svn commit: r508391 - head/databases

Palle Girgensohn girgen at FreeBSD.org
Thu Aug 8 15:33:55 UTC 2019


Author: girgen
Date: Thu Aug  8 15:33:54 2019
New Revision: 508391
URL: https://svnweb.freebsd.org/changeset/ports/508391

Log:
  Add postgresql12 to the ports tree

Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Thu Aug  8 15:33:02 2019	(r508390)
+++ head/databases/Makefile	Thu Aug  8 15:33:54 2019	(r508391)
@@ -699,6 +699,14 @@
     SUBDIR += postgresql11-plpython
     SUBDIR += postgresql11-pltcl
     SUBDIR += postgresql11-server
+    SUBDIR += postgresql12-client
+    SUBDIR += postgresql12-contrib
+    SUBDIR += postgresql12-docs
+    SUBDIR += postgresql12-pgtcl
+    SUBDIR += postgresql12-plperl
+    SUBDIR += postgresql12-plpython
+    SUBDIR += postgresql12-pltcl
+    SUBDIR += postgresql12-server
     SUBDIR += postgresql94-client
     SUBDIR += postgresql94-contrib
     SUBDIR += postgresql94-docs


More information about the svn-ports-all mailing list