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 8F9067A26C for ; Tue, 25 Apr 2017 13:51:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3006D84DC1; Tue, 25 Apr 2017 13:51:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B530284D88 for ; Tue, 25 Apr 2017 13:51:37 +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 Gm-xdMj_Lz6U for ; Tue, 25 Apr 2017 13:51:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 41F6C84CE2 for ; Tue, 25 Apr 2017 13:51:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3CF87FBE4; Tue, 25 Apr 2017 13:51:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493128297184740" MIME-Version: 1.0 Date: Tue, 25 Apr 2017 13:51:37 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Class-C3 To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170425135137.3CF87FBE4@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. --_----------=_1493128297184740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Tue Apr 25 13:51:37 UTC 2017 Modified Files: pkgsrc/devel/p5-Class-C3: Makefile distinfo Log Message: Updated devel/p5-Class-C3 to 0.33 --------------------------------- 0.33 - 2017-04-23 - update bundled ExtUtils::HasCompiler to 0.017 - moved repository to Moose GitHub org - avoid using base.pm in tests (RT#120530) - minor pod and test cleanups To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/p5-Class-C3/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-Class-C3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493128297184740 Content-Disposition: inline Content-Length: 1649 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Class-C3/Makefile diff -u pkgsrc/devel/p5-Class-C3/Makefile:1.25 pkgsrc/devel/p5-Class-C3/Makefile:1.26 --- pkgsrc/devel/p5-Class-C3/Makefile:1.25 Sat Sep 17 03:53:34 2016 +++ pkgsrc/devel/p5-Class-C3/Makefile Tue Apr 25 13:51:37 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2016/09/17 03:53:34 mef Exp $ +# $NetBSD: Makefile,v 1.26 2017/04/25 13:51:37 mef Exp $ -DISTNAME= Class-C3-0.32 +DISTNAME= Class-C3-0.33 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} Index: pkgsrc/devel/p5-Class-C3/distinfo diff -u pkgsrc/devel/p5-Class-C3/distinfo:1.14 pkgsrc/devel/p5-Class-C3/distinfo:1.15 --- pkgsrc/devel/p5-Class-C3/distinfo:1.14 Sat Sep 17 03:53:34 2016 +++ pkgsrc/devel/p5-Class-C3/distinfo Tue Apr 25 13:51:37 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2016/09/17 03:53:34 mef Exp $ +$NetBSD: distinfo,v 1.15 2017/04/25 13:51:37 mef Exp $ -SHA1 (Class-C3-0.32.tar.gz) = a9bc7e67dbbf62f7bd8f77b7e658f430ede2c0ec -RMD160 (Class-C3-0.32.tar.gz) = e64b0c0604426b6d339fabb652825bdf85a3026b -SHA512 (Class-C3-0.32.tar.gz) = 60c69e9293240e9652ac8434ce16151f67ac619a19f1dc191479fbd0cb38091952b9b02c667f1a34b7fa69d7e7361b0a0d653600c16d289205c24b3517de3f12 -Size (Class-C3-0.32.tar.gz) = 27360 bytes +SHA1 (Class-C3-0.33.tar.gz) = c5ccab7b84be3132ab9fb46779575c27137979f4 +RMD160 (Class-C3-0.33.tar.gz) = 5e6950083b236a7ad531f1b697bf6b1e25486d78 +SHA512 (Class-C3-0.33.tar.gz) = f72cff75c1222d7b42041b44b5ec7c8ff79e8c53f84ff11e1976a69dcde49093c52e66ebc19ce72f70c99332a9528a07a7d9eab7c74f5b6ce77464434b36cd7b +Size (Class-C3-0.33.tar.gz) = 27163 bytes --_----------=_1493128297184740--