Received: by mail.netbsd.org (Postfix, from userid 605) id 6575B84D6C; Mon, 14 Aug 2017 18:43:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EDF6484D35 for ; Mon, 14 Aug 2017 18:43:23 +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 dEqaa-Lu75wV for ; Mon, 14 Aug 2017 18:43:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7BD2084C6C for ; Mon, 14 Aug 2017 18:43:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 79D6DFAD0; Mon, 14 Aug 2017 18:43:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1502736203291580" MIME-Version: 1.0 Date: Mon, 14 Aug 2017 18:43:23 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Class-Inspector To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170814184323.79D6DFAD0@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. --_----------=_1502736203291580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Aug 14 18:43:23 UTC 2017 Modified Files: pkgsrc/devel/p5-Class-Inspector: Makefile distinfo Log Message: Updated p5-Class-Inspector to 1.32. 1.32 2017-08-08 14:12:42 -0400 - The installed method now supports @INC hooks of any type (coderef was supported as of 1.29, now arrayrefs and objects are supported) - Detect probably broken Perl on Cygwin in Makefile.PL (see gh#5) To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/p5-Class-Inspector/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-Class-Inspector/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1502736203291580 Content-Disposition: inline Content-Length: 1809 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Class-Inspector/Makefile diff -u pkgsrc/devel/p5-Class-Inspector/Makefile:1.25 pkgsrc/devel/p5-Class-Inspector/Makefile:1.26 --- pkgsrc/devel/p5-Class-Inspector/Makefile:1.25 Mon Jun 5 14:22:42 2017 +++ pkgsrc/devel/p5-Class-Inspector/Makefile Mon Aug 14 18:43:23 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2017/06/05 14:22:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.26 2017/08/14 18:43:23 wiz Exp $ -DISTNAME= Class-Inspector-1.31 +DISTNAME= Class-Inspector-1.32 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} Index: pkgsrc/devel/p5-Class-Inspector/distinfo diff -u pkgsrc/devel/p5-Class-Inspector/distinfo:1.12 pkgsrc/devel/p5-Class-Inspector/distinfo:1.13 --- pkgsrc/devel/p5-Class-Inspector/distinfo:1.12 Sun Dec 11 03:04:47 2016 +++ pkgsrc/devel/p5-Class-Inspector/distinfo Mon Aug 14 18:43:23 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2016/12/11 03:04:47 wen Exp $ +$NetBSD: distinfo,v 1.13 2017/08/14 18:43:23 wiz Exp $ -SHA1 (Class-Inspector-1.31.tar.gz) = 17154dfc8d22c60f2072a6d68724668af9eecdcd -RMD160 (Class-Inspector-1.31.tar.gz) = 8f230bce9b79f32592da10b47fa77b7a27264c3f -SHA512 (Class-Inspector-1.31.tar.gz) = 5ae8fa38d145d351b00b316853428f1ff7cf4dfb19952ccaa10e64fb84b41fc45d2510ef941347785b1c44ef2a1f5d4a361d321e2c0a6ee4b08232f6bc8e2d2a -Size (Class-Inspector-1.31.tar.gz) = 24422 bytes +SHA1 (Class-Inspector-1.32.tar.gz) = 0c70dee9c903f53c7196ebb9de8e4be6aa505528 +RMD160 (Class-Inspector-1.32.tar.gz) = e66caf4a8ce1925c845a9f282b7e1a9badc0b313 +SHA512 (Class-Inspector-1.32.tar.gz) = 980654614d968e2fb61df864322f5c5248e352f0697a425539600c3549505f47b857d7856bc9d406ebc8757f8fc379a669f1f5085412f6fa48672c9db8a82df4 +Size (Class-Inspector-1.32.tar.gz) = 25639 bytes --_----------=_1502736203291580--