From 28cc52b67ee46730e3fff4c88c7d61154a5a9baf Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 14 Oct 2019 05:18:35 +0000 Subject: [PATCH] games/emptyepsilon: Update 2019.05.21 -> 2019.09.10 Reported by: portscout --- games/emptyepsilon/Makefile | 8 ++------ games/emptyepsilon/distinfo | 12 +++++------ games/emptyepsilon/files/patch-CMakeLists.txt | 20 ++++++++++++++----- 3 files changed, 22 insertions(+), 18 deletions(-) diff --git a/games/emptyepsilon/Makefile b/games/emptyepsilon/Makefile index 2c77a7b1345e..83d69a8034fe 100644 --- a/games/emptyepsilon/Makefile +++ b/games/emptyepsilon/Makefile @@ -3,13 +3,9 @@ PORTNAME= emptyepsilon DISTVERSIONPREFIX= EE- -DISTVERSION= 2019.05.21 -PORTREVISION= 1 +DISTVERSION= 2019.09.10 CATEGORIES= games -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= bbdf350f103a0b680f2053c94d8e91403260357e.patch:-p1 - MAINTAINER= yuri@FreeBSD.org COMMENT= Spaceship bridge simulator game @@ -18,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsfml-system.so:devel/sfml -USES= cmake compiler:c++11-lib gl +USES= cmake compiler:c++11-lib gl xorg USE_GITHUB= yes GH_ACCOUNT= daid GH_PROJECT= EmptyEpsilon SeriousProton:sproton diff --git a/games/emptyepsilon/distinfo b/games/emptyepsilon/distinfo index ec696478cb1e..0526c75f0509 100644 --- a/games/emptyepsilon/distinfo +++ b/games/emptyepsilon/distinfo @@ -1,7 +1,5 @@ -TIMESTAMP = 1559423282 -SHA256 (daid-EmptyEpsilon-EE-2019.05.21_GH0.tar.gz) = 965e346c99537ce803a6f20373eae2546c8be0f641ca428c54ed8e1ce317321a -SIZE (daid-EmptyEpsilon-EE-2019.05.21_GH0.tar.gz) = 255456089 -SHA256 (daid-SeriousProton-EE-2019.05.21_GH0.tar.gz) = a51900a5c2e2736a1c1fd378a2e5f40a529dbd198bb3d0d44cfc440678a6ab72 -SIZE (daid-SeriousProton-EE-2019.05.21_GH0.tar.gz) = 607629 -SHA256 (bbdf350f103a0b680f2053c94d8e91403260357e.patch) = 5a745058bc513ac75a0e73c8b99dca75cd13d50cbd535a0e46fcdb894082f918 -SIZE (bbdf350f103a0b680f2053c94d8e91403260357e.patch) = 1384 +TIMESTAMP = 1571029580 +SHA256 (daid-EmptyEpsilon-EE-2019.09.10_GH0.tar.gz) = eb594b02c4a235b4c87cfa7c800be2dba2fc369d874b21116b7c7e1bcb39328a +SIZE (daid-EmptyEpsilon-EE-2019.09.10_GH0.tar.gz) = 255460209 +SHA256 (daid-SeriousProton-EE-2019.09.10_GH0.tar.gz) = 479ef135b68f8e04aed9112b02062c0c151d994d397e3b2b79aa8f9ad08f69fe +SIZE (daid-SeriousProton-EE-2019.09.10_GH0.tar.gz) = 607847 diff --git a/games/emptyepsilon/files/patch-CMakeLists.txt b/games/emptyepsilon/files/patch-CMakeLists.txt index bddf8f1e650c..aa3340c8e949 100644 --- a/games/emptyepsilon/files/patch-CMakeLists.txt +++ b/games/emptyepsilon/files/patch-CMakeLists.txt @@ -1,19 +1,29 @@ ---- CMakeLists.txt.orig 2016-10-31 05:06:07 UTC +--- CMakeLists.txt.orig 2019-09-10 10:55:00 UTC +++ CMakeLists.txt -@@ -395,11 +395,11 @@ else() +@@ -464,16 +464,16 @@ else() install(TARGETS ${EXECUTABLE_NAME} RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_BINDIR}) endif() -find_package(PythonInterp) -if(PYTHONINTERP_FOUND) -- add_custom_target(scriptdoc ALL ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/compile_script_docs.py ${CMAKE_BINARY_DIR}/script_reference.html WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} COMMENT "Building script reference documentation.") +- add_custom_command( +- OUTPUT ${CMAKE_BINARY_DIR}/script_reference.html +- COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/compile_script_docs.py ${CMAKE_BINARY_DIR}/script_reference.html +- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} +- COMMENT "Building script reference documentation.") +- add_custom_target(script_reference ALL DEPENDS ${CMAKE_BINARY_DIR}/script_reference.html) - install(FILES ${CMAKE_BINARY_DIR}/script_reference.html DESTINATION .) -endif() +#find_package(PythonInterp) +#if(PYTHONINTERP_FOUND) -+# add_custom_target(scriptdoc ALL ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/compile_script_docs.py ${CMAKE_BINARY_DIR}/script_reference.html WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} COMMENT "Building script reference documentation.") ++# add_custom_command( ++# OUTPUT ${CMAKE_BINARY_DIR}/script_reference.html ++# COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/compile_script_docs.py ${CMAKE_BINARY_DIR}/script_reference.html ++# WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} ++# COMMENT "Building script reference documentation.") ++# add_custom_target(script_reference ALL DEPENDS ${CMAKE_BINARY_DIR}/script_reference.html) +# install(FILES ${CMAKE_BINARY_DIR}/script_reference.html DESTINATION .) +#endif() set(CPACK_PACKAGE_EXECUTABLES ${EXECUTABLE_NAME}) - set(CPACK_GENERATOR "ZIP") + set(CPACK_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}")