Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 516427A20F for ; Thu, 28 Jul 2016 07:04:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id ED21185EF7; Thu, 28 Jul 2016 07:04:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7C4F285E77 for ; Thu, 28 Jul 2016 07:04:22 +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 VqLCJn39N3bO for ; Thu, 28 Jul 2016 07:04:22 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 039F584C8B for ; Thu, 28 Jul 2016 07:04:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EE2FEFBB5; Thu, 28 Jul 2016 07:04:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1469689461279350" MIME-Version: 1.0 Date: Thu, 28 Jul 2016 07:04:21 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-indirect To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20160728070421.EE2FEFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1469689461279350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Thu Jul 28 07:04:21 UTC 2016 Modified Files: pkgsrc/devel/p5-indirect: Makefile distinfo Log Message: Update to 0.37 Upstream changes: 0.37 2016-07-12 16:40 UTC + Chg : A large chunk of boilerplate XS code, which is also used in other XS modules, has been factored out of the main .xs file to a collection of .h files in the xsh subdirectory. + Fix : [RT #115392] : Intermittent segfaults with heredocs Heredocs should now be handled correctly. Thanks Graham Knop for reporting. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-indirect/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-indirect/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1469689461279350 Content-Disposition: inline Content-Length: 1678 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.7 pkgsrc/devel/p5-indirect/Makefile:1.8 --- pkgsrc/devel/p5-indirect/Makefile:1.7 Wed Jun 8 19:23:47 2016 +++ pkgsrc/devel/p5-indirect/Makefile Thu Jul 28 07:04:21 2016 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2016/06/08 19:23:47 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2016/07/28 07:04:21 wen Exp $ -DISTNAME= indirect-0.36 +DISTNAME= indirect-0.37 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.5 pkgsrc/devel/p5-indirect/distinfo:1.6 --- pkgsrc/devel/p5-indirect/distinfo:1.5 Tue Nov 3 03:28:59 2015 +++ pkgsrc/devel/p5-indirect/distinfo Thu Jul 28 07:04:21 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:28:59 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/07/28 07:04:21 wen Exp $ -SHA1 (indirect-0.36.tar.gz) = c99e68b17a15fa449e3da1175b9eb0c473f57f65 -RMD160 (indirect-0.36.tar.gz) = d576ce7ff5b465e3e0db33349aa3fe5aa85b3bee -SHA512 (indirect-0.36.tar.gz) = 27f86702a2b3597e2bc20390130584324bfe86cc4d9f33a488b4788d6e1513ac19dfd4e1407f29b6f862172b020b3001a248450ad8dddb5a31e07220c0783ceb -Size (indirect-0.36.tar.gz) = 48597 bytes +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 --_----------=_1469689461279350--