diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-10-27 22:04:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-10-27 22:04:06 +0000 |
commit | 2e98d2304017c4d0f7fbcd9ccd31231183127724 (patch) | |
tree | 3920b83bfe5c1cf7d9f0e860db363bb7037aa593 /games/xmoto | |
parent | 0d1ed6695471afd9712d00ac5a42cfd893662fcd (diff) | |
download | ports-2e98d2304017c4d0f7fbcd9ccd31231183127724.tar.gz ports-2e98d2304017c4d0f7fbcd9ccd31231183127724.zip |
Notes
Diffstat (limited to 'games/xmoto')
-rw-r--r-- | games/xmoto/Makefile | 11 | ||||
-rw-r--r-- | games/xmoto/distinfo | 6 | ||||
-rw-r--r-- | games/xmoto/pkg-plist | 3 |
3 files changed, 8 insertions, 12 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index 4105e0c768df..1a94287b2ef1 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xmoto -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.4 CATEGORIES= games MASTER_SITES= http://download.tuxfamily.org/xmoto/xmoto/${PORTVERSION}/ \ http://www.amdmi3.ru/distfiles/ @@ -69,14 +69,7 @@ PLIST_SUB+= NLS="@comment " .endif post-patch: - @${REINPLACE_CMD} -e 's|SDL/||; s|endian.h|sys/endian.h|' \ - ${WRKSRC}/src/VCommon.h - @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ - ${WRKSRC}/src/image/tim_memory_crt.cpp - @${REINPLACE_CMD} -e \ - '/LIBS/ s|-lSDL_mixer|`${SDL_CONFIG} --libs` &|; \ - s|^function \([a-zA-Z]*\)|\1()|; \ - /Locales/ s|libc|libintl|; s|lua50|luaxx|g' \ + @${REINPLACE_CMD} -e '/LIBS/ s|-lSDL_mixer|`${SDL_CONFIG} --libs` &|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/mang|/man6|' ${WRKSRC}/Makefile.in diff --git a/games/xmoto/distinfo b/games/xmoto/distinfo index ab53cf12cb66..051e0b5cf34d 100644 --- a/games/xmoto/distinfo +++ b/games/xmoto/distinfo @@ -1,3 +1,3 @@ -MD5 (xmoto-0.3.3-src.tar.gz) = f1f7726a8856f9c9efa2ae8e3192bb7f -SHA256 (xmoto-0.3.3-src.tar.gz) = c5fa955733f4ea785a3bc78002082507d7e9f99eab5ba1dd28710761893be9b4 -SIZE (xmoto-0.3.3-src.tar.gz) = 16958347 +MD5 (xmoto-0.3.4-src.tar.gz) = cd2041652586119f68655c789c0ce7b3 +SHA256 (xmoto-0.3.4-src.tar.gz) = 79d80562e051cce58da357d9d31308aeda8bffb668c8d3ff49fe4d27e3c9b243 +SIZE (xmoto-0.3.4-src.tar.gz) = 17017466 diff --git a/games/xmoto/pkg-plist b/games/xmoto/pkg-plist index ad365a49d8cb..edb98927875d 100644 --- a/games/xmoto/pkg-plist +++ b/games/xmoto/pkg-plist @@ -1,6 +1,7 @@ bin/xmoto %%NLS%%share/locale/ca_ES/LC_MESSAGES/xmoto.mo %%NLS%%share/locale/cs_CZ/LC_MESSAGES/xmoto.mo +%%NLS%%share/locale/da_DK/LC_MESSAGES/xmoto.mo %%NLS%%share/locale/de_DE/LC_MESSAGES/xmoto.mo %%NLS%%share/locale/es_ES/LC_MESSAGES/xmoto.mo %%NLS%%share/locale/fi_FI/LC_MESSAGES/xmoto.mo @@ -27,6 +28,8 @@ bin/xmoto %%NLS%%@dirrmtry share/locale/ca_ES %%NLS%%@dirrmtry share/locale/cs_CZ/LC_MESSAGES %%NLS%%@dirrmtry share/locale/cs_CZ +%%NLS%%@dirrmtry share/locale/da_DK/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/da_DK %%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES %%NLS%%@dirrmtry share/locale/de_DE %%NLS%%@dirrmtry share/locale/fi_FI/LC_MESSAGES |