Here is an update for XML::SemanticDiff.

What's new upstream [0]:

- don't treat nodes text with value '0' as undef (bug fix)
- drop minimum Perl version to 5.8

What's new in port:

- drop CPAN_AUTHOR 
- enable one more test with an additional TEST_DEPENDS

Testing: 

- 'make test' passes
- There are 2 consumers, devel/p5-TAP-Formatter-JUnit
  and devel/p5-Test-XML. They pass as well [1]


Comment and feedback are welcome :) 

Charlène. 


[0] https://metacpan.org/source/PERIGRIN/XML-SemanticDiff-1.0007/Changes
[1] http://0x0.st/zT_B.tgz


Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/p5-XML-SemanticDiff/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- Makefile    30 Apr 2017 16:03:01 -0000      1.3
+++ Makefile    7 May 2019 19:25:59 -0000
@@ -4,16 +4,18 @@ COMMENT =     compare XML documents
 
 MODULES =      cpan
 PKG_ARCH =     *
-DISTNAME =     XML-SemanticDiff-1.0005
+
+DISTNAME =     XML-SemanticDiff-1.0007
+
 CATEGORIES =   textproc
 
 # perl
 PERMIT_PACKAGE_CDROM = Yes
 
-CPAN_AUTHOR =  SHLOMIF
-
 RUN_DEPENDS =  textproc/p5-XML-Parser
 
-CONFIGURE_STYLE = modbuild
+TEST_DEPENDS = devel/p5-Test-TrailingSpace
+
+CONFIGURE_STYLE =      modbuild
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/p5-XML-SemanticDiff/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo    30 Apr 2017 16:03:01 -0000      1.2
+++ distinfo    7 May 2019 19:25:59 -0000
@@ -1,2 +1,2 @@
-SHA256 (XML-SemanticDiff-1.0005.tar.gz) = 
P4FgQvXm6Uj3nQG1rudFldlfgZpHPMBdbYl+QGFdkwA=
-SIZE (XML-SemanticDiff-1.0005.tar.gz) = 35349
+SHA256 (XML-SemanticDiff-1.0007.tar.gz) = 
Bf3v77vD9rYvx8m1+rr7a2le1o8KPZWFdyUdHwQCoPU=
+SIZE (XML-SemanticDiff-1.0007.tar.gz) = 36146

Reply via email to