diff options
author | sno <sno@pkgsrc.org> | 2009-04-12 00:32:42 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-04-12 00:32:42 +0000 |
commit | 3a04342e3bd3bc970ad433dbaf610035a8a38c8a (patch) | |
tree | 6b8194002fcc2825f922e2612edf6e5ad140710a | |
parent | 085dd4bff8c4fe0b5f7fe9fe40e64f37825a3c8a (diff) | |
download | pkgsrc-3a04342e3bd3bc970ad433dbaf610035a8a38c8a.tar.gz |
PkgSrc changes:
- Updating module to 2.41
Upstream changes:
2.41 Added backend support for grouping features in GD::SVG module.
2.40 ** Do not use - contains a bug **
2.39 Makefile.PL will refuse to run if the proper version of libgd is
unavailable.
2.38 Fixed bizarre warning about /usr/include/gd.h != /usr/include/gd.h.
2.37 GD/Image.pm did not bring in croak() properly, meaning that
incorrect error messages are printed out when any of the
newFromXXX() calls are made.
2.36 Instructions on using gdAntiAliased with palette images.
-rw-r--r-- | graphics/p5-GD/Makefile | 5 | ||||
-rw-r--r-- | graphics/p5-GD/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index 0e2c90c3c04..5845884975a 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2008/11/16 09:03:07 dholland Exp $ +# $NetBSD: Makefile,v 1.40 2009/04/12 00:32:42 sno Exp $ -DISTNAME= GD-2.35 +DISTNAME= GD-2.41 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5bd CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} diff --git a/graphics/p5-GD/distinfo b/graphics/p5-GD/distinfo index 5f1ee360e38..f20567ed34a 100644 --- a/graphics/p5-GD/distinfo +++ b/graphics/p5-GD/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2007/05/19 13:42:37 heinz Exp $ +$NetBSD: distinfo,v 1.14 2009/04/12 00:32:42 sno Exp $ -SHA1 (GD-2.35.tar.gz) = 50d72d10ae192932b227f68769caa56f298afb4b -RMD160 (GD-2.35.tar.gz) = a1e8a1b521f578a9ea435cc9ed9eae0430f44d7a -Size (GD-2.35.tar.gz) = 256671 bytes +SHA1 (GD-2.41.tar.gz) = e5f6ff0346b454924a54532364787c2b6f5e846d +RMD160 (GD-2.41.tar.gz) = 01751d1c3ce669cb2555b6ea17a6611de215f3f1 +Size (GD-2.41.tar.gz) = 258133 bytes |