On 12/26/18 8:21 PM, Charlene Wendling wrote:
> 
> Here is an update for FileHandle::Unget, that will be required to
> build it with the future Perl 5.28. 
> 
> You'll need the not yet committed Test::Compile [0] to run the test
> suite. 
> 
Diff and p5-Test-Compile port attached, all issues with consumers have been 
fixed.
Ok to import new dependency ?
 Cheers
  Giovanni
Index: Makefile
===================================================================
RCS file: /var/cvs/ports/devel/p5-FileHandle-Unget/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile	20 Mar 2016 19:56:24 -0000	1.12
+++ Makefile	3 Jan 2019 17:53:33 -0000
@@ -4,7 +4,7 @@ COMMENT=	filehandle which supports unget
 
 MODULES=	cpan
 PKG_ARCH=	*
-DISTNAME=	FileHandle-Unget-0.1628
+DISTNAME=	FileHandle-Unget-0.1634
 CATEGORIES=	devel
 
 MAINTAINER=	Giovanni Bechis <[email protected]>
@@ -13,7 +13,8 @@ MAINTAINER=	Giovanni Bechis <giovanni@op
 PERMIT_PACKAGE_CDROM=	Yes
 
 BUILD_DEPENDS=	www/p5-URI
-TEST_DEPENDS=	devel/p5-File-Slurp \
+TEST_DEPENDS=	devel/p5-File-Slurper \
+		devel/p5-Test-Compile \
 		devel/p5-Test-Pod
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /var/cvs/ports/devel/p5-FileHandle-Unget/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo	31 Dec 2015 10:01:51 -0000	1.6
+++ distinfo	3 Jan 2019 17:52:50 -0000
@@ -1,2 +1,2 @@
-SHA256 (FileHandle-Unget-0.1628.tar.gz) = nvTrdl3f3DWzUJBdjdCh4SE56rxYZlKBG/q0GXIQD98=
-SIZE (FileHandle-Unget-0.1628.tar.gz) = 40259
+SHA256 (FileHandle-Unget-0.1634.tar.gz) = OA80rTzl6exmHUxGi7M5IjHBYjF9QXLfN4FGtCqrF4U=
+SIZE (FileHandle-Unget-0.1634.tar.gz) = 42660

Attachment: p5-Test-Compile.tgz
Description: application/compressed-tar



Reply via email to