diff options
author | sno <sno@pkgsrc.org> | 2009-10-17 14:45:17 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-10-17 14:45:17 +0000 |
commit | 99da35346dbaed43c3b910667be8f21c49268cb9 (patch) | |
tree | 965e9ec3ea8452ed967a6ccc159c620ca45affb7 | |
parent | 2c958520458d9d0fd49201d9faccce99ebcef2d8 (diff) | |
download | pkgsrc-99da35346dbaed43c3b910667be8f21c49268cb9.tar.gz |
Updating textproc/p5-XML-RSS 1.45 to 1.46
pkgsrc changes:
- Adjusting dependencies
- Adding license definition
Upstream changes:
1.46 - October 8, 2009
- Updated the E-mail address of Adam Trickett.
- Removed the perl-5.6.x-specific workarounds and made perl-5.8.x as
a requirement. This was done in order to:
- avoid a workaround that also caused an incomplete test coverage.
- avoid various test failures due to a problem with XML-Parser
on 5.6.x .
- encourage people using ancient versions of perl in production.
- Convert all occurences of "new XML::RSS" to "XML::RSS->new()" everywhere.
- a best practice.
-rw-r--r-- | textproc/p5-XML-RSS/Makefile | 11 | ||||
-rw-r--r-- | textproc/p5-XML-RSS/distinfo | 8 |
2 files changed, 11 insertions, 8 deletions
diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile index 7428c998b46..152813166d9 100644 --- a/textproc/p5-XML-RSS/Makefile +++ b/textproc/p5-XML-RSS/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2009/08/09 21:37:18 schmonz Exp $ +# $NetBSD: Makefile,v 1.28 2009/10/17 14:45:17 sno Exp $ -DISTNAME= XML-RSS-1.45 +DISTNAME= XML-RSS-1.46 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xrs CATEGORIES= textproc perl5 @@ -9,15 +9,18 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-RSS/ COMMENT= XML-RSS helps to create and update RSS files +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser -DEPENDS+= p5-Test-Manifest>=0.9:../../devel/p5-Test-Manifest 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-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser +DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser + +BUILD_DEPENDS+= p5-Module-Build>=0.35000:../../devel/p5-Module-Build +BUILD_DEPENDS+= p5-Test-Manifest>=0.9:../../devel/p5-Test-Manifest PERL5_PACKLIST= auto/XML/RSS/.packlist PERL5_MODULE_TYPE= Module::Build diff --git a/textproc/p5-XML-RSS/distinfo b/textproc/p5-XML-RSS/distinfo index 5c8326a2dd1..32d5f29a01b 100644 --- a/textproc/p5-XML-RSS/distinfo +++ b/textproc/p5-XML-RSS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2009/08/09 21:37:18 schmonz Exp $ +$NetBSD: distinfo,v 1.15 2009/10/17 14:45:17 sno Exp $ -SHA1 (XML-RSS-1.45.tar.gz) = 8162ff3c2f44ecc481a572f1a79f72969e454c48 -RMD160 (XML-RSS-1.45.tar.gz) = 3583a04ae96168662c873bfe7e22ef56e4b0ce3b -Size (XML-RSS-1.45.tar.gz) = 124828 bytes +SHA1 (XML-RSS-1.46.tar.gz) = 224febe063469b126a104e693ed3394c268de2d4 +RMD160 (XML-RSS-1.46.tar.gz) = 7932eea1d5a5105b25cb9089386234f8a90c56ab +Size (XML-RSS-1.46.tar.gz) = 125025 bytes |