Hi, ports@:

   Here is a patch for sysutils/p5-Filesys-Notify-Simple:
      i) update to 0.14
      ii) Add MAKE_ENV=TEST_POD=yes
      iii) Remove trailing whitespace in DESCR
      It build well and pass all tests on amd64-current system.

     One port depends on it : www/p5-Plack, it build well and pass
all tests with this patch too.

Regards,
wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/p5-Filesys-Notify-Simple/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile    12 Jul 2019 20:49:47 -0000      1.5
+++ Makefile    10 Jan 2020 02:47:45 -0000
@@ -4,7 +4,7 @@ COMMENT =               simple and dumb file system w
 
 MODULES =              cpan
 PKG_ARCH =             *
-DISTNAME =             Filesys-Notify-Simple-0.12
+DISTNAME =             Filesys-Notify-Simple-0.14
 CATEGORIES =           sysutils
 MAINTAINER =           Abel Abraham Camarillo Ojeda <[email protected]>
 
@@ -12,5 +12,7 @@ BUILD_DEPENDS =               devel/p5-Test-SharedFor
 
 # Perl
 PERMIT_PACKAGE =       Yes
+
+MAKE_ENV =             TEST_POD=yes AUTHOR_TESTING=yes
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/p5-Filesys-Notify-Simple/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    10 Jun 2015 09:41:45 -0000      1.3
+++ distinfo    10 Jan 2020 02:47:45 -0000
@@ -1,2 +1,2 @@
-SHA256 (Filesys-Notify-Simple-0.12.tar.gz) = 
7K/N/evQcG/fG7fuG7vDBKZdcMbMBSVdFP0TPaaspg0=
-SIZE (Filesys-Notify-Simple-0.12.tar.gz) = 12935
+SHA256 (Filesys-Notify-Simple-0.14.tar.gz) = 
H9pxLUul4YaBWe019vjvv66dQ11jdvVgbVM7ywgFVaQ=
+SIZE (Filesys-Notify-Simple-0.14.tar.gz) = 13429
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/sysutils/p5-Filesys-Notify-Simple/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- pkg/DESCR   11 Dec 2010 09:41:40 -0000      1.1.1.1
+++ pkg/DESCR   10 Jan 2020 02:47:45 -0000
@@ -6,8 +6,8 @@ fallback to the full directory scan if t
 There are some limitations in this module. If you don't like it, use
 File::ChangeNotify.
 
-    * There is no file name based filter. Do it in your own code.  
-    * You can not get types of events (created, updated, deleted).  
+    * There is no file name based filter. Do it in your own code.
+    * You can not get types of events (created, updated, deleted).
     * Currently wait method blocks.
 
 In return, this module doesn't depend on any non-core modules. Platform

Reply via email to