Date: Mon, 6 Jan 2025 11:32:03 GMT From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: f292d4a8d167 - 2025Q1 - games/sulis: Fix west road elevation Message-ID: <202501061132.506BW3qK075092@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2025Q1 has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=f292d4a8d16750b4b0676e6175e734d8afc0d13e commit f292d4a8d16750b4b0676e6175e734d8afc0d13e Author: Älven <alster@vinterdalen.se> AuthorDate: 2025-01-06 11:27:37 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2025-01-06 11:31:38 +0000 games/sulis: Fix west road elevation Backported patch [1] for upstream issue #221 [2], which blocks act3 campaign (fix west road elevation). [1] https://github.com/Grokmoo/sulis/commit/fda9fbe830c0db6fbba153f3c2de34ccebf4630f?diff=unified&w=0 [2] https://github.com/Grokmoo/sulis/issues/221 PR: 283874 MFH: 2025Q1 (cherry picked from commit e5d780739d066161218ac041660b7364d735ffec) --- games/sulis/Makefile | 5 +++-- games/sulis/distinfo | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/games/sulis/Makefile b/games/sulis/Makefile index ae08990eb596..8279e956c643 100644 --- a/games/sulis/Makefile +++ b/games/sulis/Makefile @@ -1,10 +1,11 @@ PORTNAME= sulis DISTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= af773b9f09753ea8614ac82dd8033c870a5a779c.patch:-p1 +PATCHFILES= af773b9f09753ea8614ac82dd8033c870a5a779c.patch:-p1 \ + fda9fbe830c0db6fbba153f3c2de34ccebf4630f.patch:-p1 MAINTAINER= alster@vinterdalen.se COMMENT= Turn based tactical RPG with several campaigns, written in Rust diff --git a/games/sulis/distinfo b/games/sulis/distinfo index dd8577c8d4bb..607379f7bb09 100644 --- a/games/sulis/distinfo +++ b/games/sulis/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1735500352 +TIMESTAMP = 1736112269 SHA256 (rust/crates/addr2line-0.20.0.crate) = f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3 SIZE (rust/crates/addr2line-0.20.0.crate) = 39558 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -493,3 +493,5 @@ SHA256 (Grokmoo-sulis-1.0.0_GH0.tar.gz) = 5ad819d5291c3211073c50426de9dcc223b394 SIZE (Grokmoo-sulis-1.0.0_GH0.tar.gz) = 74925320 SHA256 (af773b9f09753ea8614ac82dd8033c870a5a779c.patch) = 4a9f6d35ed0cf2e0dab9b584fa4bb7ec4804db3a57cf07056cc694cf87826cbe SIZE (af773b9f09753ea8614ac82dd8033c870a5a779c.patch) = 308800 +SHA256 (fda9fbe830c0db6fbba153f3c2de34ccebf4630f.patch) = 574b143a214acdc01944d1b1cbf6feec003a073789e20086c95d0db6e09af120 +SIZE (fda9fbe830c0db6fbba153f3c2de34ccebf4630f.patch) = 153301
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501061132.506BW3qK075092>