Mon Apr 23 13:32:11 2018 UTC ()
Update to 0.95

Upstream changes:
version 0.95: Sat 21 Apr 01:15:08 CEST 2018
    * fixed #35061: use guid for uniqueness, when available.
      (thanks to avbidder)
    * improved #58422: XML::FeedPP cannot be subclassed.
      (thanks to bitcard)
    * remove useless XML::FeedPP::Common layer
    * fixed #71318: save use of timegm
      (thanks to Brian Gomes Bascoy)
    * fixed #72523: merge of items in channel changes guid
      (thanks to Никулин Юрий)
    * fixed #78407: Empty item in RSS-feed breaks processing
      (thanks to colink)
    * fixed #84798: forgot the 'use' in the documentation
      (thanks to jidanny)
    * fixed #87373: ignore namespace prefixes when you collect a value
      (thanks to Jesse Quinn)
    * fixed #124569: timegm should be called with 4-digit year
      (thanks to bitcardbmw)
    * fixed #125052: returns HASH for empty field
      (thanks to Mark Overmeer)

2011/05/09 (0.45_01) ** DEVELOPER RELEASE
    * supports subclassing. t/47_subclass_content.t added.
      https://rt.cpan.org/Public/Bug/Display.html?id=58422
      (thanks to bitcard)


(wen)
diff -r1.11 -r1.12 pkgsrc/textproc/p5-XML-FeedPP/Makefile
diff -r1.3 -r1.4 pkgsrc/textproc/p5-XML-FeedPP/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/textproc/p5-XML-FeedPP/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-XML-FeedPP/Makefile 2017/06/05 14:24:56 1.11
+++ pkgsrc/textproc/p5-XML-FeedPP/Makefile 2018/04/23 13:32:11 1.12
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.11 2017/06/05 14:24:56 ryoon Exp $ 1# $NetBSD: Makefile,v 1.12 2018/04/23 13:32:11 wen Exp $
2 2
3DISTNAME= XML-FeedPP-0.43 3DISTNAME= XML-FeedPP-0.95
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 6 
6CATEGORIES= textproc perl5 5CATEGORIES= textproc perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/XML-FeedPP/ 9HOMEPAGE= http://search.cpan.org/dist/XML-FeedPP/
11COMMENT= Perl 5 module to parse/write/merge/edit RSS/RDF/Atom syndication feeds 10COMMENT= Perl 5 module to parse/write/merge/edit RSS/RDF/Atom syndication feeds
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
15PERL5_PACKLIST= auto/XML-FeedPP/.packlist 14PERL5_PACKLIST= auto/XML-FeedPP/.packlist
16CHECK_PORTABILITY_SKIP+= make-dist.sh 15CHECK_PORTABILITY_SKIP+= make-dist.sh
17 16
18DEPENDS+= p5-XML-TreePP>=0.39:../../textproc/p5-XML-TreePP 17DEPENDS+= p5-XML-TreePP>=0.39:../../textproc/p5-XML-TreePP

cvs diff -r1.3 -r1.4 pkgsrc/textproc/p5-XML-FeedPP/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-XML-FeedPP/distinfo 2015/11/04 01:59:55 1.3
+++ pkgsrc/textproc/p5-XML-FeedPP/distinfo 2018/04/23 13:32:11 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2015/11/04 01:59:55 agc Exp $ 1$NetBSD: distinfo,v 1.4 2018/04/23 13:32:11 wen Exp $
2 2
3SHA1 (XML-FeedPP-0.43.tar.gz) = baa2b67a152b97d888991b0a7d79faf95b29c61b 3SHA1 (XML-FeedPP-0.95.tar.gz) = 5fbb094f6501aa17dae3ad196b3d42aa60e7588a
4RMD160 (XML-FeedPP-0.43.tar.gz) = 0c78906dfc3d2eb6a05f3e2545535b2c9815a0d3 4RMD160 (XML-FeedPP-0.95.tar.gz) = 3a0ab770cebf4db74621e01babf2ed571d25142c
5SHA512 (XML-FeedPP-0.43.tar.gz) = 5e027ffac1308e78c4098c5d72f8ac1c484dec7f7a0cbe74d49df9a513de5eeab5bfc345571ed68344465ccb24b031ede24a3e0236a5deffdb1addbf57a2d80f 5SHA512 (XML-FeedPP-0.95.tar.gz) = d196b444f47528b12f89a45a132c09f39e9664755f3bb106fe661548406f52996fb44b84da8a212d3cb7f79c4492b640ccd4c81ed8e83d453fadb92876139402
6Size (XML-FeedPP-0.43.tar.gz) = 42762 bytes 6Size (XML-FeedPP-0.95.tar.gz) = 47192 bytes