Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2025 03:17:52 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 15bc9c152b85 - main - games/wesnoth: Fix build with boost >= 1.87.0
Message-ID:  <202502140317.51E3Hq8i022296@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=15bc9c152b85ed8881a76f3fbf0a9bda5a930d3d

commit 15bc9c152b85ed8881a76f3fbf0a9bda5a930d3d
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-02-14 01:08:22 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-02-14 03:17:02 +0000

    games/wesnoth: Fix build with boost >= 1.87.0
---
 games/wesnoth/Makefile | 5 +++++
 games/wesnoth/distinfo | 6 +++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile
index eb0fd8645345..b58e07dd9403 100644
--- a/games/wesnoth/Makefile
+++ b/games/wesnoth/Makefile
@@ -7,6 +7,11 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERS
 		http://files.wesnoth.org/ \
 		http://ports.toco-domains.de/
 
+PATCH_SITES+=	https://github.com/wesnoth/wesnoth/commit/
+PATCHFILES+=	e8271cd1387e05eca3342da3584a64adb1aae7d8.patch:-p1
+PATCHFILES+=	37ee134d7a17f509982f6ba4fda60a6b1e9acc72.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 8e542c9fcdbd..52948d862923 100644
--- a/games/wesnoth/distinfo
+++ b/games/wesnoth/distinfo
@@ -1,3 +1,7 @@
-TIMESTAMP = 1730831469
+TIMESTAMP = 1739483659
 SHA256 (wesnoth-1.18.3.tar.bz2) = d2d07aae5fd8d09509b8137034e4648cc5c356188a5dbd785831511728d1eb7e
 SIZE (wesnoth-1.18.3.tar.bz2) = 461694247
+SHA256 (e8271cd1387e05eca3342da3584a64adb1aae7d8.patch) = 08c5451a24e0c7f6782f079f82d0a54e2068371a67b50e55dc5f11c6240a7e35
+SIZE (e8271cd1387e05eca3342da3584a64adb1aae7d8.patch) = 6873
+SHA256 (37ee134d7a17f509982f6ba4fda60a6b1e9acc72.patch) = f3603444fdf386698f1ebb6e2a15d1453fc1b35273a48836eb99135aac7b0696
+SIZE (37ee134d7a17f509982f6ba4fda60a6b1e9acc72.patch) = 10222


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502140317.51E3Hq8i022296>