diff options
author | adam <adam@pkgsrc.org> | 2004-07-22 12:38:49 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-07-22 12:38:49 +0000 |
commit | 7f5f15123f358563707bec794bddd172f943c115 (patch) | |
tree | e2886d830c1056c1f42af52e0eaa3297b13a7321 /graphics/gd | |
parent | cab251de4194bf924e98fab62bfb477055e4b87e (diff) | |
download | pkgsrc-7f5f15123f358563707bec794bddd172f943c115.tar.gz |
Changes 2.0.28:
* Restored support for reading and writing GIF images
* Fix for a possible problem in gdImageTrueColorToPalette
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 4 | ||||
-rw-r--r-- | graphics/gd/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 22c41ae9522..32be8f2fd2f 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2004/07/16 07:46:54 adam Exp $ +# $NetBSD: Makefile,v 1.57 2004/07/22 12:38:49 adam Exp $ -DISTNAME= gd-2.0.27 +DISTNAME= gd-2.0.28 CATEGORIES= graphics MASTER_SITES= http://www.boutell.com/gd/http/ diff --git a/graphics/gd/distinfo b/graphics/gd/distinfo index 9ce647f2730..818fceee6dd 100644 --- a/graphics/gd/distinfo +++ b/graphics/gd/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.16 2004/07/16 07:46:54 adam Exp $ +$NetBSD: distinfo,v 1.17 2004/07/22 12:38:49 adam Exp $ -SHA1 (gd-2.0.27.tar.gz) = f8c753aa4c7f01ef6e4862ea0721d7b3ba63d63b -Size (gd-2.0.27.tar.gz) = 557527 bytes +SHA1 (gd-2.0.28.tar.gz) = d72b3b8bd25e398fb84e58f12a8169910a7bdbdc +Size (gd-2.0.28.tar.gz) = 568740 bytes |