Revised patch to update to 2.10.

wen
________________________________
发件人: owner-po...@openbsd.org <owner-po...@openbsd.org> 代表 wen heping 
<wenheping2...@hotmail.com>
发送时间: 2020年11月2日 10:55
收件人: ports@openbsd.org <ports@openbsd.org>
主题: [Update] devel/p5-IO-Pager : Update to 2.00

Hi, ports@:

   Here is a patch for devel/p5-IO-Pager to update to 2.00 and remove the line
of  TEST_IS_INTERACTIVE=yes.
   It build well on amd64-6.8 system, only 1 test failed but not caused by this 
patch.
   No other ports depends on devel/p5-IO-Pager.


Cheers !
wen

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-IO-Pager/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile    3 Jul 2020 21:44:56 -0000       1.22
+++ Makefile    5 Nov 2020 01:02:00 -0000
@@ -4,15 +4,14 @@ COMMENT =     select a pager if destination 
 
 MODULES =      cpan
 PKG_ARCH =     *
-DISTNAME =     IO-Pager-1.03
+DISTNAME =     IO-Pager-2.10
 CATEGORIES =   devel
-REVISION =     0
 
 # Perl
 PERMIT_PACKAGE =       Yes
 
 EXTRACT_SUFX =         .tgz
 
-TEST_IS_INTERACTIVE =  Yes
+CPAN_AUTHOR =          JPIERCE
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-IO-Pager/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo    15 Jun 2020 11:10:15 -0000      1.11
+++ distinfo    5 Nov 2020 01:02:00 -0000
@@ -1,2 +1,2 @@
-SHA256 (IO-Pager-1.03.tgz) = rIZsDJOr4AY5KvwPCZNy4UHia/4HJD45QSWksfL0tY4=
-SIZE (IO-Pager-1.03.tgz) = 41635
+SHA256 (IO-Pager-2.10.tgz) = vLTYwtKAyANLglkcwLnrZ6AE+QzpqgWXn8YHEwessZU=
+SIZE (IO-Pager-2.10.tgz) = 43774
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/p5-IO-Pager/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   15 Jun 2020 11:10:15 -0000      1.3
+++ pkg/PLIST   5 Nov 2020 01:02:00 -0000
@@ -1,4 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.3 2020/06/15 11:10:15 sthen Exp $
+bin/tp
 ${P5SITE}/IO/
 ${P5SITE}/IO/Pager/
 ${P5SITE}/IO/Pager.pm
@@ -8,6 +9,7 @@ ${P5SITE}/IO/Pager/Perl.pm
 ${P5SITE}/IO/Pager/Unbuffered.pm
 ${P5SITE}/IO/Pager/less.pm
 ${P5SITE}/IO/Pager/tp
+@man man/man1/tp.1
 @man man/man3p/IO::Pager.3p
 @man man/man3p/IO::Pager::Buffered.3p
 @man man/man3p/IO::Pager::Page.3p

Reply via email to