aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2011-10-01 21:41:15 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2011-10-01 21:41:15 +0800
commitc2486605ddcb5817dfc72c22673d1151fed9755a (patch)
tree225bf8d828d9f1db571458b88840e8e5e59349df /games
parente255362224c19b70c64e9788a485daa7976fbdae (diff)
downloadfreebsd-ports-gnome-c2486605ddcb5817dfc72c22673d1151fed9755a.tar.gz
freebsd-ports-gnome-c2486605ddcb5817dfc72c22673d1151fed9755a.tar.zst
freebsd-ports-gnome-c2486605ddcb5817dfc72c22673d1151fed9755a.zip
- Update to 0.5.8
Diffstat (limited to 'games')
-rw-r--r--games/xmoto/Makefile4
-rw-r--r--games/xmoto/distinfo4
-rw-r--r--games/xmoto/files/patch-src-GameInit.cpp11
3 files changed, 4 insertions, 15 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile
index ebb4fb346809..2bcc588ff131 100644
--- a/games/xmoto/Makefile
+++ b/games/xmoto/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xmoto
-PORTVERSION= 0.5.7
+PORTVERSION= 0.5.8
CATEGORIES= games
MASTER_SITES= http://download.tuxfamily.org/xmoto/xmoto/${PORTVERSION}/ \
http://mirror.amdmi3.ru/distfiles/
@@ -23,7 +23,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_GNOME= pkgconfig
+USE_GNOME= pkgconfig libxml2
USE_LUA= 5.1
USE_SQLITE= 3
USE_SDL= sdl mixer ttf net
diff --git a/games/xmoto/distinfo b/games/xmoto/distinfo
index c02388e852ab..2bf81913ac17 100644
--- a/games/xmoto/distinfo
+++ b/games/xmoto/distinfo
@@ -1,2 +1,2 @@
-SHA256 (xmoto-0.5.7-src.tar.gz) = 7ad631de830a762f495d9273a65bd42fb4331868197d3d5e8d624bb59fecfca6
-SIZE (xmoto-0.5.7-src.tar.gz) = 40395855
+SHA256 (xmoto-0.5.8-src.tar.gz) = c9592d54ba571b868e95ccb66544032608ad6b67b29a33b5c12baaa5e6a705b4
+SIZE (xmoto-0.5.8-src.tar.gz) = 40378449
diff --git a/games/xmoto/files/patch-src-GameInit.cpp b/games/xmoto/files/patch-src-GameInit.cpp
deleted file mode 100644
index 57719311f48a..000000000000
--- a/games/xmoto/files/patch-src-GameInit.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/GameInit.cpp.orig 2011-04-03 19:46:59.000000000 +0400
-+++ src/GameInit.cpp 2011-05-07 12:50:13.000000000 +0400
-@@ -260,7 +260,7 @@
- struct sigaction v_act;
-
- v_act.sa_handler = xmexit_term;
--#if !defined(__APPLE__)
-+#if !defined(__APPLE__) && !defined(__FreeBSD__)
- v_act.sa_restorer = NULL;
- #endif
- sigemptyset(&v_act.sa_mask);