Received: by mail.netbsd.org (Postfix, from userid 605) id 6AF3E84D4A; Fri, 24 Nov 2017 14:26:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EB67284D32 for ; Fri, 24 Nov 2017 14:26:09 +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 aeBWP3dvVCaU for ; Fri, 24 Nov 2017 14:26:09 +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 7940884CDF for ; Fri, 24 Nov 2017 14:26:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 77C20FB40; Fri, 24 Nov 2017 14:26:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511533569272120" MIME-Version: 1.0 Date: Fri, 24 Nov 2017 14:26:09 +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: <20171124142609.77C20FB40@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. --_----------=_1511533569272120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Nov 24 14:26:09 UTC 2017 Modified Files: pkgsrc/devel/p5-Test-Spec: Makefile distinfo Log Message: p5-Test-Spec: update to 0.54. 0.54 Tue Nov 21 12:46:00 MSK 2017 - `around` method added to allow localized variables and other local setup. Call `yield` method to run examples by `around` CODE. Contributed by @akzhan - Replace some `use base` with `use parent` and other minor updates. Contributed by @akzhan - Now tested under Perl 5.22-5.26 too Contributed by @akzhan - predictable_destroy spec fixed under Perl 5.8 Contributed by @akzhan To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-Test-Spec/Makefile cvs rdiff -u -r1.8 -r1.9 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. --_----------=_1511533569272120 Content-Disposition: inline Content-Length: 1668 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.14 pkgsrc/devel/p5-Test-Spec/Makefile:1.15 --- pkgsrc/devel/p5-Test-Spec/Makefile:1.14 Sun Sep 17 13:34:02 2017 +++ pkgsrc/devel/p5-Test-Spec/Makefile Fri Nov 24 14:26:09 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2017/09/17 13:34:02 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2017/11/24 14:26:09 wiz Exp $ -DISTNAME= Test-Spec-0.53 +DISTNAME= Test-Spec-0.54 PKGNAME= p5-${DISTNAME} 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.8 pkgsrc/devel/p5-Test-Spec/distinfo:1.9 --- pkgsrc/devel/p5-Test-Spec/distinfo:1.8 Sun Sep 17 13:34:02 2017 +++ pkgsrc/devel/p5-Test-Spec/distinfo Fri Nov 24 14:26:09 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2017/09/17 13:34:02 wiz Exp $ +$NetBSD: distinfo,v 1.9 2017/11/24 14:26:09 wiz Exp $ -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 +SHA1 (Test-Spec-0.54.tar.gz) = 515bc6a0032fb4dda526b2189350c2d2b4eb06f7 +RMD160 (Test-Spec-0.54.tar.gz) = 2f50ac6ccb9853ba92c50c8259ca435db83a9a80 +SHA512 (Test-Spec-0.54.tar.gz) = 0c5dcebc85b06b2af945dce31db47ce675492593acc6f5ebd9dd683657e2716e4cef9ac2b289d2f598fb9f3d268fad2a7c91acc42f4fddca3da33250557df0f3 +Size (Test-Spec-0.54.tar.gz) = 38109 bytes --_----------=_1511533569272120--