Updated from version 0.50nb1 to 0.52.
Pkgsrc changes: o Adjusted dependencies to fit the new requirements. Upstream changes: 0.52 - 2008-11-19 - Fix spelling of QuoteCharacter 0.51 - 2008-11-19 - Added QuoteCharecter parameter to new() to control quoting of attributes (perigrin) - Added Tests and Docs
This commit is contained in:
parent
6e8863bae1
commit
f9a2e39333
2 changed files with 9 additions and 10 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.8 2008/10/19 19:18:59 he Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2008/11/28 14:39:59 he Exp $
|
||||
|
||||
DISTNAME= XML-SAX-Writer-0.50
|
||||
DISTNAME= XML-SAX-Writer-0.52
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
||||
|
||||
|
@ -11,9 +10,9 @@ HOMEPAGE= http://search.cpan.org/dist/XML-SAX-Writer/
|
|||
COMMENT= SAX2 (XML) Writer
|
||||
|
||||
DEPENDS+= p5-Text-Iconv>=1.2:../../converters/p5-Text-Iconv
|
||||
DEPENDS+= p5-XML-SAX>=0.12:../../textproc/p5-XML-SAX
|
||||
DEPENDS+= p5-XML-NamespaceSupport>=0.03:../../textproc/p5-XML-NamespaceSupport
|
||||
DEPENDS+= p5-XML-Filter-BufferText>=0.01:../../textproc/p5-XML-Filter-BufferText
|
||||
DEPENDS+= p5-XML-SAX-Base>=1.01:../../textproc/p5-XML-SAX-Base
|
||||
DEPENDS+= p5-XML-NamespaceSupport>=1.00:../../textproc/p5-XML-NamespaceSupport
|
||||
DEPENDS+= p5-XML-Filter-BufferText>=1.00:../../textproc/p5-XML-Filter-BufferText
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2006/11/06 13:31:13 obache Exp $
|
||||
$NetBSD: distinfo,v 1.4 2008/11/28 14:39:59 he Exp $
|
||||
|
||||
SHA1 (XML-SAX-Writer-0.50.tar.gz) = 58caf2d747ce7f607fe026c71a288bb18c2c3df8
|
||||
RMD160 (XML-SAX-Writer-0.50.tar.gz) = 2edbde3887d36726dceddad8e11fd1f5005b5ac1
|
||||
Size (XML-SAX-Writer-0.50.tar.gz) = 12635 bytes
|
||||
SHA1 (XML-SAX-Writer-0.52.tar.gz) = eac10b31423c495af163f88fe1107120fdf95f52
|
||||
RMD160 (XML-SAX-Writer-0.52.tar.gz) = 7b799795d747ffefe131a2e9ab88ef872a0fd1ec
|
||||
Size (XML-SAX-Writer-0.52.tar.gz) = 24592 bytes
|
||||
|
|
Loading…
Reference in a new issue