From e7f3bdc9ee9caf1eab253e969316d8cbb0364544 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 28 Apr 2022 21:57:34 +0300 Subject: [PATCH] =?UTF-8?q?games/hoverboard-sdl:=20update=200.7.3=20?= =?UTF-8?q?=E2=86=92=200.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- games/hoverboard-sdl/Makefile | 3 +- games/hoverboard-sdl/distinfo | 5 +-- .../hoverboard-sdl/files/patch-CMakeLists.txt | 32 +++++-------------- 3 files changed, 12 insertions(+), 28 deletions(-) diff --git a/games/hoverboard-sdl/Makefile b/games/hoverboard-sdl/Makefile index 41304ee3e7d6b..2dcf12b4bd6ab 100644 --- a/games/hoverboard-sdl/Makefile +++ b/games/hoverboard-sdl/Makefile @@ -1,6 +1,5 @@ PORTNAME= hoverboard -PORTVERSION= 0.7.3 -PORTREVISION= 6 +PORTVERSION= 0.8.0 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/hoverboard-sdl/distinfo b/games/hoverboard-sdl/distinfo index 8186fc75eac26..cb22838df047c 100644 --- a/games/hoverboard-sdl/distinfo +++ b/games/hoverboard-sdl/distinfo @@ -1,2 +1,3 @@ -SHA256 (AMDmi3-hoverboard-sdl-0.7.3_GH0.tar.gz) = 59c51aea62d4a8771212986aef7cb9ed307802f995585a94100514eb16b7f1b4 -SIZE (AMDmi3-hoverboard-sdl-0.7.3_GH0.tar.gz) = 3833983 +TIMESTAMP = 1651172187 +SHA256 (AMDmi3-hoverboard-sdl-0.8.0_GH0.tar.gz) = ed40bac3f15738c05921b63f771c6c39bbaac19edc08ccf2468c297fdcd8b54d +SIZE (AMDmi3-hoverboard-sdl-0.8.0_GH0.tar.gz) = 3832680 diff --git a/games/hoverboard-sdl/files/patch-CMakeLists.txt b/games/hoverboard-sdl/files/patch-CMakeLists.txt index d0742614ed1cf..77d2468931a1c 100644 --- a/games/hoverboard-sdl/files/patch-CMakeLists.txt +++ b/games/hoverboard-sdl/files/patch-CMakeLists.txt @@ -1,27 +1,11 @@ ---- CMakeLists.txt.orig 2016-01-23 13:29:12 UTC +--- CMakeLists.txt.orig 2022-04-28 18:29:24 UTC +++ CMakeLists.txt -@@ -27,14 +27,7 @@ IF(NOT MSVC) - ENDIF(NOT MSVC) +@@ -84,7 +84,7 @@ if(SYSTEMWIDE OR STANDALONE) + install(TARGETS hoverboard RUNTIME DESTINATION ${BINDIR}) + install(DIRECTORY data/ DESTINATION ${DATADIR}) - # depends --IF(NOT EXISTS ${PROJECT_SOURCE_DIR}/extlibs/libSDL2pp/CMakeLists.txt) -- MESSAGE(FATAL_ERROR "The source directory\n ${PROJECT_SOURCE_DIR}/extlibs/libSDL2pp\ndoes not contain a CMakeLists.txt file.\nIt is likely that you forgot to run\n git submodule init && git submodule update") --ENDIF(NOT EXISTS ${PROJECT_SOURCE_DIR}/extlibs/libSDL2pp/CMakeLists.txt) -- --SET(SDL2PP_WITH_IMAGE TRUE) --SET(SDL2PP_WITH_TTF TRUE) --ADD_SUBDIRECTORY(extlibs/libSDL2pp) -- -+FIND_PACKAGE(SDL2PP) - FIND_PACKAGE(Threads) +- install(FILES README.md COPYING COPYING.DATA DESTINATION ${DOCSDIR}) ++ install(FILES README.md DESTINATION ${DOCSDIR}) - # definitions -@@ -81,7 +74,7 @@ IF(SYSTEMWIDE OR STANDALONE) - INSTALL(TARGETS hoverboard RUNTIME DESTINATION ${BINDIR}) - INSTALL(DIRECTORY data/ DESTINATION ${DATADIR}) - -- INSTALL(FILES README.md COPYING COPYING.DATA DESTINATION ${DOCSDIR}) -+ INSTALL(FILES README.md DESTINATION ${DOCSDIR}) - - IF(NOT WIN32) - CONFIGURE_FILE(misc/hoverboard.desktop.in misc/hoverboard.desktop) + if(NOT WIN32) + configure_file(misc/hoverboard.desktop.in misc/hoverboard.desktop)