games/irrlamb: update 1.0.5 → 1.0.6

This commit is contained in:
Dmitry Marakasov 2025-03-06 19:21:15 +03:00
parent 9229caa5b2
commit ae5e7acc66
3 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= irrlamb PORTNAME= irrlamb
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 1.0.5 DISTVERSION= 1.0.6
CATEGORIES= games CATEGORIES= games
DIST_SUBDIR= ${PORTNAME} DIST_SUBDIR= ${PORTNAME}

View file

@ -1,5 +1,5 @@
TIMESTAMP = 1722951064 TIMESTAMP = 1741277686
SHA256 (irrlamb/code-v1.0.5.tar.bz2) = a417e9decd99f30c0d60467fa669a1741cab04c13c542dd67860518bffb565bc SHA256 (irrlamb/code-v1.0.6.tar.bz2) = 1d6a5650db49beb5a6db2f0ff4b1d7f2c369bd4381b1a1db18ab08839c7f9b44
SIZE (irrlamb/code-v1.0.5.tar.bz2) = 38453848 SIZE (irrlamb/code-v1.0.6.tar.bz2) = 38453676
SHA256 (irrlamb/jazztickets-cmake-486362ce74eaf6b26067576a8b6b03dcad27a7a5_GL0.tar.gz) = 9f80e2f8ed0526c039c7d5a4545c550fd7b5f37e96409c88525f08da6ae82ff1 SHA256 (irrlamb/jazztickets-cmake-486362ce74eaf6b26067576a8b6b03dcad27a7a5_GL0.tar.gz) = 9f80e2f8ed0526c039c7d5a4545c550fd7b5f37e96409c88525f08da6ae82ff1
SIZE (irrlamb/jazztickets-cmake-486362ce74eaf6b26067576a8b6b03dcad27a7a5_GL0.tar.gz) = 10388 SIZE (irrlamb/jazztickets-cmake-486362ce74eaf6b26067576a8b6b03dcad27a7a5_GL0.tar.gz) = 10388

View file

@ -1,9 +1,9 @@
--- CMakeLists.txt.orig 2024-07-29 16:06:12 UTC --- CMakeLists.txt.orig 2024-09-21 15:55:49 UTC
+++ CMakeLists.txt +++ CMakeLists.txt
@@ -8,13 +8,13 @@ add_definitions(-DGAME_VERSION="1.0.5") @@ -8,13 +8,13 @@ add_definitions(-DGAME_VERSION="1.0.6")
# define constants # define constants
add_definitions(-DGAME_VERSION="1.0.5") add_definitions(-DGAME_VERSION="1.0.6")
-add_definitions(-D_IRR_STATIC_LIB_) -add_definitions(-D_IRR_STATIC_LIB_)
-add_definitions(-DdIDEDOUBLE) -add_definitions(-DdIDEDOUBLE)
-add_definitions(-DCCD_IDEDOUBLE) -add_definitions(-DCCD_IDEDOUBLE)