pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Stream Updating textproc/p5-XML-Stream...
details: https://anonhg.NetBSD.org/pkgsrc/rev/785d13c193e1
branches: trunk
changeset: 572229:785d13c193e1
user: sno <sno%pkgsrc.org@localhost>
date: Mon Feb 22 16:10:16 2010 +0000
description:
Updating textproc/p5-XML-Stream from 1.22nb1 to 1.23
pkgsrc changes:
- Add license definition
- Adjust dependencies
Upstream changes:
1.23
====
- RT#17484 Handle servers which re-use stream ID
- RT#18711 Update link to XML Streams doc
- RT#12977 Require perl >= 5.8.0
- RT#19415 Use jabber.org for tests
- RT#21932 Fix authname for Google Talk SASL auth
- RT#39098 Make dependencies more explicit
- RT#24817 Merge and massage of toddr's SASL fix
- RT#36864 Fake select on filehandles on win32
- RT#31215 Test and fix for XML node copying issue
- RT#17325 Fix and test for infinite loop on quotes
diffstat:
textproc/p5-XML-Stream/Makefile | 13 +++++++------
textproc/p5-XML-Stream/distinfo | 8 ++++----
2 files changed, 11 insertions(+), 10 deletions(-)
diffs (44 lines):
diff -r 17fb9d7bf9ec -r 785d13c193e1 textproc/p5-XML-Stream/Makefile
--- a/textproc/p5-XML-Stream/Makefile Mon Feb 22 15:56:38 2010 +0000
+++ b/textproc/p5-XML-Stream/Makefile Mon Feb 22 16:10:16 2010 +0000
@@ -1,20 +1,21 @@
-# $NetBSD: Makefile,v 1.13 2008/10/19 19:18:59 he Exp $
+# $NetBSD: Makefile,v 1.14 2010/02/22 16:10:16 sno Exp $
#
-DISTNAME= XML-Stream-1.22
+DISTNAME= XML-Stream-1.23
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+#PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://search.cpan.org/~reatmon/XML-Stream-1.22/
+HOMEPAGE= http://search.cpan.org/dist/XML-Stream/
COMMENT= XML::Stream provides you with access to XML Stream
+LICENSE= gnu-lgpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= p5-Authen-SASL>0:../../security/p5-Authen-SASL
-DEPENDS+= p5-MIME-Base64>0:../../converters/p5-MIME-Base64
+DEPENDS+= p5-Authen-SASL-[0-9]*:../../security/p5-Authen-SASL
+DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>0}:../../converters/p5-MIME-Base64
PERL5_PACKLIST= auto/XML/Stream/.packlist
diff -r 17fb9d7bf9ec -r 785d13c193e1 textproc/p5-XML-Stream/distinfo
--- a/textproc/p5-XML-Stream/distinfo Mon Feb 22 15:56:38 2010 +0000
+++ b/textproc/p5-XML-Stream/distinfo Mon Feb 22 16:10:16 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2008/06/22 15:21:52 he Exp $
+$NetBSD: distinfo,v 1.4 2010/02/22 16:10:16 sno Exp $
-SHA1 (XML-Stream-1.22.tar.gz) = e3b603eda6febb32f8380e8cff4f933f4121a1f0
-RMD160 (XML-Stream-1.22.tar.gz) = 8ec1bf1a9ab51a1757d9174ea42b24a483f89ee3
-Size (XML-Stream-1.22.tar.gz) = 80529 bytes
+SHA1 (XML-Stream-1.23.tar.gz) = 9b48b5a7f3b4e4cd5e0c91b19d994ca305a517a9
+RMD160 (XML-Stream-1.23.tar.gz) = 50e27cf82027e3c74368d19925a91f3aa354489d
+Size (XML-Stream-1.23.tar.gz) = 85045 bytes
Home |
Main Index |
Thread Index |
Old Index