diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-10 22:59:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-10 22:59:53 +0800 |
commit | 93022faccc8737f400644247bd0109eae074d680 (patch) | |
tree | 7d76fae80efe415b1b843ae81a0aa85193c0db15 /graphics/sdl_gfx | |
parent | 381f6a1cd9165eea43bd3461d31cba1ac5751953 (diff) | |
download | freebsd-ports-gnome-93022faccc8737f400644247bd0109eae074d680.tar.gz freebsd-ports-gnome-93022faccc8737f400644247bd0109eae074d680.tar.zst freebsd-ports-gnome-93022faccc8737f400644247bd0109eae074d680.zip |
- Update to 2.0.18
PR: 130050
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Diffstat (limited to 'graphics/sdl_gfx')
-rw-r--r-- | graphics/sdl_gfx/Makefile | 5 | ||||
-rw-r--r-- | graphics/sdl_gfx/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index 6ca2027bf4c3..735688296019 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -7,7 +7,7 @@ # PORTNAME= sdl_gfx -PORTVERSION= 2.0.17 +PORTVERSION= 2.0.18 CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/ \ http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ @@ -37,4 +37,7 @@ CFLAGS+= -DUSE_MMX CONFIGURE_ARGS=--disable-mmx .endif +post-patch: + @${CHMOD} a+x ${WRKSRC}/install-sh + .include <bsd.port.post.mk> diff --git a/graphics/sdl_gfx/distinfo b/graphics/sdl_gfx/distinfo index d3f1c393c3f7..c4787dce73fe 100644 --- a/graphics/sdl_gfx/distinfo +++ b/graphics/sdl_gfx/distinfo @@ -1,3 +1,3 @@ -MD5 (SDL_gfx-2.0.17.tar.gz) = a7ab98ad530fdc59a23f7dff502db8d3 -SHA256 (SDL_gfx-2.0.17.tar.gz) = d08d8477ff1c6639bc7193b76a415f996c98604600e9fa4e718fd4e9283f83f4 -SIZE (SDL_gfx-2.0.17.tar.gz) = 844309 +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 |