diff options
author | adamw <adamw@FreeBSD.org> | 2003-07-17 06:39:34 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-07-17 06:39:34 +0800 |
commit | d743bc80bb7ea448fce246481ddfda68302bfb70 (patch) | |
tree | a12391b79f29fa0a96d955c7dbf1436b5afcd729 /graphics | |
parent | 0a54db5fb4c6fb48ee5ebf5a6b74bf1d64b6d44b (diff) | |
download | freebsd-ports-gnome-d743bc80bb7ea448fce246481ddfda68302bfb70.tar.gz freebsd-ports-gnome-d743bc80bb7ea448fce246481ddfda68302bfb70.tar.zst freebsd-ports-gnome-d743bc80bb7ea448fce246481ddfda68302bfb70.zip |
Update to 2.0.8. shlib bump.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sdl_gfx/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl_gfx/distinfo | 2 | ||||
-rw-r--r-- | graphics/sdl_gfx/pkg-plist | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index cc98a907d725..d001e8e36dc5 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -7,7 +7,7 @@ # PORTNAME= sdl_gfx -PORTVERSION= 2.0.7 +PORTVERSION= 2.0.8 CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-${PORTVERSION:R}/ DISTNAME= SDL_gfx-${PORTVERSION} diff --git a/graphics/sdl_gfx/distinfo b/graphics/sdl_gfx/distinfo index a8f0f001e847..dce74dad5dbb 100644 --- a/graphics/sdl_gfx/distinfo +++ b/graphics/sdl_gfx/distinfo @@ -1 +1 @@ -MD5 (SDL_gfx-2.0.7.tar.gz) = 311b158ff8413dc3b550700f34dd72a5 +MD5 (SDL_gfx-2.0.8.tar.gz) = 5e9e8b24d1f576f247a7560e3df4a7de diff --git a/graphics/sdl_gfx/pkg-plist b/graphics/sdl_gfx/pkg-plist index 9832b9dc3231..a1a4bd2dd7c4 100644 --- a/graphics/sdl_gfx/pkg-plist +++ b/graphics/sdl_gfx/pkg-plist @@ -5,4 +5,4 @@ include/SDL11/SDL_imageFilter.h include/SDL11/SDL_rotozoom.h lib/libSDL_gfx.a lib/libSDL_gfx.so -lib/libSDL_gfx.so.7 +lib/libSDL_gfx.so.8 |