Received: by mail.netbsd.org (Postfix, from userid 605) id CB91584D67; Wed, 18 Oct 2017 18:25:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5710F84D64 for ; Wed, 18 Oct 2017 18:25:38 +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 4ZNGkyJaOuC2 for ; Wed, 18 Oct 2017 18:25:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DA46A84D03 for ; Wed, 18 Oct 2017 18:25:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D5AB6FBC7; Wed, 18 Oct 2017 18:25:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150835113766930" MIME-Version: 1.0 Date: Wed, 18 Oct 2017 18:25:37 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-MetaCPAN-Client To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171018182537.D5AB6FBC7@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. --_----------=_150835113766930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Oct 18 18:25:37 UTC 2017 Modified Files: pkgsrc/devel/p5-MetaCPAN-Client: Makefile distinfo Log Message: p5-MetaCPAN-Client: update to 2.018000. 2.018000 16.10.17 * Fix fetch URL (Mickey, GH#92) * Removed critic author test (Mickey) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-MetaCPAN-Client/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-MetaCPAN-Client/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150835113766930 Content-Disposition: inline Content-Length: 1842 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-MetaCPAN-Client/Makefile diff -u pkgsrc/devel/p5-MetaCPAN-Client/Makefile:1.14 pkgsrc/devel/p5-MetaCPAN-Client/Makefile:1.15 --- pkgsrc/devel/p5-MetaCPAN-Client/Makefile:1.14 Sun Sep 17 11:08:45 2017 +++ pkgsrc/devel/p5-MetaCPAN-Client/Makefile Wed Oct 18 18:25:37 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2017/09/17 11:08:45 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2017/10/18 18:25:37 wiz Exp $ -DISTNAME= MetaCPAN-Client-2.017000 +DISTNAME= MetaCPAN-Client-2.018000 PKGNAME= p5-${DISTNAME} CATEGORIES= devel MASTER_SITES= http://search.cpan.org/CPAN/authors/id/M/MI/MICKEY/ Index: pkgsrc/devel/p5-MetaCPAN-Client/distinfo diff -u pkgsrc/devel/p5-MetaCPAN-Client/distinfo:1.10 pkgsrc/devel/p5-MetaCPAN-Client/distinfo:1.11 --- pkgsrc/devel/p5-MetaCPAN-Client/distinfo:1.10 Sun Sep 17 11:08:45 2017 +++ pkgsrc/devel/p5-MetaCPAN-Client/distinfo Wed Oct 18 18:25:37 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2017/09/17 11:08:45 wiz Exp $ +$NetBSD: distinfo,v 1.11 2017/10/18 18:25:37 wiz Exp $ -SHA1 (MetaCPAN-Client-2.017000.tar.gz) = 1595ff628e849be0558caf614c51ab1c59fd632e -RMD160 (MetaCPAN-Client-2.017000.tar.gz) = 3066bc715f4ae943caaa9bf131c8e67b6d0d1924 -SHA512 (MetaCPAN-Client-2.017000.tar.gz) = 57e3910c9d35643b77520fb41b0b6dfc6218228263a8de53095c2b9ea96c759b38ca9fdb06dd8f68c58c49c861d7777c6c4bd3aa59debf2737389e40b27791dd -Size (MetaCPAN-Client-2.017000.tar.gz) = 50925 bytes +SHA1 (MetaCPAN-Client-2.018000.tar.gz) = 17b924294696476b2cfde30c334fe4cab062d980 +RMD160 (MetaCPAN-Client-2.018000.tar.gz) = 6ee7c12dfd663cbe448ad62b81f367e925b42053 +SHA512 (MetaCPAN-Client-2.018000.tar.gz) = 73eb054c1f25f1378e996a7814d669bb2caddcc28df5df2a06c3555aeb69b09bbac98a38fe10725acc016c968a981d07730dae5b0a1e6a9c9ce5c51b2abccb15 +Size (MetaCPAN-Client-2.018000.tar.gz) = 50792 bytes --_----------=_150835113766930--