diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-06-16 20:40:25 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-06-16 20:40:25 +0800 |
commit | 282bd90836d8eac6b5641043061ba64c194337b5 (patch) | |
tree | eb715d51721b59269703373ca657482a691b86c0 /games/xmoto | |
parent | 670067dc4b6a4d804059c882a2aab55d1fd1e543 (diff) | |
download | freebsd-ports-gnome-282bd90836d8eac6b5641043061ba64c194337b5.tar.gz freebsd-ports-gnome-282bd90836d8eac6b5641043061ba64c194337b5.tar.zst freebsd-ports-gnome-282bd90836d8eac6b5641043061ba64c194337b5.zip |
- Update to 0.1.16
- Move from lua 5.0 (lang/lua50) to lua 5.1 (lang/lua)
PR: 99000
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
Diffstat (limited to 'games/xmoto')
-rw-r--r-- | games/xmoto/Makefile | 8 | ||||
-rw-r--r-- | games/xmoto/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index a2f2be782087..9d38708b1525 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xmoto -PORTVERSION= 0.1.14 +PORTVERSION= 0.1.16 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,9 +17,9 @@ COMMENT= Challenging 2D motocross platform game LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - lua.5:${PORTSDIR}/lang/lua50 -BUILD_DEPENDS= ${X11BASE}/lib/libode.a:${PORTSDIR}/devel/ode + jpeg.9:${PORTSDIR}/graphics/jpeg +BUILD_DEPENDS= ${X11BASE}/lib/libode.a:${PORTSDIR}/devel/ode \ + ${LOCALBASE}/include/lua.hpp:${PORTSDIR}/lang/lua GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/games/xmoto/distinfo b/games/xmoto/distinfo index 6fcb59b683d6..467f4ee4fa2b 100644 --- a/games/xmoto/distinfo +++ b/games/xmoto/distinfo @@ -1,3 +1,3 @@ -MD5 (xmoto-0.1.14-src.tar.gz) = f2826bd3cc19daba25a6bdf92b1d6461 -SHA256 (xmoto-0.1.14-src.tar.gz) = cf796c32a8e22546798c00575201d552b59c7b4050275794fff2f5860db9008c -SIZE (xmoto-0.1.14-src.tar.gz) = 2920614 +MD5 (xmoto-0.1.16-src.tar.gz) = 7669840af24aae6d5ae65b4171ba195d +SHA256 (xmoto-0.1.16-src.tar.gz) = b13731fb4760dbaf025929f194a44c5a62c95c39d730c43007b2515bda34f9b4 +SIZE (xmoto-0.1.16-src.tar.gz) = 3304147 |