pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/p5-XML-Compile



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Apr 29 07:30:34 UTC 2017

Modified Files:
        pkgsrc/textproc/p5-XML-Compile: Makefile distinfo

Log Message:
Update to 1.56
Update DEPENDS

Upstream changes:
version 1.56: Thu 30 Mar 08:54:49 CEST 2017

        Fixes:
        - disabled a few regression tests which involve json_friendly, because
          the modules changed behavior.

version 1.55: Wed  8 Mar 08:28:02 CET 2017

        Changes:
        - xml2yaml: new option --keep-root, default true.

        Improvements:
        - spell fix Debian rt.cpan.org#118569 [Lucas Kanashiro, Debian]
        - add json_friendly, patch by Slaven Rezic.
        - added bin/xml2jsons: ----------------------------------------------------------------------


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/p5-XML-Compile/Makefile \
    pkgsrc/textproc/p5-XML-Compile/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/p5-XML-Compile/Makefile
diff -u pkgsrc/textproc/p5-XML-Compile/Makefile:1.1 pkgsrc/textproc/p5-XML-Compile/Makefile:1.2
--- pkgsrc/textproc/p5-XML-Compile/Makefile:1.1 Wed Nov 23 09:17:14 2016
+++ pkgsrc/textproc/p5-XML-Compile/Makefile     Sat Apr 29 07:30:34 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2016/11/23 09:17:14 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/04/29 07:30:34 wen Exp $
 
-DISTNAME=      XML-Compile-1.54
+DISTNAME=      XML-Compile-1.56
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MARKOV/}
@@ -10,15 +10,17 @@ HOMEPAGE=   http://search.cpan.org/dist/XM
 COMMENT=       Perl module for compilation based XML processing
 LICENSE=       ${PERL5_LICENSE}
 
-DEPENDS+=      p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML
-DEPENDS+=      p5-Log-Report-[0-9]*:../../devel/p5-Log-Report
+DEPENDS+=      p5-XML-LibXML>=2.0107:../../textproc/p5-XML-LibXML
+DEPENDS+=      p5-Log-Report>=1.03:../../devel/p5-Log-Report
 DEPENDS+=      p5-Log-Report-Optional-[0-9]*:../../devel/p5-Log-Report-Optional
 DEPENDS+=      p5-Devel-GlobalDestruction-[0-9]*:../../devel/p5-Devel-GlobalDestruction
 # TEST_DEPENDS
-BUILD_DEPENDS+=        p5-XML-Compile-Tester-[0-9]*:../../textproc/p5-XML-Compile-Tester
-BUILD_DEPENDS+=        p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+BUILD_DEPENDS+=        p5-XML-Compile-Tester>=0.90:../../textproc/p5-XML-Compile-Tester
+BUILD_DEPENDS+=        p5-Test-Deep>=0.095:../../devel/p5-Test-Deep
 
 PERL5_PACKLIST=        auto/XML/Compile/.packlist
 
+REPLACE_PERL=  bin/xml2json bin/xml2yaml
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/p5-XML-Compile/distinfo
diff -u pkgsrc/textproc/p5-XML-Compile/distinfo:1.1 pkgsrc/textproc/p5-XML-Compile/distinfo:1.2
--- pkgsrc/textproc/p5-XML-Compile/distinfo:1.1 Wed Nov 23 09:17:14 2016
+++ pkgsrc/textproc/p5-XML-Compile/distinfo     Sat Apr 29 07:30:34 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/11/23 09:17:14 wiz Exp $
+$NetBSD: distinfo,v 1.2 2017/04/29 07:30:34 wen Exp $
 
-SHA1 (XML-Compile-1.54.tar.gz) = 06f4d8a016c83f025834779c1031f160b261097b
-RMD160 (XML-Compile-1.54.tar.gz) = 2677cfa0933b09a7c2a2a9ae3c54380b41168d8f
-SHA512 (XML-Compile-1.54.tar.gz) = 824318d0c941cd3e17f6c7396b815675f87fa03c5b17de6e2a71cfeefcffec8b2f050b1c6d63e013726a3d57cfc76c4ee29dbde14b91a6b1500341dd9c5e7310
-Size (XML-Compile-1.54.tar.gz) = 205002 bytes
+SHA1 (XML-Compile-1.56.tar.gz) = 378540e55f510a1454728f919c3dd82a7ae37a37
+RMD160 (XML-Compile-1.56.tar.gz) = c1c645311e34ea6ff203f63f1d5a93aa77b3f96b
+SHA512 (XML-Compile-1.56.tar.gz) = bd33651aba2270b7d2d61b4660ced63c8979f21d6852001cfbde24f192f52677c92b8fcce1597cc28da4d1791d5f609f8b77b5065d4860545543cdee6e138e9f
+Size (XML-Compile-1.56.tar.gz) = 207239 bytes



Home | Main Index | Thread Index | Old Index