diff options
author | adam <adam@pkgsrc.org> | 2004-04-27 15:13:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-04-27 15:13:30 +0000 |
commit | 288b3116f6254ae489e1469459594e588171c7b8 (patch) | |
tree | 73fd381c8368ae98aa0bdd8718a522ba67535b0f | |
parent | 79c5663608ca0cced6a01c740c1b0e17006dadc9 (diff) | |
download | pkgsrc-288b3116f6254ae489e1469459594e588171c7b8.tar.gz |
Changes 2.0.6:
* bug fixes
* added iconv support
-rw-r--r-- | devel/SDL_ttf/Makefile | 7 | ||||
-rw-r--r-- | devel/SDL_ttf/PLIST | 7 | ||||
-rw-r--r-- | devel/SDL_ttf/distinfo | 7 |
3 files changed, 10 insertions, 11 deletions
diff --git a/devel/SDL_ttf/Makefile b/devel/SDL_ttf/Makefile index 882cd1a2267..09ed1988125 100644 --- a/devel/SDL_ttf/Makefile +++ b/devel/SDL_ttf/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2004/03/06 17:47:30 xtraeme Exp $ +# $NetBSD: Makefile,v 1.15 2004/04/27 15:13:30 adam Exp $ # -DISTNAME= SDL_ttf-2.0.3 -PKGREVISION= 3 +DISTNAME= SDL_ttf-2.0.6 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ @@ -11,9 +10,9 @@ HOMEPAGE= http://www.libsdl.org/projects/SDL_ttf/ COMMENT= Use TrueType fonts in your SDL applications USE_BUILDLINK3= YES +USE_LIBTOOL= YES USE_X11= YES GNU_CONFIGURE= YES -USE_LIBTOOL= YES .include "../../devel/SDL/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" diff --git a/devel/SDL_ttf/PLIST b/devel/SDL_ttf/PLIST index a16fd6a5781..edbb8c898a0 100644 --- a/devel/SDL_ttf/PLIST +++ b/devel/SDL_ttf/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2004/02/05 20:14:05 skrll Exp $ -bin/showfont +@comment $NetBSD: PLIST,v 1.3 2004/04/27 15:13:30 adam Exp $ include/SDL/SDL_ttf.h -lib/libSDL_ttf-2.0.so.0 -lib/libSDL_ttf-2.0.so.0.3 +lib/libSDL_ttf-2.0.so.6 +lib/libSDL_ttf-2.0.so.6.0 lib/libSDL_ttf.a lib/libSDL_ttf.la lib/libSDL_ttf.so diff --git a/devel/SDL_ttf/distinfo b/devel/SDL_ttf/distinfo index 6ad1f7955e7..e752a08f238 100644 --- a/devel/SDL_ttf/distinfo +++ b/devel/SDL_ttf/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/06/26 21:42:52 zuntum Exp $ +$NetBSD: distinfo,v 1.3 2004/04/27 15:13:30 adam Exp $ -SHA1 (SDL_ttf-2.0.3.tar.gz) = 82e223ae8b2f5a2d99603ae107f292ee5b340696 -Size (SDL_ttf-2.0.3.tar.gz) = 458049 bytes +SHA1 (SDL_ttf-2.0.6.tar.gz) = d7defb55465ead668e0cc3c1602226d7b6892cb4 +Size (SDL_ttf-2.0.6.tar.gz) = 1114118 bytes +SHA1 (patch-aa) = 5b69d7f775a8a50ca5f8c538fd856d792dcbfb87 |