Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2019 05:18:36 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514433 - in head/games/emptyepsilon: . files
Message-ID:  <201910140518.x9E5Ia63035594@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Oct 14 05:18:35 2019
New Revision: 514433
URL: https://svnweb.freebsd.org/changeset/ports/514433

Log:
  games/emptyepsilon: Update 2019.05.21 -> 2019.09.10
  
  Reported by:	portscout

Modified:
  head/games/emptyepsilon/Makefile
  head/games/emptyepsilon/distinfo
  head/games/emptyepsilon/files/patch-CMakeLists.txt

Modified: head/games/emptyepsilon/Makefile
==============================================================================
--- head/games/emptyepsilon/Makefile	Mon Oct 14 05:04:21 2019	(r514432)
+++ head/games/emptyepsilon/Makefile	Mon Oct 14 05:18:35 2019	(r514433)
@@ -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

Modified: head/games/emptyepsilon/distinfo
==============================================================================
--- head/games/emptyepsilon/distinfo	Mon Oct 14 05:04:21 2019	(r514432)
+++ head/games/emptyepsilon/distinfo	Mon Oct 14 05:18:35 2019	(r514433)
@@ -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

Modified: head/games/emptyepsilon/files/patch-CMakeLists.txt
==============================================================================
--- head/games/emptyepsilon/files/patch-CMakeLists.txt	Mon Oct 14 05:04:21 2019	(r514432)
+++ head/games/emptyepsilon/files/patch-CMakeLists.txt	Mon Oct 14 05:18:35 2019	(r514433)
@@ -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}")



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910140518.x9E5Ia63035594>