Date: Thu, 8 Aug 2019 15:33:55 +0000 (UTC) From: Palle Girgensohn <girgen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508391 - head/databases Message-ID: <201908081533.x78FXtBo008452@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908081533.x78FXtBo008452>