pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-RSS Updating textproc/p5-XML-RSS 1.45 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76474780efdf
branches:  trunk
changeset: 400347:76474780efdf
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Oct 17 14:45:17 2009 +0000

description:
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.

diffstat:

 textproc/p5-XML-RSS/Makefile |  11 +++++++----
 textproc/p5-XML-RSS/distinfo |   8 ++++----
 2 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r c5068a6ff66a -r 76474780efdf textproc/p5-XML-RSS/Makefile
--- a/textproc/p5-XML-RSS/Makefile      Sat Oct 17 14:33:49 2009 +0000
+++ b/textproc/p5-XML-RSS/Makefile      Sat Oct 17 14:45:17 2009 +0000
@@ -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 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 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 -r c5068a6ff66a -r 76474780efdf textproc/p5-XML-RSS/distinfo
--- a/textproc/p5-XML-RSS/distinfo      Sat Oct 17 14:33:49 2009 +0000
+++ b/textproc/p5-XML-RSS/distinfo      Sat Oct 17 14:45:17 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index