Received: by mail.netbsd.org (Postfix, from userid 605) id 334E684D64; Wed, 18 Oct 2017 18:27:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AF1AF84D67 for ; Wed, 18 Oct 2017 18:27:58 +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 tM9-ztZgNuPX for ; Wed, 18 Oct 2017 18:27:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3888184D64 for ; Wed, 18 Oct 2017 18:27:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 36AB2FBC7; Wed, 18 Oct 2017 18:27:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1508351278234990" MIME-Version: 1.0 Date: Wed, 18 Oct 2017 18:27:58 +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: <20171018182758.36AB2FBC7@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. --_----------=_1508351278234990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Oct 18 18:27:58 UTC 2017 Modified Files: pkgsrc/devel/p5-Test-Simple: Makefile distinfo Log Message: p5-Test-Simple: update to 1.302103. 1.302103 2017-10-15 10:11:29-07:00 America/Los_Angeles - No changes since last TRIAL 1.302102 2017-10-14 20:05:45-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix some TODO edge cases that were not previously accounted for To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 pkgsrc/devel/p5-Test-Simple/Makefile cvs rdiff -u -r1.49 -r1.50 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. --_----------=_1508351278234990 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.78 pkgsrc/devel/p5-Test-Simple/Makefile:1.79 --- pkgsrc/devel/p5-Test-Simple/Makefile:1.78 Tue Oct 17 09:39:30 2017 +++ pkgsrc/devel/p5-Test-Simple/Makefile Wed Oct 18 18:27:58 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.78 2017/10/17 09:39:30 wiz Exp $ +# $NetBSD: Makefile,v 1.79 2017/10/18 18:27:58 wiz Exp $ -DISTNAME= Test-Simple-1.302101 +DISTNAME= Test-Simple-1.302103 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.49 pkgsrc/devel/p5-Test-Simple/distinfo:1.50 --- pkgsrc/devel/p5-Test-Simple/distinfo:1.49 Tue Oct 17 09:39:30 2017 +++ pkgsrc/devel/p5-Test-Simple/distinfo Wed Oct 18 18:27:58 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.49 2017/10/17 09:39:30 wiz Exp $ +$NetBSD: distinfo,v 1.50 2017/10/18 18:27:58 wiz Exp $ -SHA1 (Test-Simple-1.302101.tar.gz) = ef14d6335fe28fbe41288c97d963a4948640bba7 -RMD160 (Test-Simple-1.302101.tar.gz) = 70f7f545a6043ce09cade7ff874919207ec4906e -SHA512 (Test-Simple-1.302101.tar.gz) = e3eb9d639f3df66f562d62ee585df392ab57779335a25a8c9aabbddf59a526c73f422e4375b99bc7086485a26720a800735c4e04d52ddcf8d4248032b86c5de1 -Size (Test-Simple-1.302101.tar.gz) = 285014 bytes +SHA1 (Test-Simple-1.302103.tar.gz) = f6b336489027e1ade52b022b2f63b7662fcf8518 +RMD160 (Test-Simple-1.302103.tar.gz) = 810a62bdabf05bad0a5e5d60fa9b8020f6768f11 +SHA512 (Test-Simple-1.302103.tar.gz) = b5399240bdcc63bd52b0f4c0fb7ee1d481335926625cf2ac643dd964a2f6b7a53865274806a15ba8cd3b55da06df22e49ec5e62427fb847f475b22aeda7e1d65 +Size (Test-Simple-1.302103.tar.gz) = 285479 bytes --_----------=_1508351278234990--