Received: by mail.netbsd.org (Postfix, from userid 605) id CBA3B84ED3; Mon, 2 Aug 2021 14:10:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1209E84D39 for ; Mon, 2 Aug 2021 14:10:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id GMZySWS4s154 for ; Mon, 2 Aug 2021 14:10:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5990B84CDF for ; Mon, 2 Aug 2021 14:10:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 56F77FA97; Mon, 2 Aug 2021 14:10:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1627913402154940" MIME-Version: 1.0 Date: Mon, 2 Aug 2021 14:10:02 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210802141002.56F77FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1627913402154940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Aug 2 14:10:02 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 Log Message: doc: Updated lang/php80 to 8.0.9 To generate a diff of this commit: cvs rdiff -u -r1.4042 -r1.4043 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1627913402154940 Content-Disposition: inline Content-Length: 730 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.4042 pkgsrc/doc/CHANGES-2021:1.4043 --- pkgsrc/doc/CHANGES-2021:1.4042 Mon Aug 2 14:08:32 2021 +++ pkgsrc/doc/CHANGES-2021 Mon Aug 2 14:10:02 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.4042 2021/08/02 14:08:32 taca Exp $ +$NetBSD: CHANGES-2021,v 1.4043 2021/08/02 14:10:02 taca Exp $ Changes to the packages collection and infrastructure in 2021: @@ -6438,3 +6438,4 @@ Changes to the packages collection and i Updated x11/xorg-cf-files to 1.0.7 [wiz 2021-08-02] Updated textproc/p5-Text-Markdown-Discount to 0.13 [schmonz 2021-08-02] Updated lang/php74 to 7.4.22 [taca 2021-08-02] + Updated lang/php80 to 8.0.9 [taca 2021-08-02] --_----------=_1627913402154940--