diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-04-10 21:52:33 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-04-10 21:52:33 +0800 |
commit | 0ab024ac2048fe957cf77f862b6f6f84c75e1fe0 (patch) | |
tree | 2b3651c9422ce91428cdc7c8f33972d52052af6e /games | |
parent | 43fd288809a63db67ac8906687d81b9ddf7b10d9 (diff) | |
download | freebsd-ports-gnome-0ab024ac2048fe957cf77f862b6f6f84c75e1fe0.tar.gz freebsd-ports-gnome-0ab024ac2048fe957cf77f862b6f6f84c75e1fe0.tar.zst freebsd-ports-gnome-0ab024ac2048fe957cf77f862b6f6f84c75e1fe0.zip |
Update to 0.1.12
PR: 95555
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/xmoto/Makefile | 3 | ||||
-rw-r--r-- | games/xmoto/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index e57fe8f6c37d..9bacefe05b36 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xmoto -PORTVERSION= 0.1.11 +PORTVERSION= 0.1.12 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -39,7 +39,6 @@ PORTDOCS= README ChangeLog post-patch: @${REINPLACE_CMD} -e 's|SDL/|SDL11/|' ${WRKSRC}/src/VCommon.h @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/src/image/tim_memory_crt.cpp - @${REINPLACE_CMD} -e 's|-lSDL |`${SDL_CONFIG} --libs` |' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|endian.h|sys/endian.h|' ${WRKSRC}/src/VCommon.h @${REINPLACE_CMD} -e '/LIBS/ s|\(-lSDL_mixer\)|\1 `${SDL_CONFIG} --libs`|' ${WRKSRC}/configure diff --git a/games/xmoto/distinfo b/games/xmoto/distinfo index 534c44e0299f..1c9106f325f6 100644 --- a/games/xmoto/distinfo +++ b/games/xmoto/distinfo @@ -1,3 +1,3 @@ -MD5 (xmoto-0.1.11-src.tar.gz) = bf61a7e7d48deee2d88fd345c758d779 -SHA256 (xmoto-0.1.11-src.tar.gz) = f06eda16317705c38a554b98bdd1eb1728d026c910ed84ea2880590aca881012 -SIZE (xmoto-0.1.11-src.tar.gz) = 2829959 +MD5 (xmoto-0.1.12-src.tar.gz) = 11dfdeb406d4cc1e50e6057fd2cb625a +SHA256 (xmoto-0.1.12-src.tar.gz) = 824af12df3389ccb4dfb5522f546ba9fb1c1c0ed7e71d65f34b692da93780dd7 +SIZE (xmoto-0.1.12-src.tar.gz) = 2880034 |