diff options
author | krion <krion@FreeBSD.org> | 2003-10-29 05:41:58 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-29 05:41:58 +0800 |
commit | 5f40b8d8b61748f7765b580860618c82959767a3 (patch) | |
tree | 19e227ddf3947e1b77b3c68e4a6a28e896d018a8 /graphics | |
parent | 6b1d61147e1ab1d8c86c767adc43c49478df5cb8 (diff) | |
download | freebsd-ports-graphics-5f40b8d8b61748f7765b580860618c82959767a3.tar.gz freebsd-ports-graphics-5f40b8d8b61748f7765b580860618c82959767a3.tar.zst freebsd-ports-graphics-5f40b8d8b61748f7765b580860618c82959767a3.zip |
- Update to version 2.0.9
PR: 58628
Submitted by: Ports Fury
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 3648a748c01..308e84c5009 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -7,7 +7,7 @@ # PORTNAME= sdl_gfx -PORTVERSION= 2.0.8 +PORTVERSION= 2.0.9 CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/ MASTER_SITE_SUBDIR= SDL_gfx-${PORTVERSION:R} diff --git a/graphics/sdl_gfx/distinfo b/graphics/sdl_gfx/distinfo index dce74dad5db..e3a9512a4dd 100644 --- a/graphics/sdl_gfx/distinfo +++ b/graphics/sdl_gfx/distinfo @@ -1 +1 @@ -MD5 (SDL_gfx-2.0.8.tar.gz) = 5e9e8b24d1f576f247a7560e3df4a7de +MD5 (SDL_gfx-2.0.9.tar.gz) = ed54191818990c092553a08e488ad35e diff --git a/graphics/sdl_gfx/pkg-plist b/graphics/sdl_gfx/pkg-plist index a1a4bd2dd7c..8cb7a411196 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.8 +lib/libSDL_gfx.so.9 |