Hi,

the attached patch updates devel/p5-File-ChangeNotify to version 0.20. The update fixes a bug in the kqueue-based file watcher and is also required by Moose 1.25+. The module's license changed from "same as perl" to Artistic 2.0. I checked the manual pages and removed USE_GROFF.

See L<https://metacpan.org/source/DROLSKY/File-ChangeNotify-0.20/Changes> for the list of changes since version 0.13.

p5-File-ChangeNotify is used by Catalyst.

Tested on i386 and amd64.

--
Regards,
Andreas
diff --git a/devel/p5-File-ChangeNotify/Makefile 
b/devel/p5-File-ChangeNotify/Makefile
index 1ad7747..2430456 100644
--- a/devel/p5-File-ChangeNotify/Makefile
+++ b/devel/p5-File-ChangeNotify/Makefile
@@ -3,23 +3,24 @@
 COMMENT=       watch for changes to files, cross-platform style
 
 MODULES=       cpan
-DISTNAME=      File-ChangeNotify-0.13
-REVISION=      0
+DISTNAME=      File-ChangeNotify-0.20
 CATEGORIES=    devel
 
-# Perl
+# Artistic 2.0
 PERMIT_PACKAGE_CDROM =         Yes
 PERMIT_PACKAGE_FTP =           Yes
 PERMIT_DISTFILES_CDROM =       Yes
 PERMIT_DISTFILES_FTP =         Yes
 
 CONFIGURE_STYLE =      modbuild
-USE_GROFF =    Yes
 
 RUN_DEPENDS =  devel/p5-Class-MOP \
                devel/p5-Moose \
                devel/p5-MooseX-Params-Validate \
-               devel/p5-MooseX-SemiAffordanceAccessor
+               devel/p5-MooseX-SemiAffordanceAccessor \
+               devel/p5-namespace-autoclean
+
+REGRESS_DEPENDS =      devel/p5-Test-Exception
 
 MAKE_ENV +=    TEST_POD=1 IS_MAINTAINER=1
 
diff --git a/devel/p5-File-ChangeNotify/distinfo 
b/devel/p5-File-ChangeNotify/distinfo
index ee2e30d..c82b17d 100644
--- a/devel/p5-File-ChangeNotify/distinfo
+++ b/devel/p5-File-ChangeNotify/distinfo
@@ -1,5 +1,5 @@
-MD5 (File-ChangeNotify-0.13.tar.gz) = eR70uZegW1BwTiwo+Ph4oA==
-RMD160 (File-ChangeNotify-0.13.tar.gz) = Jltiid+UQa63uHcm5mBS2KnQ69s=
-SHA1 (File-ChangeNotify-0.13.tar.gz) = WcEiFJwmsqrqCjYp2xNnbAlSbqM=
-SHA256 (File-ChangeNotify-0.13.tar.gz) = 
yHAoVdthRnb9v2P9raOA6tj2FAE11Y1TkUQuDYmpaig=
-SIZE (File-ChangeNotify-0.13.tar.gz) = 18155
+MD5 (File-ChangeNotify-0.20.tar.gz) = m7aPbhSUNqznyxPI+c22vQ==
+RMD160 (File-ChangeNotify-0.20.tar.gz) = HZ0XOB8M165qhqHzMuU2XwEYGDg=
+SHA1 (File-ChangeNotify-0.20.tar.gz) = lP4BxmtHbC42dj51YJBeSu1ckAY=
+SHA256 (File-ChangeNotify-0.20.tar.gz) = 
qdVKmhK/J9HKxmW5WZULpvhETd6E4occK9IEJ2OMCgA=
+SIZE (File-ChangeNotify-0.20.tar.gz) = 19642

Reply via email to