Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2024 08:00:30 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7999da064c4b - main - games/scummvm: Fix build with Freetype2 2.13.3
Message-ID:  <202409140800.48E80UdO076483@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7999da064c4bf2a2104bf76e188fe453364b53f3

commit 7999da064c4bf2a2104bf76e188fe453364b53f3
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-09-14 06:52:52 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-09-14 08:00:02 +0000

    games/scummvm: Fix build with Freetype2 2.13.3
    
    Backport upstream commit 65977961b20ba97b1213b5267da0cb1efb49063b
    
    Reference:
    https://github.com/scummvm/scummvm/commit/65977961b20ba97b1213b5267da0cb1efb49063b
    
    PR:             281345
    Approved by:    portmgr (blanket, build fix)
---
 games/scummvm/Makefile | 3 +++
 games/scummvm/distinfo | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile
index 645bf4ca63f3..01c05f57d4a9 100644
--- a/games/scummvm/Makefile
+++ b/games/scummvm/Makefile
@@ -3,6 +3,9 @@ PORTVERSION=	2.8.1
 CATEGORIES=	games emulators
 MASTER_SITES=	https://downloads.scummvm.org/frs/${PORTNAME}/${PORTVERSION}/
 
+PATCH_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/commit/
+PATCHFILES=	65977961b20ba97b1213b5267da0cb1efb49063b.patch:-p1
+
 MAINTAINER=	kai@FreeBSD.org
 COMMENT=	Interpreter for several adventure games
 WWW=		https://www.scummvm.org/
diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo
index 70873ffcd2dc..60a7eba8ac1f 100644
--- a/games/scummvm/distinfo
+++ b/games/scummvm/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1710576415
+TIMESTAMP = 1725684958
 SHA256 (scummvm-2.8.1.tar.xz) = 7e97f4a13d22d570b70c9b357c941999be71deb9186039c87d82bbd9c20727b7
 SIZE (scummvm-2.8.1.tar.xz) = 207711376
+SHA256 (65977961b20ba97b1213b5267da0cb1efb49063b.patch) = 13b5dd7354eec6e3e0bbeeb93926726120182cde075b21f288e0fdc6174370c3
+SIZE (65977961b20ba97b1213b5267da0cb1efb49063b.patch) = 2414



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