git: 49b046206ebc - main - games/blobby: Update to 1.1.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Aug 2023 16:09:29 UTC
The branch main has been updated by martymac: URL: https://cgit.FreeBSD.org/ports/commit/?id=49b046206ebccff8afa494865d9502169d975876 commit 49b046206ebccff8afa494865d9502169d975876 Author: Ganael LAPLANCHE <martymac@FreeBSD.org> AuthorDate: 2023-08-17 16:08:01 +0000 Commit: Ganael LAPLANCHE <martymac@FreeBSD.org> CommitDate: 2023-08-17 16:09:20 +0000 games/blobby: Update to 1.1.1 --- games/blobby/Makefile | 2 +- games/blobby/distinfo | 6 +++--- games/blobby/files/patch-data-CMakeLists.txt | 9 ++++++--- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/games/blobby/Makefile b/games/blobby/Makefile index f9f8a3c29f09..232e2669a3b0 100644 --- a/games/blobby/Makefile +++ b/games/blobby/Makefile @@ -1,6 +1,6 @@ PORTNAME= blobby DISTVERSIONPREFIX= v -DISTVERSION= 1.1 +DISTVERSION= 1.1.1 PORTEPOCH= 1 CATEGORIES= games diff --git a/games/blobby/distinfo b/games/blobby/distinfo index a686607f287e..3106d8e34c32 100644 --- a/games/blobby/distinfo +++ b/games/blobby/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1686770986 -SHA256 (danielknobe-blobbyvolley2-v1.1_GH0.tar.gz) = 6ff6a62d13fb171b2c6535d692277cf3fe8f3a6081d1956b26b0f655170817f4 -SIZE (danielknobe-blobbyvolley2-v1.1_GH0.tar.gz) = 1927400 +TIMESTAMP = 1692094409 +SHA256 (danielknobe-blobbyvolley2-v1.1.1_GH0.tar.gz) = 80bbd08a68f5be27341b08de1926db7461b4da57a9f790478d363057440ba31e +SIZE (danielknobe-blobbyvolley2-v1.1.1_GH0.tar.gz) = 2415673 diff --git a/games/blobby/files/patch-data-CMakeLists.txt b/games/blobby/files/patch-data-CMakeLists.txt index dbf94dd84c2a..ba41f4f0d16e 100644 --- a/games/blobby/files/patch-data-CMakeLists.txt +++ b/games/blobby/files/patch-data-CMakeLists.txt @@ -1,9 +1,12 @@ ---- data/CMakeLists.txt.orig 2023-06-11 17:26:52 UTC +--- data/CMakeLists.txt.orig 2023-08-05 17:58:00 UTC +++ data/CMakeLists.txt -@@ -41,5 +41,5 @@ set(install_files +@@ -41,7 +41,7 @@ set(install_files if (WIN32 OR SWITCH) install(FILES ${install_files} DESTINATION data) - elseif (UNIX) + elseif (UNIX AND NOT APPLE) - install(FILES ${install_files} DESTINATION share/blobby) + install(FILES ${install_files} DESTINATION ${DATADIR}) endif (WIN32 OR SWITCH) + + set(data_files ${install_files} PARENT_SCOPE) +\ No newline at end of file