Received: by mail.netbsd.org (Postfix, from userid 605) id D65DC84D71; Wed, 2 Sep 2020 23:44:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5EB8184D2D for ; Wed, 2 Sep 2020 23:44: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 zI3bZZYuWW38 for ; Wed, 2 Sep 2020 23:44:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B0DAD84D29 for ; Wed, 2 Sep 2020 23:44:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A9CA8FB28; Wed, 2 Sep 2020 23:44:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599090290144030" MIME-Version: 1.0 Date: Wed, 2 Sep 2020 23:44:50 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200902234450.A9CA8FB28@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. --_----------=_1599090290144030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Sep 2 23:44:50 UTC 2020 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2020 Log Message: Added devel/p5-Test-Alien-CPP version 1.02 To generate a diff of this commit: cvs rdiff -u -r1.3186 -r1.3187 pkgsrc/devel/Makefile cvs rdiff -u -r1.4704 -r1.4705 pkgsrc/doc/CHANGES-2020 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599090290144030 Content-Disposition: inline Content-Length: 1347 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3186 pkgsrc/devel/Makefile:1.3187 --- pkgsrc/devel/Makefile:1.3186 Mon Aug 31 23:04:30 2020 +++ pkgsrc/devel/Makefile Wed Sep 2 23:44:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3186 2020/08/31 23:04:30 wiz Exp $ +# $NetBSD: Makefile,v 1.3187 2020/09/02 23:44:50 mef Exp $ # COMMENT= Development utilities @@ -1894,6 +1894,7 @@ SUBDIR+= p5-Term-Size-Perl SUBDIR+= p5-Term-Table SUBDIR+= p5-Term-UI SUBDIR+= p5-Test-API +SUBDIR+= p5-Test-Alien-CPP SUBDIR+= p5-Test-Aggregate SUBDIR+= p5-Test-Approx SUBDIR+= p5-Test-Assertions Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.4704 pkgsrc/doc/CHANGES-2020:1.4705 --- pkgsrc/doc/CHANGES-2020:1.4704 Wed Sep 2 23:04:06 2020 +++ pkgsrc/doc/CHANGES-2020 Wed Sep 2 23:44:50 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.4704 2020/09/02 23:04:06 mef Exp $ +$NetBSD: CHANGES-2020,v 1.4705 2020/09/02 23:44:50 mef Exp $ Changes to the packages collection and infrastructure in 2020: @@ -7298,3 +7298,4 @@ Changes to the packages collection and i Updated devel/py-setuptools to 50.0.1 [wiz 2020-09-02] Updated devel/p5-Test2-Suite to 0.000135 [mef 2020-09-02] Updated textproc/p5-Alien-Libxml2 to 0.16 [mef 2020-09-02] + Added devel/p5-Test-Alien-CPP version 1.02 [mef 2020-09-02] --_----------=_1599090290144030--