From owner-svn-ports-head@freebsd.org Thu Aug 8 15:33:55 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8424EA9A12; Thu, 8 Aug 2019 15:33:55 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 464C8M2rsGz4SwK; Thu, 8 Aug 2019 15:33:55 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 438F5274A1; Thu, 8 Aug 2019 15:33:55 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x78FXt4J008453; Thu, 8 Aug 2019 15:33:55 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x78FXtBo008452; Thu, 8 Aug 2019 15:33:55 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201908081533.x78FXtBo008452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 8 Aug 2019 15:33:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508391 - head/databases X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: head/databases X-SVN-Commit-Revision: 508391 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Aug 2019 15:33:55 -0000 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