diff options
author | adam <adam@pkgsrc.org> | 2004-01-08 12:47:49 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-01-08 12:47:49 +0000 |
commit | 286574be8a59aa37366c7963451831d8f5716e0c (patch) | |
tree | 9529ee8d2b2eec6470fb979feeff6af274255949 /graphics | |
parent | e14f39cd2f57c7cb50d1cab7e3b23ce7711ab90e (diff) | |
download | pkgsrc-286574be8a59aa37366c7963451831d8f5716e0c.tar.gz |
Changes 2.0.19:
correcting problem with the built-in gd fonts on Unix
Changes 2.0.18:
introduced a conveniently precompiled DLL for Windows programmers
the default separator of alternative truetype font paths is now
a semicolon rather than a space
Diffstat (limited to 'graphics')
-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 707c50459b4..3a9c4d8e7a7 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2004/01/07 07:16:13 jlam Exp $ +# $NetBSD: Makefile,v 1.46 2004/01/08 12:47:49 adam Exp $ # -DISTNAME= gd-2.0.17 +DISTNAME= gd-2.0.19 CATEGORIES= graphics MASTER_SITES= http://www.boutell.com/gd/http/ diff --git a/graphics/gd/distinfo b/graphics/gd/distinfo index fc3bc03044a..8a82c118a3d 100644 --- a/graphics/gd/distinfo +++ b/graphics/gd/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2004/01/05 15:30:16 adam Exp $ +$NetBSD: distinfo,v 1.9 2004/01/08 12:47:49 adam Exp $ -SHA1 (gd-2.0.17.tar.gz) = dd0147ce5375d9716bdd131258f286d4c7458859 -Size (gd-2.0.17.tar.gz) = 541198 bytes +SHA1 (gd-2.0.19.tar.gz) = 0aab2ba25b20bc81af9b842f21a074f407ab5878 +Size (gd-2.0.19.tar.gz) = 542214 bytes |