Received: by mail.netbsd.org (Postfix, from userid 605) id 89E0584DE1; Sun, 4 Mar 2018 12:12:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B235B84D95 for ; Sun, 4 Mar 2018 12:12:15 +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 tcS4KY8_d185 for ; Sun, 4 Mar 2018 12:12:15 +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 DF0D384CE1 for ; Sun, 4 Mar 2018 12:12:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D230EFB40; Sun, 4 Mar 2018 12:12:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1520165534241770" MIME-Version: 1.0 Date: Sun, 4 Mar 2018 12:12:14 +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: <20180304121214.D230EFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1520165534241770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Mar 4 12:12:14 UTC 2018 Modified Files: pkgsrc/doc: CHANGES-2018 Log Message: doc: note update of php languages I missed commit failure with conflict. lang/php71 7.1.15 lang/php72 7.2.3 lang/php70 7.0.28 lang/php56 5.6.34 To generate a diff of this commit: cvs rdiff -u -r1.1021 -r1.1022 pkgsrc/doc/CHANGES-2018 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1520165534241770 Content-Disposition: inline Content-Length: 998 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2018 diff -u pkgsrc/doc/CHANGES-2018:1.1021 pkgsrc/doc/CHANGES-2018:1.1022 --- pkgsrc/doc/CHANGES-2018:1.1021 Sun Mar 4 11:46:42 2018 +++ pkgsrc/doc/CHANGES-2018 Sun Mar 4 12:12:14 2018 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2018,v 1.1021 2018/03/04 11:46:42 he Exp $ +$NetBSD: CHANGES-2018,v 1.1022 2018/03/04 12:12:14 taca Exp $ Changes to the packages collection and infrastructure in 2018: @@ -1362,6 +1362,10 @@ Changes to the packages collection and i Updated x11/xorgproto to 2018.4 [wiz 2018-03-01] Updated x11/xkbcomp to 1.4.1 [wiz 2018-03-01] Updated geography/proj to 5.0.0 [gdt 2018-03-02] + Updated lang/php71 to 7.1.15 [taca 2018-03-02] + Updated lang/php72 to 7.2.3 [taca 2018-03-02] + Updated lang/php70 to 7.0.28 [taca 2018-03-02] + Updated lang/php56 to 5.6.34 [taca 2018-03-02] Updated devel/SDL2 to 2.0.8 [adam 2018-03-02] Updated devel/gradle to 4.6 [fhajny 2018-03-02] Updated lang/nodejs to 9.7.1 [fhajny 2018-03-02] --_----------=_1520165534241770--