pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Elemental Updating textproc/p5-XML-Ele...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff45319d6853
branches:  trunk
changeset: 572225:ff45319d6853
user:      sno <sno%pkgsrc.org@localhost>
date:      Mon Feb 22 15:23:06 2010 +0000

description:
Updating textproc/p5-XML-Elemental from 2.1 to 2.1.1

pkgsrc changes:
- Add license definition
- Make dependency to Task::Weaken a build-dependency, because it's not used

Upstream changes:
2.11  Nov 24 2009
    - Fixed another circular reference that was causing memeory leaks.

diffstat:

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

diffs (41 lines):

diff -r d704d35a8b72 -r ff45319d6853 textproc/p5-XML-Elemental/Makefile
--- a/textproc/p5-XML-Elemental/Makefile        Mon Feb 22 15:10:31 2010 +0000
+++ b/textproc/p5-XML-Elemental/Makefile        Mon Feb 22 15:23:06 2010 +0000
@@ -1,18 +1,19 @@
-# $NetBSD: Makefile,v 1.2 2008/10/19 19:18:58 he Exp $
+# $NetBSD: Makefile,v 1.3 2010/02/22 15:23:06 sno Exp $
 #
 
-DISTNAME=      XML-Elemental-2.1
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
+DISTNAME=      XML-Elemental-2.11
+PKGNAME=       p5-${DISTNAME:S/11/1.1/}
+#PKGREVISION=  1
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=XML/}
 
 MAINTAINER=    rhaen%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/~tima/XML-Elemental/
 COMMENT=       Simplistic and perlish handling of XML data
+LICENSE=       artistic
 
-DEPENDS+=      p5-Task-Weaken>=1.02:../../devel/p5-Task-Weaken
 DEPENDS+=      p5-XML-SAX>=0:../../textproc/p5-XML-SAX
+BUILD_DEPENDS+=        p5-Task-Weaken>=1.02:../../devel/p5-Task-Weaken
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 PERL5_PACKLIST=        auto/XML/Elemental/.packlist
diff -r d704d35a8b72 -r ff45319d6853 textproc/p5-XML-Elemental/distinfo
--- a/textproc/p5-XML-Elemental/distinfo        Mon Feb 22 15:10:31 2010 +0000
+++ b/textproc/p5-XML-Elemental/distinfo        Mon Feb 22 15:23:06 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/07/15 23:07:03 rhaen Exp $
+$NetBSD: distinfo,v 1.2 2010/02/22 15:23:06 sno Exp $
 
-SHA1 (XML-Elemental-2.1.tar.gz) = 596034728a155171c635e8ee08b1b6de5f45e822
-RMD160 (XML-Elemental-2.1.tar.gz) = 6d10e035e19a8e24575e190c99d85b5fae22a362
-Size (XML-Elemental-2.1.tar.gz) = 9736 bytes
+SHA1 (XML-Elemental-2.11.tar.gz) = b00ef0a5ea5ba20dde6aa2cd975db85528dabb45
+RMD160 (XML-Elemental-2.11.tar.gz) = 25dc0be0a312d7c7911c180cdc846025c4274a4c
+Size (XML-Elemental-2.11.tar.gz) = 9826 bytes



Home | Main Index | Thread Index | Old Index