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/Makefile | |
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/Makefile')
-rw-r--r-- | graphics/p5-SVG/Makefile | 8 |
1 files changed, 4 insertions, 4 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 |