Received: by mail.netbsd.org (Postfix, from userid 605) id F22C584D74; Mon, 26 Apr 2021 15:07:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 37E3384D72 for ; Mon, 26 Apr 2021 15:07:18 +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 lL4Ee_PdJy0P for ; Mon, 26 Apr 2021 15:07:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B21DF84CD9 for ; Mon, 26 Apr 2021 15:07:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AFA9DFA95; Mon, 26 Apr 2021 15:07:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16194496376770" MIME-Version: 1.0 Date: Mon, 26 Apr 2021 15:07:17 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Test-LeakTrace To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210426150717.AFA9DFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16194496376770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Apr 26 15:07:17 UTC 2021 Modified Files: pkgsrc/devel/p5-Test-LeakTrace: Makefile distinfo Log Message: p5-Test-LeakTrace: update to 0.17. 0.17 2021-01-05 - Point issue tracker at github To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-Test-LeakTrace/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Test-LeakTrace/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16194496376770 Content-Disposition: inline Content-Length: 1781 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Test-LeakTrace/Makefile diff -u pkgsrc/devel/p5-Test-LeakTrace/Makefile:1.19 pkgsrc/devel/p5-Test-LeakTrace/Makefile:1.20 --- pkgsrc/devel/p5-Test-LeakTrace/Makefile:1.19 Mon Aug 31 18:09:03 2020 +++ pkgsrc/devel/p5-Test-LeakTrace/Makefile Mon Apr 26 15:07:17 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2020/08/31 18:09:03 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2021/04/26 15:07:17 wiz Exp $ -DISTNAME= Test-LeakTrace-0.16 +DISTNAME= Test-LeakTrace-0.17 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} Index: pkgsrc/devel/p5-Test-LeakTrace/distinfo diff -u pkgsrc/devel/p5-Test-LeakTrace/distinfo:1.8 pkgsrc/devel/p5-Test-LeakTrace/distinfo:1.9 --- pkgsrc/devel/p5-Test-LeakTrace/distinfo:1.8 Sun Sep 17 13:14:59 2017 +++ pkgsrc/devel/p5-Test-LeakTrace/distinfo Mon Apr 26 15:07:17 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2017/09/17 13:14:59 wiz Exp $ +$NetBSD: distinfo,v 1.9 2021/04/26 15:07:17 wiz Exp $ -SHA1 (Test-LeakTrace-0.16.tar.gz) = ad1d825c838982ea7542af550c5760bb3b34b54b -RMD160 (Test-LeakTrace-0.16.tar.gz) = 50cfe927559d5cbe7ab15ba70bdac1be9dc5d91d -SHA512 (Test-LeakTrace-0.16.tar.gz) = 6fa7a5eaae01ca5232f3f297a104553dac5f57e4c6721d7084e5d44b0133206100878c7067b228b1e01b21f7639a97a0ec48ef77198deb0598d94d8861bab049 -Size (Test-LeakTrace-0.16.tar.gz) = 49435 bytes +SHA1 (Test-LeakTrace-0.17.tar.gz) = 882d5eb1c1ba5efbbc92f9d93568cef8d640a57f +RMD160 (Test-LeakTrace-0.17.tar.gz) = 5a8f196ef5e6f30f0c36a1c99eb759b231ee599d +SHA512 (Test-LeakTrace-0.17.tar.gz) = 57ffd8c64ef871427c04419bda239d73e169f3b6ee268e0d4d7a27942c277d4b1f502e82e2e0df415b1050c0aa11944c2c3acb2e9b353855f77c91d1dfcaf00d +Size (Test-LeakTrace-0.17.tar.gz) = 34126 bytes --_----------=_16194496376770--