diff options
Diffstat (limited to 'games/wesnoth')
-rw-r--r-- | games/wesnoth/Makefile | 8 | ||||
-rw-r--r-- | games/wesnoth/distinfo | 12 | ||||
-rw-r--r-- | games/wesnoth/files/patch-src_filesystem.cpp | 17 | ||||
-rw-r--r-- | games/wesnoth/files/patch-src_filesystem.hpp | 10 | ||||
-rw-r--r-- | games/wesnoth/files/patch-src_game__launcher.cpp | 12 |
5 files changed, 4 insertions, 55 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index afd77b415dd0..6fa6658f0829 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,17 +1,11 @@ PORTNAME= wesnoth -PORTVERSION= 1.18.4 -PORTREVISION= 1 +PORTVERSION= 1.18.5 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ http://files.wesnoth.org/ \ http://ports.toco-domains.de/ -PATCH_SITES+= https://github.com/wesnoth/wesnoth/commit/ -PATCHFILES+= 8a91c0c05a037e75f53cdbd07c0a9f83186c69a5.patch:-p1 -PATCHFILES+= 385a153aa02fee7b8674d4f470fddf98a4f57bb3.patch:-p1 -PATCHFILES+= 51f424f5ab516a79691084fa4611fc28867e3171.patch:-p1 - MAINTAINER= fluffy@FreeBSD.org COMMENT= Fantasy turn-based strategy game WWW= https://www.wesnoth.org/ diff --git a/games/wesnoth/distinfo b/games/wesnoth/distinfo index f98c2fe4ee7a..b8c66ad5fc0a 100644 --- a/games/wesnoth/distinfo +++ b/games/wesnoth/distinfo @@ -1,9 +1,3 @@ -TIMESTAMP = 1747037175 -SHA256 (wesnoth-1.18.4.tar.bz2) = 2b95351729fcf1384d521d540aa0adfc80a9be2991aa4791f3b090678e4364ae -SIZE (wesnoth-1.18.4.tar.bz2) = 461847477 -SHA256 (8a91c0c05a037e75f53cdbd07c0a9f83186c69a5.patch) = bf57831b40ef380c4c5a7efc02e466f06fc657ecbd2ea58fc7564c22b3957318 -SIZE (8a91c0c05a037e75f53cdbd07c0a9f83186c69a5.patch) = 13923 -SHA256 (385a153aa02fee7b8674d4f470fddf98a4f57bb3.patch) = 13734ffe400e7fdc11d2205c2d30fa2866076ddb1d693be35710a0d01d26c09c -SIZE (385a153aa02fee7b8674d4f470fddf98a4f57bb3.patch) = 6548 -SHA256 (51f424f5ab516a79691084fa4611fc28867e3171.patch) = e7548946e8fb8c940090984b8f38efc35759eecbe1001645c911f8123891b53d -SIZE (51f424f5ab516a79691084fa4611fc28867e3171.patch) = 13139 +TIMESTAMP = 1750757961 +SHA256 (wesnoth-1.18.5.tar.bz2) = e15db3caf446d91d389fc275f10c1a9e7ca3c6176c3b8ce94f5ee4a7a0c81bd6 +SIZE (wesnoth-1.18.5.tar.bz2) = 461916727 diff --git a/games/wesnoth/files/patch-src_filesystem.cpp b/games/wesnoth/files/patch-src_filesystem.cpp deleted file mode 100644 index 3f4f6b59b332..000000000000 --- a/games/wesnoth/files/patch-src_filesystem.cpp +++ /dev/null @@ -1,17 +0,0 @@ ---- src/filesystem.cpp.orig 2025-02-17 21:50:08 UTC -+++ src/filesystem.cpp -@@ -30,11 +30,13 @@ - #include "serialization/unicode.hpp" - #include "utils/general.hpp" - -+#define BOOST_PROCESS_VERSION 1 - #include <boost/filesystem.hpp> - #include <boost/filesystem/fstream.hpp> - #include <boost/iostreams/device/file_descriptor.hpp> - #include <boost/iostreams/stream.hpp> --#include <boost/process.hpp> -+#include <boost/process/v1/search_path.hpp> -+#include <boost/algorithm/string/replace.hpp> - #include "game_config_view.hpp" - - #ifdef _WIN32 diff --git a/games/wesnoth/files/patch-src_filesystem.hpp b/games/wesnoth/files/patch-src_filesystem.hpp deleted file mode 100644 index 570850ac9575..000000000000 --- a/games/wesnoth/files/patch-src_filesystem.hpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/filesystem.hpp.orig 2025-02-17 21:50:08 UTC -+++ src/filesystem.hpp -@@ -21,6 +21,7 @@ - #pragma once - - #include <ctime> -+#include <cstdint> - #include <fstream> - #include <iosfwd> - #include <memory> diff --git a/games/wesnoth/files/patch-src_game__launcher.cpp b/games/wesnoth/files/patch-src_game__launcher.cpp deleted file mode 100644 index 8d0db636c090..000000000000 --- a/games/wesnoth/files/patch-src_game__launcher.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- src/game_launcher.cpp.orig 2025-02-17 21:50:08 UTC -+++ src/game_launcher.cpp -@@ -61,7 +61,8 @@ - #ifdef _WIN32 - #include <boost/process/windows.hpp> - #endif --#include <boost/process.hpp> -+#define BOOST_PROCESS_VERSION 1 -+#include <boost/process/v1/child.hpp> - #include <cstdlib> // for system - #include <new> - #include <utility> // for pair |