Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id DCE777A295 for ; Sun, 30 Oct 2016 08:58:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8FBEE855B0; Sun, 30 Oct 2016 08:58:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1FA16855A0 for ; Sun, 30 Oct 2016 08:58:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id j_eNcTksSZ7l for ; Sun, 30 Oct 2016 08:58:12 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8467884CEC for ; Sun, 30 Oct 2016 08:58:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E178FB87; Sun, 30 Oct 2016 08:58:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1477817892215880" MIME-Version: 1.0 Date: Sun, 30 Oct 2016 08:58:12 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20161030085812.7E178FB87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1477817892215880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Oct 30 08:58:12 UTC 2016 Modified Files: pkgsrc/databases: Makefile Log Message: Added postgresql96 directories To generate a diff of this commit: cvs rdiff -u -r1.520 -r1.521 pkgsrc/databases/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1477817892215880 Content-Disposition: inline Content-Length: 829 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/Makefile diff -u pkgsrc/databases/Makefile:1.520 pkgsrc/databases/Makefile:1.521 --- pkgsrc/databases/Makefile:1.520 Sat Oct 8 13:02:37 2016 +++ pkgsrc/databases/Makefile Sun Oct 30 08:58:12 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.520 2016/10/08 13:02:37 kamil Exp $ +# $NetBSD: Makefile,v 1.521 2016/10/30 08:58:12 adam Exp $ COMMENT= Databases @@ -320,6 +320,14 @@ SUBDIR+= postgresql95-plperl SUBDIR+= postgresql95-plpython SUBDIR+= postgresql95-pltcl SUBDIR+= postgresql95-server +SUBDIR+= postgresql96 +SUBDIR+= postgresql96-client +SUBDIR+= postgresql96-contrib +SUBDIR+= postgresql96-docs +SUBDIR+= postgresql96-plperl +SUBDIR+= postgresql96-plpython +SUBDIR+= postgresql96-pltcl +SUBDIR+= postgresql96-server SUBDIR+= pxtools SUBDIR+= py-PgSQL SUBDIR+= py-apsw --_----------=_1477817892215880--