diff options
author | sno <sno@pkgsrc.org> | 2010-08-27 06:14:37 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-08-27 06:14:37 +0000 |
commit | b4a06065fb2fed3a5878b73b6459e551adde1f73 (patch) | |
tree | 2d231ca781ff134300dba639f9f27f98fe3b2c77 /graphics/p5-SVG | |
parent | 07a44308c030eee645d39aa0b1177a567f99d8ae (diff) | |
download | pkgsrc-b4a06065fb2fed3a5878b73b6459e551adde1f73.tar.gz |
Updating graphics/p5-SVG from 2.49nb1 to 2.50
pkgsrc changes:
- correcting license
Upstream changes:
2.50 05 April, 2010
-Fixed inline SVG generation method (bug # 43814 and 50075)
-Fixed XML-escaped characters (bug # 53918 and 44454)
-Fixed undef bug in findChildIndex (bug # 48932)
-Fixed memory leaks with Scalar::Util::weaken() (bug # 54458)
-Fixed cloning method (bug # 36194)
-DOM::insertAtIndex() and removeAtIndex() now update the ID and element list
Diffstat (limited to 'graphics/p5-SVG')
-rw-r--r-- | graphics/p5-SVG/Makefile | 8 | ||||
-rw-r--r-- | graphics/p5-SVG/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/p5-SVG/Makefile b/graphics/p5-SVG/Makefile index 0dcc69906c8..610cecc68db 100644 --- a/graphics/p5-SVG/Makefile +++ b/graphics/p5-SVG/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.6 2010/08/21 16:34:58 seb Exp $ +# $NetBSD: Makefile,v 1.7 2010/08/27 06:14:37 sno Exp $ # -DISTNAME= SVG-2.49 +DISTNAME= SVG-2.50 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SVG/} MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/SVG/ COMMENT= Perl module for generation of SVG images -LICENSE= gnu-gpl-v2 # OR artistic +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir diff --git a/graphics/p5-SVG/distinfo b/graphics/p5-SVG/distinfo index 981b471bdd9..8f7ec04f14b 100644 --- a/graphics/p5-SVG/distinfo +++ b/graphics/p5-SVG/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/05/01 22:03:18 sno Exp $ +$NetBSD: distinfo,v 1.5 2010/08/27 06:14:37 sno Exp $ -SHA1 (SVG-2.49.tar.gz) = 5d665e8a02ab180e6d94c20e711e489f5ed965f1 -RMD160 (SVG-2.49.tar.gz) = 19590dc779ae4d5585e15859247de39c6d627fcf -Size (SVG-2.49.tar.gz) = 49396 bytes +SHA1 (SVG-2.50.tar.gz) = c698e94ac2673f734b24ed56142e994ad350f440 +RMD160 (SVG-2.50.tar.gz) = f067bc56d4dfa4840d8f1a2e8f1911fa03edda0f +Size (SVG-2.50.tar.gz) = 52322 bytes |