git: 60a57136db6b - main - games/irrlamb: update 1.0.3 → 1.0.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 31 Aug 2024 02:24:05 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=60a57136db6b44e8c3b058ca43e49e9795af5c9e commit 60a57136db6b44e8c3b058ca43e49e9795af5c9e Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2024-08-06 13:50:04 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2024-08-31 02:18:35 +0000 games/irrlamb: update 1.0.3 → 1.0.5 --- games/irrlamb/Makefile | 3 +-- games/irrlamb/distinfo | 6 +++--- games/irrlamb/files/patch-CMakeLists.txt | 11 +++++------ 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/games/irrlamb/Makefile b/games/irrlamb/Makefile index 4ca8bf2bc761..16eb5efbffc7 100644 --- a/games/irrlamb/Makefile +++ b/games/irrlamb/Makefile @@ -1,7 +1,6 @@ PORTNAME= irrlamb DISTVERSIONPREFIX= v -DISTVERSION= 1.0.3 -PORTREVISION= 4 +DISTVERSION= 1.0.5 CATEGORIES= games DIST_SUBDIR= ${PORTNAME} diff --git a/games/irrlamb/distinfo b/games/irrlamb/distinfo index bd7c7e7d21d6..435f5acbd765 100644 --- a/games/irrlamb/distinfo +++ b/games/irrlamb/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1715015043 -SHA256 (irrlamb/code-v1.0.3.tar.bz2) = 14775ba5b4f9e558fdb2c6ea3ef55a754fa9ffdc8a43ca260eab580d71d1027f -SIZE (irrlamb/code-v1.0.3.tar.bz2) = 38458585 +TIMESTAMP = 1722951064 +SHA256 (irrlamb/code-v1.0.5.tar.bz2) = a417e9decd99f30c0d60467fa669a1741cab04c13c542dd67860518bffb565bc +SIZE (irrlamb/code-v1.0.5.tar.bz2) = 38453848 SHA256 (irrlamb/jazztickets-cmake-486362ce74eaf6b26067576a8b6b03dcad27a7a5_GL0.tar.gz) = 9f80e2f8ed0526c039c7d5a4545c550fd7b5f37e96409c88525f08da6ae82ff1 SIZE (irrlamb/jazztickets-cmake-486362ce74eaf6b26067576a8b6b03dcad27a7a5_GL0.tar.gz) = 10388 diff --git a/games/irrlamb/files/patch-CMakeLists.txt b/games/irrlamb/files/patch-CMakeLists.txt index ca23eebd2f94..1a53e42f1f3c 100644 --- a/games/irrlamb/files/patch-CMakeLists.txt +++ b/games/irrlamb/files/patch-CMakeLists.txt @@ -1,10 +1,9 @@ ---- CMakeLists.txt.orig 2022-06-03 00:15:34 UTC +--- CMakeLists.txt.orig 2024-07-29 16:06:12 UTC +++ CMakeLists.txt -@@ -7,14 +7,14 @@ if(EXISTS "${PROJECT_SOURCE_DIR}/tools") - endif() +@@ -8,13 +8,13 @@ add_definitions(-DGAME_VERSION="1.0.5") # define constants - add_definitions(-DGAME_VERSION="1.0.3") + add_definitions(-DGAME_VERSION="1.0.5") -add_definitions(-D_IRR_STATIC_LIB_) -add_definitions(-DdIDEDOUBLE) -add_definitions(-DCCD_IDEDOUBLE) @@ -22,7 +21,7 @@ # add extra find modules set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake;${CMAKE_MODULE_PATH}") -@@ -53,6 +53,14 @@ include_directories(${X11_Xrandr_INCLUDE_PATH}) +@@ -53,6 +53,14 @@ include_directories(${X11_xf86vmode_INCLUDE_PATH}) include_directories(${X11_X11_INCLUDE_PATH}) include_directories(${X11_xf86vmode_INCLUDE_PATH}) @@ -37,7 +36,7 @@ # pandora devices if(PANDORA) add_definitions("-DPANDORA") -@@ -127,15 +135,15 @@ if(WIN32) +@@ -127,15 +135,15 @@ else() else() # linux installation