diff options
author | mva <mva@FreeBSD.org> | 2009-08-02 16:35:34 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2009-08-02 16:35:34 +0800 |
commit | 6390f3d90c8a472394eabc0de9d09d5664a3a390 (patch) | |
tree | cbd6bcef1dcf06f8504f267c85b665400a22c230 /graphics/sdl_gfx | |
parent | f4a73dfd86993f9286221fec90a067599854ac41 (diff) | |
download | freebsd-ports-gnome-6390f3d90c8a472394eabc0de9d09d5664a3a390.tar.gz freebsd-ports-gnome-6390f3d90c8a472394eabc0de9d09d5664a3a390.tar.zst freebsd-ports-gnome-6390f3d90c8a472394eabc0de9d09d5664a3a390.zip |
Updated sdl_gfx to 2.0.19
Bumped PORTREVISION on dependent ports.
Approved by: miwi (mentor)
Diffstat (limited to 'graphics/sdl_gfx')
-rw-r--r-- | graphics/sdl_gfx/Makefile | 6 | ||||
-rw-r--r-- | graphics/sdl_gfx/distinfo | 6 | ||||
-rw-r--r-- | graphics/sdl_gfx/pkg-plist | 5 |
3 files changed, 11 insertions, 6 deletions
diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index 279d545d0a41..04ed4d8572ea 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -7,7 +7,7 @@ # PORTNAME= sdl_gfx -PORTVERSION= 2.0.18 +PORTVERSION= 2.0.19 CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/ MASTER_SITE_SUBDIR= SDL_gfx-${PORTVERSION:R} @@ -16,6 +16,7 @@ DISTNAME= SDL_gfx-${PORTVERSION} MAINTAINER= mva@FreeBSD.org COMMENT= SDL graphics drawing primitives and other support functions +MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= libtool:15 USE_SDL= sdl USE_GMAKE= yes @@ -37,6 +38,7 @@ CONFIGURE_ARGS=--disable-mmx .endif post-patch: - @${CHMOD} a+x ${WRKSRC}/install-sh + @${REINPLACE_CMD} -e 's|\$(libdir)/pkgconfig|\$(libdir)/libdata/pkgconfig|' \ + ${WRKSRC}/Makefile.in .include <bsd.port.post.mk> diff --git a/graphics/sdl_gfx/distinfo b/graphics/sdl_gfx/distinfo index c4787dce73fe..3236fc516f3a 100644 --- a/graphics/sdl_gfx/distinfo +++ b/graphics/sdl_gfx/distinfo @@ -1,3 +1,3 @@ -MD5 (SDL_gfx-2.0.18.tar.gz) = b107fd478d3d1269d7a6ff42906f0482 -SHA256 (SDL_gfx-2.0.18.tar.gz) = 10c93d0057fa460e3b355d86cb5dc550c75ea098769ee3768d328bff96eee8a1 -SIZE (SDL_gfx-2.0.18.tar.gz) = 860005 +MD5 (SDL_gfx-2.0.19.tar.gz) = cf01ad6539ceea65887fc9ebdfe04b83 +SHA256 (SDL_gfx-2.0.19.tar.gz) = 9c7dec6e21f84f50549110691a0088ef909c30ca183828d254217f7e11470006 +SIZE (SDL_gfx-2.0.19.tar.gz) = 1223213 diff --git a/graphics/sdl_gfx/pkg-plist b/graphics/sdl_gfx/pkg-plist index 85e0d9cace89..2a9978d603dc 100644 --- a/graphics/sdl_gfx/pkg-plist +++ b/graphics/sdl_gfx/pkg-plist @@ -7,5 +7,8 @@ include/SDL/SDL_rotozoom.h lib/libSDL_gfx.a lib/libSDL_gfx.la lib/libSDL_gfx.so -lib/libSDL_gfx.so.0 +lib/libSDL_gfx.so.18 +lib/libdata/pkgconfig/SDL_gfx.pc +@dirrmtry lib/libdata/pkgconfig +@dirrmtry lib/libdata @dirrmtry include/SDL |