aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2015-08-11 03:04:04 +0800
committerpawel <pawel@FreeBSD.org>2015-08-11 03:04:04 +0800
commit259789828dc327554b6fd18bb09099e93afddec4 (patch)
tree9749a80d92e7af18499f1fb897dd781e9f92a04d /games
parentd6535215628c9e86313aff8389f5c7cdcb0f12e7 (diff)
downloadfreebsd-ports-gnome-259789828dc327554b6fd18bb09099e93afddec4.tar.gz
freebsd-ports-gnome-259789828dc327554b6fd18bb09099e93afddec4.tar.zst
freebsd-ports-gnome-259789828dc327554b6fd18bb09099e93afddec4.zip
Upgrade to version 6.1
PR: 201956 Submitted by: maintainer
Diffstat (limited to 'games')
-rw-r--r--games/openclonk/Makefile4
-rw-r--r--games/openclonk/distinfo4
-rw-r--r--games/openclonk/files/patch-CMakeLists.txt21
3 files changed, 3 insertions, 26 deletions
diff --git a/games/openclonk/Makefile b/games/openclonk/Makefile
index c99f6e609773..dc47136dd9b4 100644
--- a/games/openclonk/Makefile
+++ b/games/openclonk/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= openclonk
-PORTVERSION= 6.0
+PORTVERSION= 6.1
DISTVERSIONSUFFIX= -src
CATEGORIES= games
MASTER_SITES= http://www.openclonk.org/builds/release/${DISTVERSION}/
@@ -27,8 +27,6 @@ USE_SDL= sdl mixer
USE_XORG= x11 xpm
INSTALLS_ICONS= yes
-WRKSRC= ${WRKDIR}/openclonk-release-${DISTVERSION}-src
-
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000024
diff --git a/games/openclonk/distinfo b/games/openclonk/distinfo
index 916cbbc8539e..3bf1d6b9c09c 100644
--- a/games/openclonk/distinfo
+++ b/games/openclonk/distinfo
@@ -1,2 +1,2 @@
-SHA256 (openclonk-6.0-src.tar.bz2) = 89271011c14a239c3000f057c12699c2ce1242187d41c4d2f6fd11b1d46a0248
-SIZE (openclonk-6.0-src.tar.bz2) = 68762594
+SHA256 (openclonk-6.1-src.tar.bz2) = 5c3903f82c9d7e8c466ab1ff594d553911a6e5fa0be2a326684d823ef1c24905
+SIZE (openclonk-6.1-src.tar.bz2) = 68861317
diff --git a/games/openclonk/files/patch-CMakeLists.txt b/games/openclonk/files/patch-CMakeLists.txt
deleted file mode 100644
index bac2578ddfe5..000000000000
--- a/games/openclonk/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,21 +0,0 @@
---- CMakeLists.txt.orig 2015-03-15 19:33:38 UTC
-+++ CMakeLists.txt
-@@ -912,7 +912,6 @@ if(USE_SDL_MAINLOOP OR (Audio_TK STREQUA
- find_package(SDL)
- SET(HAVE_SDL ${SDL_FOUND})
- include_directories(${SDL_INCLUDE_DIR})
-- target_link_libraries(openclonk ${SDL_LIBRARY})
- endif()
-
- ############################################################################
-@@ -1094,6 +1093,10 @@ target_link_libraries(openclonk
- libmisc
- )
-
-+if (SDL_FOUND)
-+ target_link_libraries(openclonk ${SDL_LIBRARY})
-+endif()
-+
- if(Audio_FOUND)
- target_link_libraries(openclonk ${Audio_LIBRARIES})
- include_directories(${Audio_INCLUDE_DIRS})