Hello ports@, Here's attached the patch to update games/godot to 3.3.4. It's a maintenance release that shouldn't introduce incompatibilities with the previous version.
The release note is here: https://godotengine.org/article/maintenance-release-godot-3-3-4 and the changelog here: https://github.com/godotengine/godot/blob/3.3.4-stable/CHANGELOG.md Lightly tested on amd64 and everything (including audio) seems to be working fine. Cheers, Omar Polo Index: Makefile =================================================================== RCS file: /home/cvs/ports/games/godot/Makefile,v retrieving revision 1.25 diff -u -p -r1.25 Makefile --- Makefile 31 Aug 2021 11:59:56 -0000 1.25 +++ Makefile 2 Oct 2021 06:57:09 -0000 @@ -5,7 +5,7 @@ BROKEN-powerpc64 = Unknown ISA COMMENT = 2D and 3D game engine -V = 3.3.3 +V = 3.3.4 DISTNAME = godot-${V}-stable PKGNAME = godot-${V} CATEGORIES = games Index: distinfo =================================================================== RCS file: /home/cvs/ports/games/godot/distinfo,v retrieving revision 1.8 diff -u -p -r1.8 distinfo --- distinfo 22 Aug 2021 01:43:49 -0000 1.8 +++ distinfo 2 Oct 2021 06:57:25 -0000 @@ -1,2 +1,2 @@ -SHA256 (godot-3.3.3-stable.tar.xz) = vFWFDZ/8lQXuBcOtqItkhxNZ45DPZ/wtWK4CrTqpv3M= -SIZE (godot-3.3.3-stable.tar.xz) = 20648824 +SHA256 (godot-3.3.4-stable.tar.xz) = n1On1tY/Tp15PEGtG++JUYYZ8+Hw3dCJplIfLV7cWFk= +SIZE (godot-3.3.4-stable.tar.xz) = 20682120
