diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-28 11:52:07 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-28 11:52:07 +0000 |
commit | 1d62fb1d127420131231dad43383aff88f2e6486 (patch) | |
tree | f11c1626d9e7dc8ba61a963fb616c93a8db1884b /graphics/sdl_ttf | |
parent | e7368b7166b0574d8791039cccfddfc142e2163c (diff) | |
download | FreeBSD-ports-1d62fb1d127420131231dad43383aff88f2e6486.zip FreeBSD-ports-1d62fb1d127420131231dad43383aff88f2e6486.tar.gz |
Update to 1.2.2.
Diffstat (limited to 'graphics/sdl_ttf')
-rw-r--r-- | graphics/sdl_ttf/Makefile | 4 | ||||
-rw-r--r-- | graphics/sdl_ttf/distinfo | 2 | ||||
-rw-r--r-- | graphics/sdl_ttf/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/sdl_ttf/pkg-plist | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index 6dd6cda..7b982bf 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -6,9 +6,9 @@ # PORTNAME= sdl_ttf -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= graphics -MASTER_SITES= http://www.devolution.com/~slouken/SDL/projects/SDL_ttf/src/ +MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/src/ DISTNAME= SDL_ttf-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org diff --git a/graphics/sdl_ttf/distinfo b/graphics/sdl_ttf/distinfo index 0b6d4c7..8a40d65 100644 --- a/graphics/sdl_ttf/distinfo +++ b/graphics/sdl_ttf/distinfo @@ -1 +1 @@ -MD5 (SDL_ttf-1.2.1.tar.gz) = 33374f5a8dd0f96b5e4bf42fcb6c6399 +MD5 (SDL_ttf-1.2.2.tar.gz) = d20518e0287f92e370758c09046e4524 diff --git a/graphics/sdl_ttf/pkg-descr b/graphics/sdl_ttf/pkg-descr index e03d20a..f105e22 100644 --- a/graphics/sdl_ttf/pkg-descr +++ b/graphics/sdl_ttf/pkg-descr @@ -12,4 +12,4 @@ and even the free "web" fonts they provide are only redistributable in their special executable installer form (May 1998). There are plenty of freeware and shareware fonts available on the Internet though, and may suit your purposes. -WWW: http://www.devolution.com/~slouken/SDL/projects/SDL_ttf/ +WWW: http://www.libsdl.org/projects/SDL_ttf/ diff --git a/graphics/sdl_ttf/pkg-plist b/graphics/sdl_ttf/pkg-plist index 7a26869..d0fed7f 100644 --- a/graphics/sdl_ttf/pkg-plist +++ b/graphics/sdl_ttf/pkg-plist @@ -2,4 +2,4 @@ bin/showfont include/SDL11/SDL_ttf.h lib/libSDL_ttf.a lib/libSDL_ttf.so -lib/libSDL_ttf.so.0 +lib/libSDL_ttf.so.2 |