diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-06 15:35:10 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-06 15:35:10 +0000 |
commit | 8e628478648d416d6e74e05572f9d30606c9667e (patch) | |
tree | 38eb8edd737d20fd077912b46163265d074d48a8 /textproc/p5-XML-Atom/Makefile | |
parent | ca5a83bc9991a2aeabedeab901b061f7c2d49a91 (diff) | |
download | pkgsrc-8e628478648d416d6e74e05572f9d30606c9667e.tar.gz |
Update p5-XML-Atom to 0.41.
Changes from previous:
0.41 2011.09.26
* Added a dependency to DateTime::TimeZone (leto)
0.40 2011.09.18
* Fixed tests for Windows (wchristian)
* use all upper case UTF-8 (tsgit)
0.39 2011.06.20
* Disabled external entities and network to avoid possible security flaw (yannk)
0.38 2011.05.22
* Fixed a bug where content with newlines wasn't encoded in perl >= 5.12 (emasaka)
https://rt.cpan.org/Public/Bug/Display.html?id=61637
Diffstat (limited to 'textproc/p5-XML-Atom/Makefile')
-rw-r--r-- | textproc/p5-XML-Atom/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-XML-Atom/Makefile b/textproc/p5-XML-Atom/Makefile index cc05acbbe50..cec820f9f5e 100644 --- a/textproc/p5-XML-Atom/Makefile +++ b/textproc/p5-XML-Atom/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2011/08/14 15:14:16 obache Exp $ +# $NetBSD: Makefile,v 1.18 2011/10/06 15:35:10 hiramatsu Exp $ -DISTNAME= XML-Atom-0.37 +DISTNAME= XML-Atom-0.41 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5xat CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} |