diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-05-16 13:20:35 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-05-16 13:20:35 +0000 |
commit | 5930ea7058d66800c97c8bd78d537635dfa61e4f (patch) | |
tree | d2ea2b5e2f007d29005584b14c5431b2475aced6 /games/xmoto | |
parent | 0d07c2ed4f3cc7ce7708d63ce8c023015810ffe5 (diff) | |
download | ports-5930ea7058d66800c97c8bd78d537635dfa61e4f.tar.gz ports-5930ea7058d66800c97c8bd78d537635dfa61e4f.zip |
Notes
Diffstat (limited to 'games/xmoto')
-rw-r--r-- | games/xmoto/Makefile | 6 | ||||
-rw-r--r-- | games/xmoto/distinfo | 4 | ||||
-rw-r--r-- | games/xmoto/pkg-plist | 1 |
3 files changed, 8 insertions, 3 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index 02a8e6f551d7..34dcd61ac418 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xmoto -PORTVERSION= 0.5.5 +PORTVERSION= 0.5.7 CATEGORIES= games MASTER_SITES= http://download.tuxfamily.org/xmoto/xmoto/${PORTVERSION}/ \ http://mirror.amdmi3.ru/distfiles/ @@ -52,6 +52,10 @@ DESKTOP_ENTRIES="XMoto" \ .include <bsd.port.pre.mk> +.if ${OSVERSION} < 800067 +BROKEN= does not compile due to missing getline() +.endif + .if defined(WITH_ASIAN_TTF) RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/TrueType/bkai00mp.ttf:${PORTSDIR}/chinese/arphicttf CONFIGURE_ARGS+=--with-asian-ttf-file=${LOCALBASE}/lib/X11/fonts/TrueType/bsmi00lp.ttf diff --git a/games/xmoto/distinfo b/games/xmoto/distinfo index 5014ef647a0b..c02388e852ab 100644 --- a/games/xmoto/distinfo +++ b/games/xmoto/distinfo @@ -1,2 +1,2 @@ -SHA256 (xmoto-0.5.5-src.tar.gz) = e53a9e7cf85d2793501176b436debe691dc3815316526b2222d04782675519a4 -SIZE (xmoto-0.5.5-src.tar.gz) = 52528362 +SHA256 (xmoto-0.5.7-src.tar.gz) = 7ad631de830a762f495d9273a65bd42fb4331868197d3d5e8d624bb59fecfca6 +SIZE (xmoto-0.5.7-src.tar.gz) = 40395855 diff --git a/games/xmoto/pkg-plist b/games/xmoto/pkg-plist index 1ee317e08ee2..9439f8c65278 100644 --- a/games/xmoto/pkg-plist +++ b/games/xmoto/pkg-plist @@ -26,6 +26,7 @@ bin/xmoto %%NLS%%share/locale/tr_TR/LC_MESSAGES/xmoto.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xmoto.mo %%DATADIR%%/Textures/Fonts/DejaVuSans.ttf +%%DATADIR%%/Textures/Fonts/DejaVuSansMono.ttf %%DATADIR%%/Textures/Musics/MadeiraStew.ogg %%DATADIR%%/Textures/Musics/batcave.ogg %%DATADIR%%/Textures/Musics/foxrun.ogg |