aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2023-01-16 13:25:15 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2023-01-16 14:54:26 +0000
commit3900f668c543ea72bfbaf36939d12f8133c8db20 (patch)
tree4eeb5b4d5c35c40f668747a360a883e89ca4ff6d
parent532e8c1df142c60c7055e45a7ccf99c869a8c6f3 (diff)
downloadports-3900f668c543ea72bfbaf36939d12f8133c8db20.tar.gz
ports-3900f668c543ea72bfbaf36939d12f8133c8db20.zip
games/springlobby: update 0.273 → 0.274
-rw-r--r--games/springlobby/Makefile3
-rw-r--r--games/springlobby/distinfo6
-rw-r--r--games/springlobby/files/patch-src_CMakeLists.txt18
3 files changed, 13 insertions, 14 deletions
diff --git a/games/springlobby/Makefile b/games/springlobby/Makefile
index 1ea21a423577..670b070bc9f8 100644
--- a/games/springlobby/Makefile
+++ b/games/springlobby/Makefile
@@ -1,6 +1,5 @@
PORTNAME= springlobby
-PORTVERSION= 0.273
-PORTREVISION= 2
+PORTVERSION= 0.274
CATEGORIES= games net
MASTER_SITES= https://springlobby.springrts.com/dl/stable/
diff --git a/games/springlobby/distinfo b/games/springlobby/distinfo
index faea9391a271..b431a6b50d6c 100644
--- a/games/springlobby/distinfo
+++ b/games/springlobby/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1646942745
-SHA256 (springlobby-0.273.tar.bz2) = 5e453a8ba0010a0c371fdbc9bb4c631d13b506096e7983352f227171974eac39
-SIZE (springlobby-0.273.tar.bz2) = 6586846
+TIMESTAMP = 1673356808
+SHA256 (springlobby-0.274.tar.bz2) = a2c6ddee952a5baf875a43e762ae30ce699fa225d970659b4987d2e47b260888
+SIZE (springlobby-0.274.tar.bz2) = 1957931
diff --git a/games/springlobby/files/patch-src_CMakeLists.txt b/games/springlobby/files/patch-src_CMakeLists.txt
index fae7f2a7b60a..9ac1b0ff23b1 100644
--- a/games/springlobby/files/patch-src_CMakeLists.txt
+++ b/games/springlobby/files/patch-src_CMakeLists.txt
@@ -1,14 +1,14 @@
---- src/CMakeLists.txt.orig 2021-08-21 18:23:23 UTC
+--- src/CMakeLists.txt.orig 2023-01-10 09:38:42 UTC
+++ src/CMakeLists.txt
-@@ -503,11 +503,6 @@ target_include_directories(springlobby
- PRIVATE ${generated_gui_include}
- )
+@@ -505,11 +505,6 @@ target_include_directories(springlobby
+ ${generated_gui_include}
+ )
--IF(UNIX)
-- FIND_PACKAGE(X11 REQUIRED)
-- TARGET_LINK_LIBRARIES(springlobby ${X11_X11_LIB})
--ENDIF(UNIX)
+-if(UNIX)
+- find_package(X11 REQUIRED)
+- target_link_libraries(springlobby ${X11_X11_LIB})
+-endif()
-
- ENABLE_TESTING()
+ enable_testing()
add_subdirectory(tests)