pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-LibXML-Simple (pkgsrc)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2cad23866efa
branches:  trunk
changeset: 651083:2cad23866efa
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat May 02 03:10:51 2015 +0000

description:
(pkgsrc)
 - Replace Depends File::Slurp by File::Slurp::Tiny
(upstream)
 - Update 0.93 to 0.95
-------------------
version 0.95: Mon Dec 22 08:19:53 CET 2014
        Fixes:
        - content-key collapse did not work with any key value of 0.

        Improvements:
        - doc: be clear that an XML::LibXML node can be used as source
          for XMLin as well [Salve J. Nilsen]
        - doc: cleaner SYNOPSIS, minor reorganisation.

version 0.94: Sat Jun  7 22:39:23 CEST 2014
        Improvements:
        - change documentation style.
        - replace File::Slurp by File::Slurp::Tiny [Caleb Cushing]

diffstat:

 textproc/p5-XML-LibXML-Simple/Makefile |  7 +++----
 textproc/p5-XML-LibXML-Simple/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 4313f8c2340b -r 2cad23866efa textproc/p5-XML-LibXML-Simple/Makefile
--- a/textproc/p5-XML-LibXML-Simple/Makefile    Sat May 02 02:31:22 2015 +0000
+++ b/textproc/p5-XML-LibXML-Simple/Makefile    Sat May 02 03:10:51 2015 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2014/05/29 23:37:46 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2015/05/02 03:10:51 mef Exp $
 #
 
-DISTNAME=      XML-LibXML-Simple-0.93
+DISTNAME=      XML-LibXML-Simple-0.95
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=XML/}
 
@@ -14,7 +13,7 @@
 
 BUILD_DEPENDS+=        p5-Test-Pod>=1.00:../../devel/p5-Test-Pod
 
-DEPENDS+=      p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
+DEPENDS+=      p5-File-Slurp-Tiny-[0-9]*:../../devel/p5-File-Slurp-Tiny
 DEPENDS+=      p5-XML-LibXML>=1.64:../../textproc/p5-XML-LibXML
 
 EXTRACT_USING= gtar
diff -r 4313f8c2340b -r 2cad23866efa textproc/p5-XML-LibXML-Simple/distinfo
--- a/textproc/p5-XML-LibXML-Simple/distinfo    Sat May 02 02:31:22 2015 +0000
+++ b/textproc/p5-XML-LibXML-Simple/distinfo    Sat May 02 03:10:51 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2013/08/22 14:29:01 wen Exp $
+$NetBSD: distinfo,v 1.5 2015/05/02 03:10:51 mef Exp $
 
-SHA1 (XML-LibXML-Simple-0.93.tar.gz) = 8591730e049a8b5af181295b3db6778d4b0da46d
-RMD160 (XML-LibXML-Simple-0.93.tar.gz) = 6b402ac5cd8c40fa5978af1f6befc0263d25b62a
-Size (XML-LibXML-Simple-0.93.tar.gz) = 22821 bytes
+SHA1 (XML-LibXML-Simple-0.95.tar.gz) = 4dd4c82fb70662458523a1218165d18ceafc8252
+RMD160 (XML-LibXML-Simple-0.95.tar.gz) = abcd7739a6b0b39a4caa64dc939b42df1be17df1
+Size (XML-LibXML-Simple-0.95.tar.gz) = 21968 bytes



Home | Main Index | Thread Index | Old Index