Monday, July 01, 2019

Re: textproc/p5-PDF-Table : Update to 0.11.0

On Mon, 1 Jul 2019 06:19:25 +0000
wen heping wrote:

> Hi, ports@:
>
> Here is a patch to update textproc/p5-PDF-Table to 0.11.0.
> It build well and passed all tests on my amd64 head system.
> No other ports depends on it.
>
> Comments? OK ?

It works fine with the updated p5-PDF-API2 you posted earlier. I'm
proposing to enable more tests on top of that.

Anyway, OK cwen@.

> Regards,
> wen


Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/p5-PDF-Table/Makefile,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 Makefile
--- Makefile 21 Feb 2019 18:56:05 -0000 1.13
+++ Makefile 1 Jul 2019 10:19:49 -0000
@@ -2,16 +2,19 @@

COMMENT = create PDF tables with perl

-DISTNAME = PDF-Table-0.10.1
+DISTNAME = PDF-Table-0.11.0

CATEGORIES = textproc

# Perl
-PERMIT_PACKAGE_CDROM = Yes
+PERMIT_PACKAGE = Yes

MODULES = cpan
PKG_ARCH = *

RUN_DEPENDS = textproc/p5-PDF-API2
+TEST_DEPENDS = devel/p5-Test-CheckManifest>=0.9
+
+MAKE_ENV += TEST_POD=Yes

.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/p5-PDF-Table/distinfo,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 distinfo
--- distinfo 21 Feb 2019 18:56:05 -0000 1.7
+++ distinfo 1 Jul 2019 10:19:49 -0000
@@ -1,2 +1,2 @@
-SHA256 (PDF-Table-0.10.1.tar.gz) = +y02nQl5funPeYEf+FBhu6jlbGHmXBOspnS1MhBaJxM=
-SIZE (PDF-Table-0.10.1.tar.gz) = 28459
+SHA256 (PDF-Table-0.11.0.tar.gz) = kUtcRnHaQArOFa7DIkSgvRWW4is05LNBp/KLJey0vZg=
+SIZE (PDF-Table-0.11.0.tar.gz) = 29930

No comments:

Post a Comment