Received: by mail.netbsd.org (Postfix, from userid 605) id 391F484D52; Wed, 16 Jan 2019 00:55:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8196984D32 for ; Wed, 16 Jan 2019 00:55:06 +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 g1TaVICmXC2n for ; Wed, 16 Jan 2019 00:55:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AAD1784D2A for ; Wed, 16 Jan 2019 00:55:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A4168FB16; Wed, 16 Jan 2019 00:55:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1547600105219750" MIME-Version: 1.0 Date: Wed, 16 Jan 2019 00:55:05 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Test-Simple To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20190116005505.A4168FB16@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. --_----------=_1547600105219750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Wed Jan 16 00:55:05 UTC 2019 Modified Files: pkgsrc/devel/p5-Test-Simple: Makefile distinfo Log Message: Update to 1.302156 Upstream changes: 1.302156 2019-01-07 11:13:07-08:00 America/Los_Angeles - No changes from last trial 1.302155 2019-01-04 11:25:17-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix test not to fail in non-english locales 1.302154 2019-01-04 10:20:54-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix SHM pid checking for some platforms in Instance.t - Add SHM errno/msg to warning about SHM going away 1.302153 2019-01-03 08:39:42-08:00 America/Los_Angeles (TRIAL RELEASE) - Improve SHM verification and state awareness 1.302152 2018-12-26 12:21:32-08:00 America/Los_Angeles (TRIAL RELEASE) - More Instance.t improvements - Add trace to SHM error when possible 1.302151 2018-12-20 11:05:47-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix another locale error in Instance.t 1.302150 2018-12-20 10:57:09-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix locale error in Instance.t - Windows test fixes - perl 5.6 test fixes 1.302149 2018-12-20 09:47:31-08:00 America/Los_Angeles (TRIAL RELEASE) - Even more SHM error improvements 1.302148 2018-12-17 13:08:23-08:00 America/Los_Angeles (TRIAL RELEASE) - Further Improve SHM error message 1.302147 2018-12-17 12:59:14-08:00 America/Los_Angeles (TRIAL RELEASE) - Improve SHM error message 1.302146 2018-12-17 09:06:44-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix SHM test to work on machines without SHM 1.302145 2018-12-12 11:26:32-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix localization error in new test (#820) 1.302144 2018-12-12 09:51:25-08:00 America/Los_Angeles (TRIAL RELEASE) - Add tests for shmwrite fix (#815) 1.302143 2018-12-11 19:10:37-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix failure to check error code on shmwrite (#815) 1.302142 2018-12-11 11:55:22-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix #814 Windows fork+test failure - Fix #819 Documentation updates - Fix #810 Verbose TAP newline regression - Fix #817 local $TODO bug - Fix #812 Another local $TODO bug - Fix #815 shm read warning - Merge doc fix PR's from magnolia-k (thanks!) To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 pkgsrc/devel/p5-Test-Simple/Makefile cvs rdiff -u -r1.63 -r1.64 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. --_----------=_1547600105219750 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.93 pkgsrc/devel/p5-Test-Simple/Makefile:1.94 --- pkgsrc/devel/p5-Test-Simple/Makefile:1.93 Tue Dec 4 08:09:35 2018 +++ pkgsrc/devel/p5-Test-Simple/Makefile Wed Jan 16 00:55:05 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.93 2018/12/04 08:09:35 wen Exp $ +# $NetBSD: Makefile,v 1.94 2019/01/16 00:55:05 wen Exp $ -DISTNAME= Test-Simple-1.302141 +DISTNAME= Test-Simple-1.302156 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.63 pkgsrc/devel/p5-Test-Simple/distinfo:1.64 --- pkgsrc/devel/p5-Test-Simple/distinfo:1.63 Tue Dec 4 08:09:35 2018 +++ pkgsrc/devel/p5-Test-Simple/distinfo Wed Jan 16 00:55:05 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.63 2018/12/04 08:09:35 wen Exp $ +$NetBSD: distinfo,v 1.64 2019/01/16 00:55:05 wen Exp $ -SHA1 (Test-Simple-1.302141.tar.gz) = 5d57db14bd61a8c0574ac2e60ec306c81086bd08 -RMD160 (Test-Simple-1.302141.tar.gz) = fbca02be6c7ba36d90a143e126d1c439f083187e -SHA512 (Test-Simple-1.302141.tar.gz) = 3560308cc62441c4b4214b002a9c98cd9e0191fcf655295031b58f5ed6f43c26def278fb2669bca0c6fa1e803c2feb90a8700f840bd91cddd649573ad896e261 -Size (Test-Simple-1.302141.tar.gz) = 289905 bytes +SHA1 (Test-Simple-1.302156.tar.gz) = 96773360a827587e94fa50dad8a757943cd37046 +RMD160 (Test-Simple-1.302156.tar.gz) = 999a47658a75673f9d1414f22c356a19a69f6df4 +SHA512 (Test-Simple-1.302156.tar.gz) = a969ca9870a492167b92adce97c68b522f9af8a82b99bc98c1eff8fe7fda74be85a8d194836f5a1d25bd95bb34057c7e2de25ba0e0163e908ad6f1985c071376 +Size (Test-Simple-1.302156.tar.gz) = 304624 bytes --_----------=_1547600105219750--