Index: head/games/freeorion/Makefile =================================================================== --- head/games/freeorion/Makefile (revision 476472) +++ head/games/freeorion/Makefile (revision 476473) @@ -1,49 +1,48 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= freeorion DISTVERSIONPREFIX= v -DISTVERSION= 0.4.8-rc1 -PORTREVISION= 1 +DISTVERSION= 0.4.8-rc2 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org COMMENT= Turn-based space empire and galactic conquest game LICENSE= GPLv2 CC-BY-SA-3.0 LICENSE_COMB= multi LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ ${PY_BOOST} USE_GITHUB= yes USES= cmake compiler:c++14-lang python:2.7 PORTDOCS= ChangeLog.md README.md PORTDATA= * OPTIONS_DEFINE= DOCS TEST HEADLESS OPTIONS_SUB= yes TEST_CMAKE_BOOL= BUILD_TESTING TEST_TEST_TARGET= unittest TEST_USES= localbase HEADLESS_DESC= Build only headless components: server and AI HEADLESS_CMAKE_BOOL= BUILD_HEADLESS HEADLESS_USES_OFF= openal HEADLESS_USE_OFF= SDL=sdl2 GL=gl,glu,glew HEADLESS_LIB_DEPENDS_OFF= \ libfreetype.so:print/freetype2 \ libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis \ libpng.so:graphics/png post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor .include Index: head/games/freeorion/distinfo =================================================================== --- head/games/freeorion/distinfo (revision 476472) +++ head/games/freeorion/distinfo (revision 476473) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530197828 -SHA256 (freeorion-freeorion-v0.4.8-rc1_GH0.tar.gz) = 0963ec3573b8ab71278687a9ad143fda083171b651adab6b3cf6705fe93741c9 -SIZE (freeorion-freeorion-v0.4.8-rc1_GH0.tar.gz) = 106224914 +TIMESTAMP = 1533298586 +SHA256 (freeorion-freeorion-v0.4.8-rc2_GH0.tar.gz) = 7a88858021cc23e308cb333327b16feccadc636c9afac2ba602e9dc5842745c0 +SIZE (freeorion-freeorion-v0.4.8-rc2_GH0.tar.gz) = 106234158 Index: head/games/freeorion/files/patch-boost167 =================================================================== --- head/games/freeorion/files/patch-boost167 (revision 476472) +++ head/games/freeorion/files/patch-boost167 (nonexistent) @@ -1,29 +0,0 @@ -commit 618568705a0ca37ffd9e88d08cda3d3601d01d98 -Author: Dmitry Marakasov -Date: Fri Jun 29 19:42:52 2018 +0300 - - Fix compatibility with boost 1.67.0 - -diff --git CMakeLists.txt CMakeLists.txt -index 5b2fe63a7..4d26e06a2 100644 ---- CMakeLists.txt -+++ CMakeLists.txt -@@ -204,11 +204,17 @@ find_package(Boost ${MINIMUM_BOOST_VERSION} - log_setup - regex - serialization -- python - signals - system - thread - REQUIRED) -+if(${Boost_VERSION} GREATER 106699) # boost >= 1.67 -+ find_package(Boost COMPONENTS python27 REQUIRED) -+ set(Boost_PYTHON_LIBRARY ${Boost_PYTHON27_LIBRARY}) -+else() -+ find_package(Boost COMPONENTS python REQUIRED) -+endif() -+ - find_package(ZLIB REQUIRED) - if(NOT BUILD_HEADLESS) - find_package(Freetype REQUIRED) Property changes on: head/games/freeorion/files/patch-boost167 ___________________________________________________________________ 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