Hi, ports@:

   Here is a patch for devel/p5-Test-Trap:
    i) Update to 0.3.4
    ii) Remove trailing whitespace
   It build well and pass all tests on amd64-current system.

   4 ports TEST_DEPENDS on p5-Test-Trap:
      security/clusterssh
      devel/p5-MooseX-Getopt
      devel/p5-Test-Spec
      net/p5-NetAddr-MAC
   Onlu one test failed, not caused by this patch, other tests passed.

wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-Test-Trap/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile    3 Jul 2020 21:45:16 -0000       1.8
+++ Makefile    26 Jan 2021 08:27:07 -0000
@@ -2,9 +2,8 @@
 
 COMMENT=               trap exit codes
 
-DISTNAME =             Test-Trap-v0.2.4
+DISTNAME =             Test-Trap-v0.3.4
 PKGNAME=               p5-${DISTNAME:S/v//}
-REVISION =             2
 
 CATEGORIES=            devel
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-Test-Trap/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    14 Apr 2014 14:29:22 -0000      1.2
+++ distinfo    26 Jan 2021 08:27:07 -0000
@@ -1,2 +1,2 @@
-SHA256 (Test-Trap-v0.2.4.tar.gz) = nsGCKbvpGPQkeG/kveV/N0NZ3ZiNJUM7syWz2ZT2fOA=
-SIZE (Test-Trap-v0.2.4.tar.gz) = 48373
+SHA256 (Test-Trap-v0.3.4.tar.gz) = CwRlbzO2yW2o7sTP/lKGFQtOS14pkdOINoaxCRAQWuI=
+SIZE (Test-Trap-v0.3.4.tar.gz) = 55339
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/devel/p5-Test-Trap/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- pkg/DESCR   4 Jan 2011 10:12:57 -0000       1.1.1.1
+++ pkg/DESCR   26 Jan 2021 08:27:07 -0000
@@ -1,4 +1,4 @@
-This module is for use in test scripts: A block eval on steroids, 
-configurable and extensible, but by default trapping (Perl) STDOUT, 
-STDERR, warnings, exceptions, would-be exit codes, and return values 
+This module is for use in test scripts: A block eval on steroids,
+configurable and extensible, but by default trapping (Perl) STDOUT,
+STDERR, warnings, exceptions, would-be exit codes, and return values
 from boxed blocks of test code.

Reply via email to