pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Module-Find



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Apr 16 11:26:20 UTC 2020

Modified Files:
        pkgsrc/devel/p5-Module-Find: Makefile distinfo

Log Message:
(devel/p5-Module-Find) Updated to 0.15

0.15, 2019-12-26
        Fixed RT#127657 (bug report contributed by Karen Etheridge):
        Module::Find now uses @ModuleDirs (if specified) for loading
        modules. Previously, when using setmoduledirs() to set an array
        of directories that did not contain @INC, Module::Find would
        find the modules correctly, but load them from @INC.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/p5-Module-Find/Makefile
cvs rdiff -u -r1.8 -r1.9 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.

Modified files:

Index: pkgsrc/devel/p5-Module-Find/Makefile
diff -u pkgsrc/devel/p5-Module-Find/Makefile:1.22 pkgsrc/devel/p5-Module-Find/Makefile:1.23
--- pkgsrc/devel/p5-Module-Find/Makefile:1.22   Fri Jan 10 21:11:50 2020
+++ pkgsrc/devel/p5-Module-Find/Makefile        Thu Apr 16 11:26:20 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2020/01/10 21:11:50 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2020/04/16 11:26:20 mef Exp $
 
-DISTNAME=      Module-Find-0.14
+DISTNAME=      Module-Find-0.15
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Module/}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://metacpan.org/release/M
 COMMENT=       Lets you find and use modules in categories
 LICENSE=       ${PERL5_LICENSE}
 
+TEST_DEPENDS+= p5-Test-CPAN-Meta-[0-9]*:../../devel/p5-Test-CPAN-Meta
+
 EXTRACT_USING= bsdtar
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/Module/Find/.packlist

Index: pkgsrc/devel/p5-Module-Find/distinfo
diff -u pkgsrc/devel/p5-Module-Find/distinfo:1.8 pkgsrc/devel/p5-Module-Find/distinfo:1.9
--- pkgsrc/devel/p5-Module-Find/distinfo:1.8    Wed Jan  1 04:42:07 2020
+++ pkgsrc/devel/p5-Module-Find/distinfo        Thu Apr 16 11:26:20 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2020/01/01 04:42:07 mef Exp $
+$NetBSD: distinfo,v 1.9 2020/04/16 11:26:20 mef Exp $
 
-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
+SHA1 (Module-Find-0.15.tar.gz) = 36d3cbfa55739e695f26b7c35089f1faeda87dc6
+RMD160 (Module-Find-0.15.tar.gz) = bb135afdbd20b4e92c1e542908ee3444d017cc80
+SHA512 (Module-Find-0.15.tar.gz) = 769f1ee8836a127cb3c08edc858240c88e6481243d15b79b348c66d960213a98963bd9c453756645982c730a3c895a7dc35b06a970a0d6300690a605f4487dac
+Size (Module-Find-0.15.tar.gz) = 7427 bytes



Home | Main Index | Thread Index | Old Index