Received: by mail.netbsd.org (Postfix, from userid 605) id 42B3784DAF; Wed, 1 Jan 2020 04:42:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BC8F384CF7 for ; Wed, 1 Jan 2020 04:42:07 +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 FU8mj_FWynUP for ; Wed, 1 Jan 2020 04:42:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3951D84C85 for ; Wed, 1 Jan 2020 04:42:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2E43CFA97; Wed, 1 Jan 2020 04:42:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157785372740190" MIME-Version: 1.0 Date: Wed, 1 Jan 2020 04:42:07 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Module-Find To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200101044207.2E43CFA97@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. --_----------=_157785372740190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Jan 1 04:42:07 UTC 2020 Modified Files: pkgsrc/devel/p5-Module-Find: Makefile distinfo Log Message: (devel/p5-Module-Find) Updated to 0.14 0.14, 2019-12-25 A long overdue update. Thank you for the many contributions! - Fixed RT#99055: Removed file readability check (pull request contributed by Moritz Lenz) - Now supports @INC hooks (pull request contributed by Graham Knop) - Now filters out filenames starting with a dot (pull request contributed by Desmond Daignault) - Now uses strict (pull request contributed by Shlomi Fish) - Fixed RT#122016: test/ files show up in metacpan (bug report contributed by Karen Etheridge) To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-Module-Find/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Module-Find/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157785372740190 Content-Disposition: inline Content-Length: 1721 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Module-Find/Makefile diff -u pkgsrc/devel/p5-Module-Find/Makefile:1.20 pkgsrc/devel/p5-Module-Find/Makefile:1.21 --- pkgsrc/devel/p5-Module-Find/Makefile:1.20 Sun Aug 11 13:19:49 2019 +++ pkgsrc/devel/p5-Module-Find/Makefile Wed Jan 1 04:42:06 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2019/08/11 13:19:49 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2020/01/01 04:42:06 mef Exp $ -DISTNAME= Module-Find-0.13 +DISTNAME= Module-Find-0.14 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} Index: pkgsrc/devel/p5-Module-Find/distinfo diff -u pkgsrc/devel/p5-Module-Find/distinfo:1.7 pkgsrc/devel/p5-Module-Find/distinfo:1.8 --- pkgsrc/devel/p5-Module-Find/distinfo:1.7 Tue Nov 3 03:28:27 2015 +++ pkgsrc/devel/p5-Module-Find/distinfo Wed Jan 1 04:42:07 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 03:28:27 agc Exp $ +$NetBSD: distinfo,v 1.8 2020/01/01 04:42:07 mef Exp $ -SHA1 (Module-Find-0.13.tar.gz) = 3fa0a2486f2c4c500765558f6d20a2d0b5160b62 -RMD160 (Module-Find-0.13.tar.gz) = e4e8974a491cc8a516da4cb4e57476f9270235c5 -SHA512 (Module-Find-0.13.tar.gz) = 86c6b845cddf884cdd13a5ac4982220cc0da66af3d17e92eec6714bf56607e6d414baec90e0e23e04876023df435c9ee2f4411f0f557e34ba4327b0a615a56dc -Size (Module-Find-0.13.tar.gz) = 6459 bytes +SHA1 (Module-Find-0.14.tar.gz) = 019bc632bf48a3be70b2fa23891ed1bb68d0cbc8 +RMD160 (Module-Find-0.14.tar.gz) = d236e5db60439b94b729544d07eeae65809e98fc +SHA512 (Module-Find-0.14.tar.gz) = 401b1e5f1f399b8e131aabf778817de17a01b3f948d957a8b732baa998de9067a0a7c135d005a58e2a64c97f6575c6ff54d0009258a9f5817d5a3554acfb8950 +Size (Module-Find-0.14.tar.gz) = 7610 bytes --_----------=_157785372740190--