diff options
author | krion <krion@FreeBSD.org> | 2004-05-20 05:13:41 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-20 05:13:41 +0800 |
commit | 9c22b27090f87a3b5e4e999d0bfdf26e58512e48 (patch) | |
tree | 3162af62a587b3f23e8a19b15b8e38fd8d5bc935 /graphics/sdl_gfx | |
parent | c31a9d0352510c723d9f7bd598e88e839104c415 (diff) | |
download | freebsd-ports-gnome-9c22b27090f87a3b5e4e999d0bfdf26e58512e48.tar.gz freebsd-ports-gnome-9c22b27090f87a3b5e4e999d0bfdf26e58512e48.tar.zst freebsd-ports-gnome-9c22b27090f87a3b5e4e999d0bfdf26e58512e48.zip |
- Update to version 2.0.11
PR: ports/66885
Submitted by: Ports Fury
Diffstat (limited to 'graphics/sdl_gfx')
-rw-r--r-- | graphics/sdl_gfx/Makefile | 7 | ||||
-rw-r--r-- | graphics/sdl_gfx/distinfo | 4 | ||||
-rw-r--r-- | graphics/sdl_gfx/pkg-plist | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index be335386f5aa..fff3879a8c6c 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -7,8 +7,7 @@ # PORTNAME= sdl_gfx -PORTVERSION= 2.0.10 -PORTREVISION= 2 +PORTVERSION= 2.0.11 CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/~aschiffler/Software/%SUBDIR%/ MASTER_SITE_SUBDIR= SDL_gfx-${PORTVERSION:R} @@ -20,7 +19,7 @@ COMMENT= SDL graphics drawing primitives and other support functions USE_SDL= sdl USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER= 13 CONFIGURE_ARGS= --includedir=${PREFIX}/include/SDL11 \ --disable-mmx MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ @@ -36,5 +35,7 @@ CFLAGS+= -DUSE_MMX post-patch: @${GREP} -lR "<SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|<SDL/SDL|<SDL|g' + @${REINPLACE_CMD} -e \ + 's|$$(includedir)/SDL|$$(includedir)|g' ${WRKSRC}/Makefile.in .include <bsd.port.post.mk> diff --git a/graphics/sdl_gfx/distinfo b/graphics/sdl_gfx/distinfo index 0d1577c6ad49..6aa48802e7b7 100644 --- a/graphics/sdl_gfx/distinfo +++ b/graphics/sdl_gfx/distinfo @@ -1,2 +1,2 @@ -MD5 (SDL_gfx-2.0.10.tar.gz) = 291b06426a3afe42ecac8473be2505d1 -SIZE (SDL_gfx-2.0.10.tar.gz) = 530735 +MD5 (SDL_gfx-2.0.11.tar.gz) = 10f6432ede2b239796f2924bdc7224b4 +SIZE (SDL_gfx-2.0.11.tar.gz) = 557311 diff --git a/graphics/sdl_gfx/pkg-plist b/graphics/sdl_gfx/pkg-plist index 8f92f4a02a82..e99e5f06aece 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.10 +lib/libSDL_gfx.so.11 |