Index: head/games/openclonk/files/patch-CMakeLists.txt =================================================================== --- head/games/openclonk/files/patch-CMakeLists.txt (revision 393884) +++ head/games/openclonk/files/patch-CMakeLists.txt (nonexistent) @@ -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}) Property changes on: head/games/openclonk/files/patch-CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/openclonk/Makefile =================================================================== --- head/games/openclonk/Makefile (revision 393884) +++ head/games/openclonk/Makefile (revision 393885) @@ -1,42 +1,40 @@ # Created by: Kevin Zheng # $FreeBSD$ PORTNAME= openclonk -PORTVERSION= 6.0 +PORTVERSION= 6.1 DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= http://www.openclonk.org/builds/release/${DISTVERSION}/ MAINTAINER= kevinz5000@gmail.com COMMENT= Multiplayer action game involving small and nimble humanoids LICENSE= ISCL CC0-1.0 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libogg.so:${PORTSDIR}/audio/libogg \ libpng.so:${PORTSDIR}/graphics/png \ libvorbis.so:${PORTSDIR}/audio/libvorbis USES= compiler:c++11-lib cmake desktop-file-utils iconv jpeg pkgconfig tar:bzip2 USE_GL= glew USE_GNOME= gtk20 USE_SDL= sdl mixer USE_XORG= x11 xpm INSTALLS_ICONS= yes - -WRKSRC= ${WRKDIR}/openclonk-release-${DISTVERSION}-src .include .if ${OSVERSION} < 1000024 BROKEN= does not build (lack of proper c++11 support) .endif post-patch: @${REINPLACE_CMD} -e 's|DESTINATION games|DESTINATION bin|' \ ${WRKSRC}/CMakeLists.txt .include Index: head/games/openclonk/distinfo =================================================================== --- head/games/openclonk/distinfo (revision 393884) +++ head/games/openclonk/distinfo (revision 393885) @@ -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