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:           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.

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



Home | Main Index | Thread Index | Old Index