Date: Fri, 3 Nov 2023 21:17:58 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 514f7506c59c - main - devel/godot: update to 4.1.2 Message-ID: <202311032117.3A3LHwP0098136@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=514f7506c59c552c42aa2318eebcf99c97964e1e commit 514f7506c59c552c42aa2318eebcf99c97964e1e Author: Shane <FreeBSD@ShaneWare.Biz> AuthorDate: 2023-10-28 03:14:30 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-11-03 21:09:39 +0000 devel/godot: update to 4.1.2 Also update demo projects to 4.0 head as of 29/3. Changelog: https://godotengine.org/article/maintenance-release-godot-4-1-2/ PR: 274762 --- devel/godot/Makefile | 8 ++++---- devel/godot/distinfo | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/devel/godot/Makefile b/devel/godot/Makefile index 156bb972c2fa..2b870795e2e9 100644 --- a/devel/godot/Makefile +++ b/devel/godot/Makefile @@ -1,7 +1,7 @@ PORTNAME= godot -DISTVERSION= 4.0.2 +DISTVERSION= 4.1.2 DISTVERSIONSUFFIX= -stable -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES= devel games MAINTAINER= FreeBSD@Shaneware.biz @@ -54,8 +54,8 @@ AUDIO_DESC= Audio support ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_MAKE_ARGS= alsa=True ALSA_MAKE_ARGS_OFF= alsa=False -# 4.0 head at 3/3 -EXAMPLES_GH_TUPLE= godotengine:godot-demo-projects:778baf07cc7d:DEMOS +# 4.0 head at 29/3 +EXAMPLES_GH_TUPLE= godotengine:godot-demo-projects:05c8f822972f:DEMOS EXAMPLES_PORTEXAMPLES= * PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_MAKE_ARGS= pulseaudio=True diff --git a/devel/godot/distinfo b/devel/godot/distinfo index 77768c3f1852..190acbb4baa6 100644 --- a/devel/godot/distinfo +++ b/devel/godot/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1681812118 -SHA256 (godotengine-godot-4.0.2-stable_GH0.tar.gz) = d978282597c5e3a398ad3ade8b5a68d351178c82b197fa6a64045f4abc37e5a6 -SIZE (godotengine-godot-4.0.2-stable_GH0.tar.gz) = 40212819 -SHA256 (godotengine-godot-demo-projects-778baf07cc7d_GH0.tar.gz) = 42ad5425fd3685887140e404f7fd8abf15ba4a97f475291200e872a1241913fe -SIZE (godotengine-godot-demo-projects-778baf07cc7d_GH0.tar.gz) = 199997674 +TIMESTAMP = 1698455433 +SHA256 (godotengine-godot-4.1.2-stable_GH0.tar.gz) = 790ff4f364f8421597a970f16041e86007f4c522bd427b3d7d14679026e58d40 +SIZE (godotengine-godot-4.1.2-stable_GH0.tar.gz) = 41861495 +SHA256 (godotengine-godot-demo-projects-05c8f82297_GH0.tar.gz) = 970ead32fd86abcd7119e3ec398d68bdc38dc7a07c7d2c493e4ad311a6a9c31b +SIZE (godotengine-godot-demo-projects-05c8f82297_GH0.tar.gz) = 200000291
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311032117.3A3LHwP0098136>