diff options
author | mef <mef@pkgsrc.org> | 2016-06-05 12:21:14 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-06-05 12:21:14 +0000 |
commit | 5a52bd7bce830b33b7041de321ffb860deb3fb23 (patch) | |
tree | 3b37b0dc8c31823af37cb18448192fd275c06f57 | |
parent | c2f9ab3a68af1e25052e7bf5101f818b507ae470 (diff) | |
download | pkgsrc-5a52bd7bce830b33b7041de321ffb860deb3fb23.tar.gz |
Updated devel/p5-File-ChangeNotify to 0.26
------------------------------------------
0.26 2016-05-29
- Require Moo 1.006000+.
0.25 2016-05-28
- Switched from Moose to Moo and Type::Tiny.
- Switched from Class::Load to Module::Runtime.
- Made File::ChangeNotify::Watcher a role instead of a parent class.
- Fixed a bug where the wrong watcher class could be used the second time
File::ChangeNotify->instantiate_watcher was called.
- Allow the exclude parameter to accept subroutine references. Patch by
H. Merijn Brand. RT #114492.
-rw-r--r-- | devel/p5-File-ChangeNotify/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-File-ChangeNotify/distinfo | 10 |
2 files changed, 7 insertions, 9 deletions
diff --git a/devel/p5-File-ChangeNotify/Makefile b/devel/p5-File-ChangeNotify/Makefile index 36efce1710d..af0aeef2c0e 100644 --- a/devel/p5-File-ChangeNotify/Makefile +++ b/devel/p5-File-ChangeNotify/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2015/07/12 18:56:12 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2016/06/05 12:21:14 mef Exp $ -DISTNAME= File-ChangeNotify-0.24 +DISTNAME= File-ChangeNotify-0.26 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} @@ -17,7 +16,6 @@ DEPENDS+= p5-MooseX-Params-Validate>=0.08:../../devel/p5-MooseX-Params-Validate DEPENDS+= p5-MooseX-SemiAffordanceAccessor-[0-9]*:../../devel/p5-MooseX-SemiAffordanceAccessor DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean -PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/File/ChangeNotify/.packlist .include "../../mk/bsd.prefs.mk" diff --git a/devel/p5-File-ChangeNotify/distinfo b/devel/p5-File-ChangeNotify/distinfo index 45fac1356b3..2a54ca1ba42 100644 --- a/devel/p5-File-ChangeNotify/distinfo +++ b/devel/p5-File-ChangeNotify/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 03:28:14 agc Exp $ +$NetBSD: distinfo,v 1.11 2016/06/05 12:21:14 mef Exp $ -SHA1 (File-ChangeNotify-0.24.tar.gz) = 4ec98e9bc1109ffbeec89f1aeefb1514f48794f2 -RMD160 (File-ChangeNotify-0.24.tar.gz) = 93c6bbb7317ffb69011abd4d9bf38a0a7e94899c -SHA512 (File-ChangeNotify-0.24.tar.gz) = e09e6a6b11ad94fcb71e61608cd6b1c1d5c0c3a13a83be7eeca0134bd6e38d459a6670f4c1ada0e92a49b1ac49876c5c7135b811dc27ca2e6a6d4e0326cbc6d9 -Size (File-ChangeNotify-0.24.tar.gz) = 19450 bytes +SHA1 (File-ChangeNotify-0.26.tar.gz) = 686b9dbadb809052203f95122ef511e658851392 +RMD160 (File-ChangeNotify-0.26.tar.gz) = 7100a0d87966f99a4dd62cbf3093b7f57463e3c3 +SHA512 (File-ChangeNotify-0.26.tar.gz) = 33f3f925b526f9d1ad8946f02f8aeb6f1f7edbb999a71318ffb339a2e3415daac93eda72e3747ceca252e44adc5414ed9a6f3948b42c6513a0e80336a6fce035 +Size (File-ChangeNotify-0.26.tar.gz) = 34396 bytes |