Received: by mail.netbsd.org (Postfix, from userid 605) id 0DCCE84EAB; Wed, 2 May 2018 12:12:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8E43484D93 for ; Wed, 2 May 2018 12:12:54 +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 7zMTfu5BS4g7 for ; Wed, 2 May 2018 12:12:54 +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 1F4DE84CFC for ; Wed, 2 May 2018 12:12:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1D97FFBEC; Wed, 2 May 2018 12:12:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152526317484500" MIME-Version: 1.0 Date: Wed, 2 May 2018 12:12:54 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Test-Simple To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180502121254.1D97FFBEC@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. --_----------=_152526317484500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed May 2 12:12:54 UTC 2018 Modified Files: pkgsrc/devel/p5-Test-Simple: Makefile distinfo Log Message: p5-Test-Simple: update to 1.302136. 1.302136 2018-04-19 05:40:11-07:00 America/Los_Angeles - Add test2_add_callback_testing_done to Test2::API To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 pkgsrc/devel/p5-Test-Simple/Makefile cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/p5-Test-Simple/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152526317484500 Content-Disposition: inline Content-Length: 1755 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Test-Simple/Makefile diff -u pkgsrc/devel/p5-Test-Simple/Makefile:1.88 pkgsrc/devel/p5-Test-Simple/Makefile:1.89 --- pkgsrc/devel/p5-Test-Simple/Makefile:1.88 Sat Apr 7 00:44:31 2018 +++ pkgsrc/devel/p5-Test-Simple/Makefile Wed May 2 12:12:53 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.88 2018/04/07 00:44:31 wen Exp $ +# $NetBSD: Makefile,v 1.89 2018/05/02 12:12:53 wiz Exp $ -DISTNAME= Test-Simple-1.302135 +DISTNAME= Test-Simple-1.302136 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} Index: pkgsrc/devel/p5-Test-Simple/distinfo diff -u pkgsrc/devel/p5-Test-Simple/distinfo:1.59 pkgsrc/devel/p5-Test-Simple/distinfo:1.60 --- pkgsrc/devel/p5-Test-Simple/distinfo:1.59 Sat Apr 7 00:44:31 2018 +++ pkgsrc/devel/p5-Test-Simple/distinfo Wed May 2 12:12:53 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.59 2018/04/07 00:44:31 wen Exp $ +$NetBSD: distinfo,v 1.60 2018/05/02 12:12:53 wiz Exp $ -SHA1 (Test-Simple-1.302135.tar.gz) = e5914c2cfc55a7009c6f27b83d404fb070a7e83b -RMD160 (Test-Simple-1.302135.tar.gz) = ec1b7e4b9559886dc8589d681c59f34929e85325 -SHA512 (Test-Simple-1.302135.tar.gz) = 6601dfb7eeb5cdcfa7558282164049847257d5b081ceaa13d5ebef9e09ce1fdd6b6b6179ea7cb8247d5127eaa28b23cd9c03afa6c2f76475f37f27f091f81e64 -Size (Test-Simple-1.302135.tar.gz) = 300235 bytes +SHA1 (Test-Simple-1.302136.tar.gz) = 515e54b2e03bd30b2a8dac9eb49672f60521bdc6 +RMD160 (Test-Simple-1.302136.tar.gz) = e27ce97dce473f8c2b79ecb25e5013e02b094c41 +SHA512 (Test-Simple-1.302136.tar.gz) = 80bc252a7d796ba6f43c61b50ea47ed12f391995d80a254a565627dc3d3728a4d8fa5395ca657c29630e19b3f22518c1c50774ce4e52abc52797c0adfdeac9aa +Size (Test-Simple-1.302136.tar.gz) = 300501 bytes --_----------=_152526317484500--