Received: by mail.netbsd.org (Postfix, from userid 605) id C98D384DC0; Wed, 8 Nov 2017 20:51:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 534A884DBF for ; Wed, 8 Nov 2017 20:51:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id kbDPUc2kpjaK for ; Wed, 8 Nov 2017 20:51:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D728A84DBB for ; Wed, 8 Nov 2017 20:51:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D4F1DFBDE; Wed, 8 Nov 2017 20:51:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151017431387030" MIME-Version: 1.0 Date: Wed, 8 Nov 2017 20:51:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-indirect To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171108205153.D4F1DFBDE@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. --_----------=_151017431387030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Nov 8 20:51:53 UTC 2017 Modified Files: pkgsrc/devel/p5-indirect: Makefile distinfo Log Message: p5-indirect: update to 0.38. 0.38 2017-11-04 15:40 UTC + Fix : [RT #123374] : Compatibility with CV-in-stash optimisation Thanks Father Chrysostomos for reporting and contributing a patch. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-indirect/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-indirect/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151017431387030 Content-Disposition: inline Content-Length: 1682 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-indirect/Makefile diff -u pkgsrc/devel/p5-indirect/Makefile:1.9 pkgsrc/devel/p5-indirect/Makefile:1.10 --- pkgsrc/devel/p5-indirect/Makefile:1.9 Mon Jun 5 14:23:54 2017 +++ pkgsrc/devel/p5-indirect/Makefile Wed Nov 8 20:51:53 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2017/06/05 14:23:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.10 2017/11/08 20:51:53 wiz Exp $ -DISTNAME= indirect-0.37 +DISTNAME= indirect-0.38 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/V/VP/VPIT/} Index: pkgsrc/devel/p5-indirect/distinfo diff -u pkgsrc/devel/p5-indirect/distinfo:1.6 pkgsrc/devel/p5-indirect/distinfo:1.7 --- pkgsrc/devel/p5-indirect/distinfo:1.6 Thu Jul 28 07:04:21 2016 +++ pkgsrc/devel/p5-indirect/distinfo Wed Nov 8 20:51:53 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2016/07/28 07:04:21 wen Exp $ +$NetBSD: distinfo,v 1.7 2017/11/08 20:51:53 wiz Exp $ -SHA1 (indirect-0.37.tar.gz) = c843ac122eed28060cade79d2920ecd3fd9a1763 -RMD160 (indirect-0.37.tar.gz) = 774c090cbcfd9576bd6b3474defac653b12d5451 -SHA512 (indirect-0.37.tar.gz) = 8d46ff62c86b23519b030474155f7d8aa4872a9a4a2bb1e3199ac506aee60343b4c572eae8fa41dc5148c115de3c80bcb7f21900ad30822dc9eb437033defe09 -Size (indirect-0.37.tar.gz) = 54892 bytes +SHA1 (indirect-0.38.tar.gz) = e00388357ab4e45878e3967560468d34b742cf94 +RMD160 (indirect-0.38.tar.gz) = b3059a82e8550e0b982dbfa5b028d102eabcde6a +SHA512 (indirect-0.38.tar.gz) = 1ae363d2b2961be8495168a870bf941953a7845b0f3e9c7e9b267affc0b0392e1747ca4edd484ac98ddeef70b1a1cf28672bf1b9289847cb193409914e2f4673 +Size (indirect-0.38.tar.gz) = 55008 bytes --_----------=_151017431387030--