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: Mon Dec 18 13:27:20 UTC 2023
Modified Files:
pkgsrc/devel/p5-Module-Find: Makefile distinfo
Log Message:
(devel/p5-Module-Find) Updated 0.15 to 0.16
0.16, 2022-08-01
Fixes an issue where symlink tests failed on systems that do not
support creation of symlinks. The issue appears on Windows
systems due to changed behaviour in "File::Find" described in
perl5/issue #19995 <https://github.com/Perl/perl5/issues/19995>
Symlink tests were previously skipped if symlink() is not
available, and now also if creation of a symlink is not
possible.
Fixes issue #9 <https://github.com/crenz/Module-Find/issues/9>.
Note that on Windows system, the patch to "File::Find" from
perl5/PR #20008 <https://github.com/Perl/perl5/pull/20008> will
be required for proper operation.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/p5-Module-Find/Makefile
cvs rdiff -u -r1.11 -r1.12 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.27 pkgsrc/devel/p5-Module-Find/Makefile:1.28
--- pkgsrc/devel/p5-Module-Find/Makefile:1.27 Thu Jul 6 09:39:32 2023
+++ pkgsrc/devel/p5-Module-Find/Makefile Mon Dec 18 13:27:20 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2023/07/06 09:39:32 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2023/12/18 13:27:20 mef Exp $
-DISTNAME= Module-Find-0.15
+DISTNAME= Module-Find-0.16
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
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.11 pkgsrc/devel/p5-Module-Find/distinfo:1.12
--- pkgsrc/devel/p5-Module-Find/distinfo:1.11 Tue Oct 26 10:16:57 2021
+++ pkgsrc/devel/p5-Module-Find/distinfo Mon Dec 18 13:27:20 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 10:16:57 nia Exp $
+$NetBSD: distinfo,v 1.12 2023/12/18 13:27:20 mef Exp $
-BLAKE2s (Module-Find-0.15.tar.gz) = e2c3f2b9da55880a07ab8bbcdd06df7ad539d0720a87f0c82fe9e18b1fcea899
-SHA512 (Module-Find-0.15.tar.gz) = 769f1ee8836a127cb3c08edc858240c88e6481243d15b79b348c66d960213a98963bd9c453756645982c730a3c895a7dc35b06a970a0d6300690a605f4487dac
-Size (Module-Find-0.15.tar.gz) = 7427 bytes
+BLAKE2s (Module-Find-0.16.tar.gz) = 1c6f51c70115ac4cd29e83032eed432f5fa93bfffad5182952e6e2316ee44328
+SHA512 (Module-Find-0.16.tar.gz) = a0c935fd229320ce74052180571c0da9667dc87a717e039bec27120a8ac1552988352038efd1805d62ac40fcaf7985c44b6d9c56648b379f1ca0f03727e550bd
+Size (Module-Find-0.16.tar.gz) = 9560 bytes
Home |
Main Index |
Thread Index |
Old Index