Received: by mail.netbsd.org (Postfix, from userid 605) id 803CB855B3; Fri, 24 Nov 2017 14:10:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 09E8684D32 for ; Fri, 24 Nov 2017 14:10:26 +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 oCNoFmC_WJhn for ; Fri, 24 Nov 2017 14:10:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 896E184CDF for ; Fri, 24 Nov 2017 14:10:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 625E8FB40; Fri, 24 Nov 2017 14:10:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151153262515070" MIME-Version: 1.0 Date: Fri, 24 Nov 2017 14:10:25 +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: <20171124141025.625E8FB40@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. --_----------=_151153262515070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Nov 24 14:10:25 UTC 2017 Modified Files: pkgsrc/devel/p5-MetaCPAN-Client: Makefile distinfo Log Message: p5-MetaCPAN-Client: update to 2.021000. 2.021000 18.11.17 * Scroller fix for page skipping (Thomas Sibley) * Sorting in scrolled searches (Thomas Sibley) * Type check cleanup (Thomas Sibley) 2.020000 17.11.17 * Added support for /search/autocomplete/suggest (Mickey) 2.019000 16.11.17 * Added 'package' type support for scrolled searches (Mickey) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-MetaCPAN-Client/Makefile cvs rdiff -u -r1.11 -r1.12 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. --_----------=_151153262515070 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.15 pkgsrc/devel/p5-MetaCPAN-Client/Makefile:1.16 --- pkgsrc/devel/p5-MetaCPAN-Client/Makefile:1.15 Wed Oct 18 18:25:37 2017 +++ pkgsrc/devel/p5-MetaCPAN-Client/Makefile Fri Nov 24 14:10:25 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2017/10/18 18:25:37 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/11/24 14:10:25 wiz Exp $ -DISTNAME= MetaCPAN-Client-2.018000 +DISTNAME= MetaCPAN-Client-2.021000 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.11 pkgsrc/devel/p5-MetaCPAN-Client/distinfo:1.12 --- pkgsrc/devel/p5-MetaCPAN-Client/distinfo:1.11 Wed Oct 18 18:25:37 2017 +++ pkgsrc/devel/p5-MetaCPAN-Client/distinfo Fri Nov 24 14:10:25 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2017/10/18 18:25:37 wiz Exp $ +$NetBSD: distinfo,v 1.12 2017/11/24 14:10:25 wiz Exp $ -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 +SHA1 (MetaCPAN-Client-2.021000.tar.gz) = 75da31d61c86218271aacf617b505d2e49e69814 +RMD160 (MetaCPAN-Client-2.021000.tar.gz) = 467047e02e7f4503efff91b2633cc5b93fc1e2fe +SHA512 (MetaCPAN-Client-2.021000.tar.gz) = e0076c7365b0425c9009a583d80b3e032fcef60f7685b1ec7036e1f820ef8d8f125b84b609ff856d88c098f7cbbc3ca295cfbae28a913c3c95426d416c05306a +Size (MetaCPAN-Client-2.021000.tar.gz) = 51269 bytes --_----------=_151153262515070--