diff options
author | wiz <wiz@pkgsrc.org> | 2007-07-26 00:08:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-07-26 00:08:40 +0000 |
commit | ea3d19cc9e299d8a281f6e70ee08534c36f146a9 (patch) | |
tree | 1235c5540fb42756c84fd87bdeeaeb9a716bd254 /devel/SDL_ttf/Makefile | |
parent | 88a9ac3defc0b83fd939db5d0a015bc44b1d1a0a (diff) | |
download | pkgsrc-ea3d19cc9e299d8a281f6e70ee08534c36f146a9.tar.gz |
Update to 2.0.9:
2.0.9:
Kanou Hiroki - Sat Jul 14 23:15:40 PDT 2007
* Fixed rendering of fonts with 2 bit and 4 bit embedded graymaps
Sam Lantinga - Wed Jun 13 00:32:29 PDT 2007
* Fixed bug in solid bold glyph rendering (thanks Roy!)
Ryan Gordon - Tue Feb 13 10:19:00 2007 UTC
* Updated to build with the latest version of FreeType
Sam Lantinga - Mon Jun 5 16:22:51 2006 UTC
* Fixed crash when passing NULL to TTF_CloseFont()
Diffstat (limited to 'devel/SDL_ttf/Makefile')
-rw-r--r-- | devel/SDL_ttf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/SDL_ttf/Makefile b/devel/SDL_ttf/Makefile index 1dae0d08de4..1f5c1aadd0f 100644 --- a/devel/SDL_ttf/Makefile +++ b/devel/SDL_ttf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2007/05/19 22:18:13 heinz Exp $ +# $NetBSD: Makefile,v 1.26 2007/07/26 00:08:40 wiz Exp $ -DISTNAME= SDL_ttf-2.0.8 +DISTNAME= SDL_ttf-2.0.9 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ |