From 6cda786e805f85157c78d60579b22728da8469f8 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Thu, 23 Dec 2004 10:06:52 +0000 Subject: Update to version 2.0.13 PR: ports/75399 Submitted by: Ports Fury --- graphics/sdl_gfx/Makefile | 3 ++- graphics/sdl_gfx/distinfo | 4 ++-- graphics/sdl_gfx/pkg-plist | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index dee185e6d29e..93702323a018 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -7,7 +7,7 @@ # PORTNAME= sdl_gfx -PORTVERSION= 2.0.12 +PORTVERSION= 2.0.13 CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/~aschiffler/Software/%SUBDIR%/ MASTER_SITE_SUBDIR= SDL_gfx-${PORTVERSION:R} @@ -20,6 +20,7 @@ USE_SDL= sdl USE_REINPLACE= yes USE_GMAKE= yes USE_INC_LIBTOOL_VER= 13 +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --includedir=${PREFIX}/include/SDL11 \ --disable-mmx MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ diff --git a/graphics/sdl_gfx/distinfo b/graphics/sdl_gfx/distinfo index f071668c71c1..404582d00db1 100644 --- a/graphics/sdl_gfx/distinfo +++ b/graphics/sdl_gfx/distinfo @@ -1,2 +1,2 @@ -MD5 (SDL_gfx-2.0.12.tar.gz) = 83cb6b89e2197cf3f174e6e086605eaf -SIZE (SDL_gfx-2.0.12.tar.gz) = 556295 +MD5 (SDL_gfx-2.0.13.tar.gz) = b1ce778232db0b1979695f0a5a945a13 +SIZE (SDL_gfx-2.0.13.tar.gz) = 598297 diff --git a/graphics/sdl_gfx/pkg-plist b/graphics/sdl_gfx/pkg-plist index e99e5f06aece..592e3bff72ff 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.11 +lib/libSDL_gfx.so.13 -- cgit