Hi, ports@:

  Here is a simple patch for  devel/p5-IO-Tty  to update to 1.14.
  It build well and pass all tests.

  4 ports depends on devel/p5-IO-Tty:
    i) devel/p5-Expect : build well and pass all tests
    ii) devel/p5-IPC-Run, textproc/p5-ack, devel/p5-POE
     these three ports all build well but have 1 fails in tests, not caused by
this patch.

Cheers !
wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-IO-Tty/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile    12 Jul 2019 20:44:57 -0000      1.23
+++ Makefile    16 Apr 2020 00:44:26 -0000
@@ -3,9 +3,9 @@
 COMMENT=               provide an interface to create pseudo ttys
 
 MODULES=               cpan
-DISTNAME=              IO-Tty-1.12
+DISTNAME=              IO-Tty-1.14
 CATEGORIES=            devel
-REVISION=              0
+
 FIX_EXTRACT_PERMISSIONS =      Yes
 
 # Perl
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-IO-Tty/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    17 Nov 2014 14:57:40 -0000      1.7
+++ distinfo    16 Apr 2020 00:44:26 -0000
@@ -1,2 +1,2 @@
-SHA256 (IO-Tty-1.12.tar.gz) = ou+HcNMwkXggP4yKwl5iPmPPdul4MP074oCt4aVVKQ0=
-SIZE (IO-Tty-1.12.tar.gz) = 24564
+SHA256 (IO-Tty-1.14.tar.gz) = UfPk4xESi9ssahXwLFE3bLhSzPnfm+vo37tflWHrlbU=
+SIZE (IO-Tty-1.14.tar.gz) = 27756
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/p5-IO-Tty/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- pkg/PLIST   16 Jul 2015 23:57:22 -0000      1.6
+++ pkg/PLIST   16 Apr 2020 00:44:26 -0000
@@ -8,7 +8,7 @@ ${P5ARCH}/IO/Tty/Constant.pm
 ${P5ARCH}/auto/
 ${P5ARCH}/auto/IO/
 ${P5ARCH}/auto/IO/Tty/
-${P5ARCH}/auto/IO/Tty/Tty.so
+@so ${P5ARCH}/auto/IO/Tty/Tty.so
 @man man/man3p/IO::Pty.3p
 @man man/man3p/IO::Tty.3p
 @man man/man3p/IO::Tty::Constant.3p

Reply via email to