Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 83F497A2FE for ; Sun, 1 Jan 2017 14:07:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3965D85710; Sun, 1 Jan 2017 14:07:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BCBCA84CE7 for ; Sun, 1 Jan 2017 14:07:10 +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 lX-X15TwFiz9 for ; Sun, 1 Jan 2017 14:07:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4C0EB84C86 for ; Sun, 1 Jan 2017 14:07:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4A8DBFBA6; Sun, 1 Jan 2017 14:07:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1483279630185930" MIME-Version: 1.0 Date: Sun, 1 Jan 2017 14:07:10 +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: <20170101140710.4A8DBFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1483279630185930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 1 14:07:10 UTC 2017 Modified Files: pkgsrc/devel/p5-Test-Simple: Makefile distinfo Log Message: Updated p5-Test-Simple to 1.302073. 1.302073 2016-12-18 23:02:54-08:00 America/Los_Angeles - No changes from last trial 1.302072 2016-12-18 01:08:12-08:00 America/Los_Angeles (TRIAL RELEASE) - Expose tools.pl as Test2::Tools::Tiny To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 pkgsrc/devel/p5-Test-Simple/Makefile cvs rdiff -u -r1.39 -r1.40 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. --_----------=_1483279630185930 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.67 pkgsrc/devel/p5-Test-Simple/Makefile:1.68 --- pkgsrc/devel/p5-Test-Simple/Makefile:1.67 Mon Dec 19 09:34:29 2016 +++ pkgsrc/devel/p5-Test-Simple/Makefile Sun Jan 1 14:07:10 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.67 2016/12/19 09:34:29 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2017/01/01 14:07:10 wiz Exp $ -DISTNAME= Test-Simple-1.302071 +DISTNAME= Test-Simple-1.302073 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.39 pkgsrc/devel/p5-Test-Simple/distinfo:1.40 --- pkgsrc/devel/p5-Test-Simple/distinfo:1.39 Mon Dec 19 09:34:29 2016 +++ pkgsrc/devel/p5-Test-Simple/distinfo Sun Jan 1 14:07:10 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.39 2016/12/19 09:34:29 wiz Exp $ +$NetBSD: distinfo,v 1.40 2017/01/01 14:07:10 wiz Exp $ -SHA1 (Test-Simple-1.302071.tar.gz) = 8f71199e0468908f0152be813dc3087221b224f3 -RMD160 (Test-Simple-1.302071.tar.gz) = 6120f0c2d3ac2b1b7624c4dbbf4c85060b9bfb24 -SHA512 (Test-Simple-1.302071.tar.gz) = 46df5227a873e227e1368d647ce74fd1885cbf30eaa429e1101e8ce2497055e38894ed3975f4f906a2d8535603b4de1ab5ca07e62b582fe71b193b8ffb81f199 -Size (Test-Simple-1.302071.tar.gz) = 253369 bytes +SHA1 (Test-Simple-1.302073.tar.gz) = 0ec883f16a8b09714d79210fd867d1bd914b50fd +RMD160 (Test-Simple-1.302073.tar.gz) = 9077aaa49111e5c8c8b13c1d1503361dd1270b62 +SHA512 (Test-Simple-1.302073.tar.gz) = f832da3bc19021f70a8ce8b32506f1ab2ffca3febd818d1f2bc2abf44163f8936a71331d310fb472fa70d51cbc3eb6309b5274abb75d3e4ef7cd278dfe65aae9 +Size (Test-Simple-1.302073.tar.gz) = 254029 bytes --_----------=_1483279630185930--