diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-28 12:08:39 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-28 12:08:39 +0000 |
commit | 3e95159d7b3dc77656c8fd68fb22b824bf804a95 (patch) | |
tree | c71a87c83b9e7d63dadb131b9033371651ac0e74 /graphics | |
parent | b4fdfbb6a07dd80289edd8a75b13eba5aa8b6ef2 (diff) | |
download | ports-3e95159d7b3dc77656c8fd68fb22b824bf804a95.tar.gz ports-3e95159d7b3dc77656c8fd68fb22b824bf804a95.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sdl_image/Makefile | 4 | ||||
-rw-r--r-- | graphics/sdl_image/distinfo | 2 | ||||
-rw-r--r-- | graphics/sdl_image/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index f3be4f461490..cfdfa32919b6 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -6,9 +6,9 @@ # PORTNAME= sdl_image -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.10 CATEGORIES= graphics -MASTER_SITES= http://www.devolution.com/~slouken/SDL/projects/SDL_image/src/ +MASTER_SITES= http://www.libsdl.org/projects/SDL_image/src/ DISTNAME= SDL_image-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org diff --git a/graphics/sdl_image/distinfo b/graphics/sdl_image/distinfo index 9ea88670d623..464a620907de 100644 --- a/graphics/sdl_image/distinfo +++ b/graphics/sdl_image/distinfo @@ -1 +1 @@ -MD5 (SDL_image-1.0.9.tar.gz) = 91d8014aacb35605b510443d9c468173 +MD5 (SDL_image-1.0.10.tar.gz) = 40acc75d921529354b3925d1aac65e4e diff --git a/graphics/sdl_image/pkg-descr b/graphics/sdl_image/pkg-descr index 2e038f43be37..83855f2811c5 100644 --- a/graphics/sdl_image/pkg-descr +++ b/graphics/sdl_image/pkg-descr @@ -15,4 +15,4 @@ Note that IMG_Load_RW cannot load TGA images. An example program 'showimage' is included, with source in showimage.c -WWW: http://www.devolution.com/~slouken/SDL/projects/SDL_image/ +WWW: http://www.libsdl.org/projects/SDL_image/ |