Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EE06984F72 for ; Sun, 17 Sep 2023 08:54:51 +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 jPxF9MaKEuET for ; Sun, 17 Sep 2023 08:54:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 42CFB84E54 for ; Sun, 17 Sep 2023 08:54:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3AC64FBDB; Sun, 17 Sep 2023 08:54:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1694940891167140" MIME-Version: 1.0 Date: Sun, 17 Sep 2023 08:54:51 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230917085451.3AC64FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1694940891167140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Sep 17 08:54:51 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: Added databases/postgresql16* To generate a diff of this commit: cvs rdiff -u -r1.5537 -r1.5538 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1694940891167140 Content-Disposition: inline Content-Length: 1209 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.5537 pkgsrc/doc/CHANGES-2023:1.5538 --- pkgsrc/doc/CHANGES-2023:1.5537 Sun Sep 17 06:49:34 2023 +++ pkgsrc/doc/CHANGES-2023 Sun Sep 17 08:54:50 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.5537 2023/09/17 06:49:34 mef Exp $ +$NetBSD: CHANGES-2023,v 1.5538 2023/09/17 08:54:50 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -8035,3 +8035,11 @@ Changes to the packages collection and i Updated www/firefox to 117.0.1 [ryoon 2023-09-17] Updated www/firefox-l10n to 117.0.1 [ryoon 2023-09-17] Updated www/emacs-w3m to 1.4.5 [mef 2023-09-17] + Added databases/postgresql16 version 16.0 [adam 2023-09-17] + Added databases/postgresql16-client version 16.0 [adam 2023-09-17] + Added databases/postgresql16-contrib version 16.0 [adam 2023-09-17] + Added databases/postgresql16-docs version 16.0 [adam 2023-09-17] + Added databases/postgresql16-plperl version 16.0 [adam 2023-09-17] + Added databases/postgresql16-plpython version 16.0 [adam 2023-09-17] + Added databases/postgresql16-pltcl version 16.0 [adam 2023-09-17] + Added databases/postgresql16-server version 16.0 [adam 2023-09-17] --_----------=_1694940891167140--