pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Apr  7 08:00:26 UTC 2019

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

Log Message:
Update to 0.59
Add missing DEPENDS

Upstream changes:
2019-02-06  Dave Cross <dave%dave.org.uk@localhost>

  * lib/XML/Feed.pm, lib/XML/Feed/Content.pm, lib/XML/Feed/Enclosure.pm,
  lib/XML/Feed/Entry.pm, lib/XML/Feed/Entry/Format/Atom.pm,
  lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm,
  lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm: Bump version for release

  * MANIFEST: Added missing files to MANIFEST

2019-02-05  Dave Cross <dave%dave.org.uk@localhost>

  * t/26-content-encoded.t, t/28-rss-guid.t: Replace more hard-coded paths with
  FindBin.

  * Changes: Changelog

  * lib/XML/Feed.pm, lib/XML/Feed/Content.pm, lib/XML/Feed/Enclosure.pm,
  lib/XML/Feed/Entry.pm, lib/XML/Feed/Entry/Format/Atom.pm,
  lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm,
  lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm: Bump version

  * t/12-multi-categories-atom.t, t/12-multi-categories-rss.t,
  t/12-multi-subjects-rss.t: Don't hard-code 'require' paths.

2019-02-04  Dave Cross <dave%dave.org.uk@localhost>

  * README: Remove CVS/SVN tag from README

  * Changes: Update Changes

  * lib/XML/Feed.pm, lib/XML/Feed/Content.pm, lib/XML/Feed/Enclosure.pm,
  lib/XML/Feed/Entry.pm, lib/XML/Feed/Entry/Format/Atom.pm,
  lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm,
  lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm: Bump versions for release.

2019-02-04  Mohammad S Anwar <mohammad.anwar%yahoo.com@localhost>

  * Build.PL: Fixed github repo meta not showing up.

2019-02-04  Dave Cross <dave%dave.org.uk@localhost>

  * Changes: Update Changes

2019-02-03  Dave Cross <dave%dave.org.uk@localhost>

  * eg/check_feed.pl: Improve one of the example programs

  * t/29-date-parsing.t: Improved tests

2019-01-11  Nicolas R <atoomic%cpan.org@localhost>

  * MANIFEST, t/relative-links.t: Add a unit test for relative links  RT 53661
  - GH #45  This is adding a unit test from an upstream ticket. Not really a
  bug, more a question about behavior and relative links.  Make sure we are
  processing correctly.

2019-01-11  Dave Cross <dave%dave.org.uk@localhost>

  * lib/XML/Feed.pm, lib/XML/Feed/Content.pm, lib/XML/Feed/Enclosure.pm,
  lib/XML/Feed/Entry.pm, lib/XML/Feed/Entry/Format/Atom.pm,
  lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm,
  lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm: Bump version numbers

2019-01-11  Nicolas R <atoomic%cpan.org@localhost>

  * Build.PL: Advertise GitHub as default bugtracker  Also set repo url and web
  entries

2019-01-10  Nicolas R <atoomic%cpan.org@localhost>

  * .travis.yml: add Perl 5.22 to 5.26 to travis

2018-10-28  Tim Gim Yee <tim.gim.yee%gmail.com@localhost>

  * lib/XML/Feed/Util.pm: Rename undocumented private subroutine for
  Pod::Coverage

2018-10-26  Tim Gim Yee <tim.gim.yee%gmail.com@localhost>

  * Build.PL, MANIFEST, MANIFEST.SKIP, lib/XML/Feed/Entry/Format/Atom.pm,
  lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm,
  lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm, t/29-date-parsing.t,
  t/samples/rss10-invalid-date.xml: Parse incorrectly formatted dates


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/p5-XML-Feed/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/p5-XML-Feed/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-Feed/Makefile
diff -u pkgsrc/textproc/p5-XML-Feed/Makefile:1.28 pkgsrc/textproc/p5-XML-Feed/Makefile:1.29
--- pkgsrc/textproc/p5-XML-Feed/Makefile:1.28   Sat Oct 20 13:29:00 2018
+++ pkgsrc/textproc/p5-XML-Feed/Makefile        Sun Apr  7 08:00:26 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2018/10/20 13:29:00 wen Exp $
+# $NetBSD: Makefile,v 1.29 2019/04/07 08:00:26 wen Exp $
 
-DISTNAME=              XML-Feed-0.55
+DISTNAME=              XML-Feed-0.59
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            textproc perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=XML/}
@@ -14,6 +14,9 @@ DEPENDS+=             p5-Class-ErrorHandler-[0-9]*:
 DEPENDS+=              p5-DateTime-[0-9]*:../../time/p5-DateTime
 DEPENDS+=              p5-DateTime-Format-Mail-[0-9]*:../../time/p5-DateTime-Format-Mail
 DEPENDS+=              p5-DateTime-Format-W3CDTF-[0-9]*:../../time/p5-DateTime-Format-W3CDTF
+DEPENDS+=              p5-DateTime-Format-Flexible-[0-9]*:../../time/p5-DateTime-Format-Flexible
+DEPENDS+=              p5-DateTime-Format-ISO8601-[0-9]*:../../time/p5-DateTime-Format-ISO8601
+DEPENDS+=              p5-DateTime-Format-Natural-[0-9]*:../../time/p5-DateTime-Format-Natural
 DEPENDS+=              p5-Feed-Find-[0-9]*:../../textproc/p5-Feed-Find
 DEPENDS+=              p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
 DEPENDS+=              p5-libwww-[0-9]*:../../www/p5-libwww

Index: pkgsrc/textproc/p5-XML-Feed/distinfo
diff -u pkgsrc/textproc/p5-XML-Feed/distinfo:1.11 pkgsrc/textproc/p5-XML-Feed/distinfo:1.12
--- pkgsrc/textproc/p5-XML-Feed/distinfo:1.11   Sat Oct 20 13:29:00 2018
+++ pkgsrc/textproc/p5-XML-Feed/distinfo        Sun Apr  7 08:00:26 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/10/20 13:29:00 wen Exp $
+$NetBSD: distinfo,v 1.12 2019/04/07 08:00:26 wen Exp $
 
-SHA1 (XML-Feed-0.55.tar.gz) = 70ea968908cedf4eec28c1dda149a701ea8f9c4a
-RMD160 (XML-Feed-0.55.tar.gz) = 197e89cabfdd16e684d40c4000b7414aba3e97ed
-SHA512 (XML-Feed-0.55.tar.gz) = 78fe6a3250b2bf04e2f4327b5bc59b3d5c7dcae34725ee9ccaa1870e5392a19116b4333044cdafaee5cf22d9f51bdd2aca9a78500a04735a5156b737937d4931
-Size (XML-Feed-0.55.tar.gz) = 55702 bytes
+SHA1 (XML-Feed-0.59.tar.gz) = 2ba4829791cab49eb4b45accbb5f88290cc21d02
+RMD160 (XML-Feed-0.59.tar.gz) = 588c69104adbd9e7b7b2aaa187da517e61ede3e3
+SHA512 (XML-Feed-0.59.tar.gz) = 8da1e5a75c5d14d970279f53a0b25e064e550170dce1450eae182e4897a0e16f07a365d2ebab52403784c22a25ecbce57bb37adfb1c555bb0583f212d2bfc862
+Size (XML-Feed-0.59.tar.gz) = 60812 bytes



Home | Main Index | Thread Index | Old Index