diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-10 02:39:50 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-10 02:39:50 +0800 |
commit | 046ee10d525509f16d2c5726d302871fce70e44e (patch) | |
tree | 3a28b3dc3785705987e2cba99ef5ff0a9425e2fe /games | |
parent | d6b9860e898e3431d899b43cafc54e35d3f072c0 (diff) | |
download | freebsd-ports-gnome-046ee10d525509f16d2c5726d302871fce70e44e.tar.gz freebsd-ports-gnome-046ee10d525509f16d2c5726d302871fce70e44e.tar.zst freebsd-ports-gnome-046ee10d525509f16d2c5726d302871fce70e44e.zip |
- Update to 0.5.11
Diffstat (limited to 'games')
-rw-r--r-- | games/xmoto/Makefile | 3 | ||||
-rw-r--r-- | games/xmoto/distinfo | 4 | ||||
-rw-r--r-- | games/xmoto/files/patch-configure | 11 |
3 files changed, 3 insertions, 15 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index d07ea54ce084..30fb01a2ddad 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xmoto -PORTVERSION= 0.5.10 -PORTREVISION= 4 +PORTVERSION= 0.5.11 CATEGORIES= games MASTER_SITES= http://download.tuxfamily.org/xmoto/xmoto/${PORTVERSION}/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/xmoto/distinfo b/games/xmoto/distinfo index e4fda9fbcc33..1c8b11fe613e 100644 --- a/games/xmoto/distinfo +++ b/games/xmoto/distinfo @@ -1,2 +1,2 @@ -SHA256 (xmoto-0.5.10-src.tar.gz) = 2d2438e4685aa5fc1aa9f73bfbe26893d7fc97fadd6e1cc9fdb09c8d16df9e1e -SIZE (xmoto-0.5.10-src.tar.gz) = 40766628 +SHA256 (xmoto-0.5.11-src.tar.gz) = a584a6f9292b184686b72c78f16de4b82d5c5b72ad89e41912ff50d03eca26b2 +SIZE (xmoto-0.5.11-src.tar.gz) = 40785573 diff --git a/games/xmoto/files/patch-configure b/games/xmoto/files/patch-configure deleted file mode 100644 index 2efb2a2b33d5..000000000000 --- a/games/xmoto/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2012-05-03 23:37:06.000000000 +0400 -+++ configure 2012-12-11 03:40:16.510933187 +0400 -@@ -5803,7 +5803,7 @@ - - CPPFLAGS="$CPPFLAGS"" ""$XML_CPPFLAGS" - CFLAGS="$CFLAGS"" ""$XML_CPPFLAGS" --LIBS="$LIBS""$XML_LIBS" -+LIBS="$LIBS"" ""$XML_LIBS" - fi - - if test "$target_os" = "mingw32" # on windows, don't include libbz2 |