Here is a quick update for Text::Diff::HTML.

The only upstream changes are distribution related [0].

Port-wise, it's a simple update with some cleaning of trailing
whitespaces and use of TEST_POD instead of a TEST_DEPENDS.

Testing:

- 'make test' passes
- The only consumer is devel/p5-SVN-Web, that still fails (i'll
  have to update it someday i guess)

Comments/feedback are welcome.

Charlène.


[0] https://metacpan.org/changes/release/TIMK/Text-Diff-HTML-0.08
[1] http://0x0.st/zAys.tgz


Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/p5-Text-Diff-HTML/Makefile,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 Makefile
--- Makefile    20 Mar 2016 19:57:09 -0000      1.12
+++ Makefile    14 May 2019 19:29:52 -0000
@@ -4,17 +4,17 @@ COMMENT=              XHTML format for Text::Diff::U
 
 MODULES=               cpan
 PKG_ARCH=              *
-DISTNAME=              Text-Diff-HTML-0.07
+DISTNAME=              Text-Diff-HTML-0.08
 CATEGORIES=            textproc www
 
-# perl
-PERMIT_PACKAGE_CDROM=   Yes
+# Perl
+PERMIT_PACKAGE_CDROM=  Yes
 
-CONFIGURE_STYLE=       modbuild
+RUN_DEPENDS=           textproc/p5-Text-Diff>=0.11 \
+                       www/p5-HTML-Parser
 
-RUN_DEPENDS=           www/p5-HTML-Parser \
-                       textproc/p5-Text-Diff
+CONFIGURE_STYLE=       modbuild
 
-TEST_DEPENDS=  devel/p5-Test-Pod
+MAKE_ENV+=             TEST_POD=Yes
 
-.include <bsd.port.mk> 
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/p5-Text-Diff-HTML/distinfo,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 distinfo
--- distinfo    18 Jan 2015 03:15:26 -0000      1.6
+++ distinfo    14 May 2019 19:29:52 -0000
@@ -1,2 +1,2 @@
-SHA256 (Text-Diff-HTML-0.07.tar.gz) = 
ccZVxmsF1TMsnrA/Ohdmh+S3FMcagjW93NF1Z0miu0I=
-SIZE (Text-Diff-HTML-0.07.tar.gz) = 6510
+SHA256 (Text-Diff-HTML-0.08.tar.gz) = 
PEXSLy6s40ugMUZMtmfLWDE1x5eqO2sX6dR8Q+VC/d8=
+SIZE (Text-Diff-HTML-0.08.tar.gz) = 19182

Reply via email to