Received: by mail.netbsd.org (Postfix, from userid 605) id 18F3D84D40; Sun, 17 Sep 2017 13:34:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A129284D3E for ; Sun, 17 Sep 2017 13:34:02 +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 JKE_aVwt5yct for ; Sun, 17 Sep 2017 13:34:02 +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 2C97284D2D for ; Sun, 17 Sep 2017 13:34:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2AC8AFA9A; Sun, 17 Sep 2017 13:34:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1505655242242500" MIME-Version: 1.0 Date: Sun, 17 Sep 2017 13:34:02 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Test-Spec To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170917133402.2AC8AFA9A@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. --_----------=_1505655242242500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 17 13:34:02 UTC 2017 Modified Files: pkgsrc/devel/p5-Test-Spec: Makefile distinfo Log Message: p5-Test-Spec: update to 0.53. 0.53 Wed Aug 16 09:49:00 BST 2017 - POD links are clickable Contributed by @manwar (issue #42) 0.52 Tue Aug 15 10:20:00 BST 2017 - Pass example instance to each test Contributed by @jamhed (issue #30, #41) - Fix runtests to run all examples that match any of the patterns Contributed by @mpw96 (issue #37, #38) - Ensure META.json includes requirements Reported by @joelrebel (issue #39) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-Test-Spec/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Test-Spec/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1505655242242500 Content-Disposition: inline Content-Length: 1689 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Test-Spec/Makefile diff -u pkgsrc/devel/p5-Test-Spec/Makefile:1.13 pkgsrc/devel/p5-Test-Spec/Makefile:1.14 --- pkgsrc/devel/p5-Test-Spec/Makefile:1.13 Mon Jun 5 14:23:46 2017 +++ pkgsrc/devel/p5-Test-Spec/Makefile Sun Sep 17 13:34:02 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2017/06/05 14:23:46 ryoon Exp $ +# $NetBSD: Makefile,v 1.14 2017/09/17 13:34:02 wiz Exp $ -DISTNAME= Test-Spec-0.51 +DISTNAME= Test-Spec-0.53 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} Index: pkgsrc/devel/p5-Test-Spec/distinfo diff -u pkgsrc/devel/p5-Test-Spec/distinfo:1.7 pkgsrc/devel/p5-Test-Spec/distinfo:1.8 --- pkgsrc/devel/p5-Test-Spec/distinfo:1.7 Tue Nov 3 03:28:53 2015 +++ pkgsrc/devel/p5-Test-Spec/distinfo Sun Sep 17 13:34:02 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 03:28:53 agc Exp $ +$NetBSD: distinfo,v 1.8 2017/09/17 13:34:02 wiz Exp $ -SHA1 (Test-Spec-0.51.tar.gz) = 57046b19c754f81af0e5bd22e467e60c8a1b15c7 -RMD160 (Test-Spec-0.51.tar.gz) = d110b2c025afb20687b04c2a129035e018accbca -SHA512 (Test-Spec-0.51.tar.gz) = fc2ff26ad42824cf3aa1c337c9809cfb873e352a6272fcfe9e57d54ac95458e8a4f408e39588e6c6babc4defd21b6160f69fd7eb71304788ef7f431dec884dae -Size (Test-Spec-0.51.tar.gz) = 36296 bytes +SHA1 (Test-Spec-0.53.tar.gz) = 45c5b20b398fb63a5f7c91a5f3ecc91593076685 +RMD160 (Test-Spec-0.53.tar.gz) = a2a7391dff3cfc7cd05cb26534e90f71de38b8c3 +SHA512 (Test-Spec-0.53.tar.gz) = ad63239c98b8e1fc6442db2511a312a5af18839345a13e7c295e6c40584165020b2d40234b89b3633fc3b2e54e9c64b99df7841e7111fe9b30042dc0bf079ef9 +Size (Test-Spec-0.53.tar.gz) = 37196 bytes --_----------=_1505655242242500--