games/emptyepsilon: Update 2019.05.21 -> 2019.09.10
Reported by: portscout
This commit is contained in:
parent
388aa55aba
commit
28cc52b67e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514433
@ -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
|
||||
|
@ -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
|
||||
|
@ -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}")
|
||||
|
Loading…
Reference in New Issue
Block a user