diff options
author | wen <wen@pkgsrc.org> | 2013-01-05 12:46:25 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-01-05 12:46:25 +0000 |
commit | 22a35234f1521a50e1dfe393ffb33702f8070cc6 (patch) | |
tree | 22b3661d62b676e2c0089565a2b2f20d1353023d /textproc/p5-XML-Feed/Makefile | |
parent | 4315e743364ae73b84c958321c3b5de09bdee2d8 (diff) | |
download | pkgsrc-22a35234f1521a50e1dfe393ffb33702f8070cc6.tar.gz |
Update to 0.51
Upstream changes:
2012-07-10 Dave Cross <dave@dave.org.uk>
* Change the User Agent to identify as XML::Feed (SZABGAB)
as two sites refused to server the default user agent:
http://code.foo.no/feed gave 'Bad Behavior'
http://thorsen.pm/atom gave 'Forbidden'
2012-04-10 Jakob Voss <voss@gbv.de>
* Add support for RFC 5005 Feed Paging and Archiving in Atom feeds
2012-04-05 Dave Cross <dave@dave.org.uk>
* lib/XML/Feed.pm: Remove svn tag.
* lib/XML/Feed.pm: Changed contact details from non-working 6A email address.
* lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm, lib/XML/Feed/Format/RSS.pm:
Added an image() method to Feed objects. Does something useful for RSS feeds;
not for Atom feeds currently.
2012-04-10 Jakob Voss <voss@gbv.de>
* Changes, lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm,
lib/XML/Feed/Format/RSS.pm, t/02-create.t: Add support for RFC 5005 Feed
Paging and Archiving in Atom feeds
2012-04-06 Dave Cross <dave@dave.org.uk>
* Changes, lib/XML/Feed.pm: Bump version for release.
2012-03-06 Gabor Szabo <szabgab@gmail.com>
* lib/XML/Feed.pm, lib/XML/Feed/Entry.pm: add links to the POD
2012-02-19 Gabor Szabo <szabgab@gmail.com>
* 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: split up files to
individual packages
2011-12-11 Dave Cross <dave@dave.org.uk>
* MANIFEST, lib/XML/Feed/Format/RSS.pm, t/22-bug73160.t,
t/samples/rss10-datespaces.xml: Added tests for bug 73160. And code to make
them pass.
2011-09-03 Dave Cross <dave@dave.org.uk>
* MANIFEST, lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm,
lib/XML/Feed/Format/RSS.pm, t/20-no-enclosures.t, t/21-rss2-permalinks.t,
t/samples/rss20-p.xml: Closed a few tickets from the RT queue as an excuse
for a new release. Bumped to version 0.46.
2011-07-30 Dave Cross <dave@dave.org.uk>
* MANIFEST, MANIFEST.SKIP, lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm,
t/18-double2.t, t/19-double3.t, t/samples/rss20-double.xml: Another round of
changes to fix (and test)
https://rt.cpan.org/Public/Bug/Display.html?id=44899
Diffstat (limited to 'textproc/p5-XML-Feed/Makefile')
-rw-r--r-- | textproc/p5-XML-Feed/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/p5-XML-Feed/Makefile b/textproc/p5-XML-Feed/Makefile index 16f9f79a21e..04f3d56deb7 100644 --- a/textproc/p5-XML-Feed/Makefile +++ b/textproc/p5-XML-Feed/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2012/10/25 06:56:35 asau Exp $ +# $NetBSD: Makefile,v 1.14 2013/01/05 12:46:25 wen Exp $ # -DISTNAME= XML-Feed-0.44 +DISTNAME= XML-Feed-0.51 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5xfe CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} @@ -21,9 +20,9 @@ DEPENDS+= p5-Feed-Find-[0-9]*:../../textproc/p5-Feed-Find DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils DEPENDS+= {perl>=5.10,p5-Module-Pluggable-[0-9]*}:../../devel/p5-Module-Pluggable DEPENDS+= p5-URI-Fetch-[0-9]*:../../www/p5-URI-Fetch -DEPENDS+= p5-XML-Atom>=0.32:../../textproc/p5-XML-Atom +DEPENDS+= p5-XML-Atom>=0.38:../../textproc/p5-XML-Atom DEPENDS+= p5-XML-LibXML>=1.66:../../textproc/p5-XML-LibXML -DEPENDS+= p5-XML-RSS>=1.40:../../textproc/p5-XML-RSS +DEPENDS+= p5-XML-RSS>=1.47:../../textproc/p5-XML-RSS BUILD_DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser BUILD_DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww |