1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

- Update to 4.1.3

This commit is contained in:
Dmitry Marakasov 2021-01-27 14:07:43 +00:00
parent c951d316ef
commit 77bf76fe53
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563078
3 changed files with 15 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= wyrmgus
PORTVERSION= 4.1.2
PORTVERSION= 4.1.3
DISTVERSIONPREFIX= v
CATEGORIES= games devel

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1610886938
SHA256 (Andrettin-Wyrmgus-v4.1.2_GH0.tar.gz) = b7652685f682f132ecb5235f1132747f23f9129d4570bf1a015b16bce80713d7
SIZE (Andrettin-Wyrmgus-v4.1.2_GH0.tar.gz) = 1544931
TIMESTAMP = 1611668366
SHA256 (Andrettin-Wyrmgus-v4.1.3_GH0.tar.gz) = 0b53051a39f1f35b4bd4ef362e8ce59b38e0d748e3af32be3386409c8797f21a
SIZE (Andrettin-Wyrmgus-v4.1.3_GH0.tar.gz) = 1550896

View File

@ -0,0 +1,11 @@
--- CMakeLists.txt.orig 2021-01-26 13:05:03 UTC
+++ CMakeLists.txt
@@ -1811,7 +1811,7 @@ endif()
########### install files ###############
-install(TARGETS stratagus DESTINATION ${GAMEDIR})
+install(TARGETS stratagus_main DESTINATION ${GAMEDIR})
if(ENABLE_METASERVER)
install(TARGETS metaserver DESTINATION ${SBINDIR})