diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-28 11:52:07 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-28 11:52:07 +0000 |
commit | b4fdfbb6a07dd80289edd8a75b13eba5aa8b6ef2 (patch) | |
tree | 5fdf7f6ebd23466e24bdd5735bc7f35dbfc19183 /graphics | |
parent | - Update port to 0.8.1 (diff) |
Update to 1.2.2.
Notes
Notes:
svn path=/head/; revision=33209
Diffstat (limited to 'graphics')
-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 6dd6cda18e3a..7b982bfb3e56 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 0b6d4c707341..8a40d65245c4 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 e03d20ad1ec7..f105e2225e7b 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 7a2686915cea..d0fed7f5321b 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 |