diff options
author | adam <adam@pkgsrc.org> | 2013-09-02 21:23:48 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-09-02 21:23:48 +0000 |
commit | d0b499fb13db4e0ae47532bcb648c03a97e620af (patch) | |
tree | 7bb1a3d6bb5af9624594e416b69ec8bf347c9056 /graphics | |
parent | 846f583d7407343ae905b0084134dfe0673223eb (diff) | |
download | pkgsrc-d0b499fb13db4e0ae47532bcb648c03a97e620af.tar.gz |
Changes 2.50:
Fix gdUseFontConfig so that it can be called as a class method.
Diffstat (limited to 'graphics')
-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 5e5596b9856..03f26c1b07a 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.61 2013/07/04 05:38:55 dholland Exp $ +# $NetBSD: Makefile,v 1.62 2013/09/02 21:23:48 adam Exp $ -DISTNAME= GD-2.46 +DISTNAME= GD-2.50 PKGNAME= p5-${DISTNAME} -PKGREVISION= 10 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 dd80fa38bc0..e674fd85376 100644 --- a/graphics/p5-GD/distinfo +++ b/graphics/p5-GD/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2011/05/04 09:43:40 adam Exp $ +$NetBSD: distinfo,v 1.19 2013/09/02 21:23:48 adam Exp $ -SHA1 (GD-2.46.tar.gz) = ac9766f96d1893b86bfa2a72873b749efd6c5e2f -RMD160 (GD-2.46.tar.gz) = 3378e12b8db28bae5e0d9abd788e1b924f7efff7 -Size (GD-2.46.tar.gz) = 260989 bytes +SHA1 (GD-2.50.tar.gz) = 6541040ddf5d31da71ec73e94b2d94fa0df8b8d3 +RMD160 (GD-2.50.tar.gz) = 649483e3f33b313c42b47254e9a420f81d642b96 +Size (GD-2.50.tar.gz) = 262887 bytes |