git: fe926364b9e0 - main - games/ags: Update to 3.6.1.23
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Apr 2024 05:53:15 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe926364b9e05a19e996cd6c3bf389a2d933f6f8 commit fe926364b9e05a19e996cd6c3bf389a2d933f6f8 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-04-23 06:22:36 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-04-24 05:52:53 +0000 games/ags: Update to 3.6.1.23 https://github.com/adventuregamestudio/ags/releases/tag/v3.6.1.22 https://github.com/adventuregamestudio/ags/releases/tag/v3.6.1.23 --- games/ags/Makefile | 2 +- games/ags/distinfo | 6 +++--- games/ags/files/patch-Engine_Makefile-defs.linux | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/games/ags/Makefile b/games/ags/Makefile index 8611515b465c..9d2e1dce5e22 100644 --- a/games/ags/Makefile +++ b/games/ags/Makefile @@ -1,5 +1,5 @@ PORTNAME= ags -DISTVERSION= 3.6.0.56 +DISTVERSION= 3.6.1.23 CATEGORIES= games MASTER_SITES= https://github.com/adventuregamestudio/ags/releases/download/v${PORTVERSION}/ DISTNAME= ags_${DISTVERSION}_source diff --git a/games/ags/distinfo b/games/ags/distinfo index ddbb3d721b61..406d8bfbbe5a 100644 --- a/games/ags/distinfo +++ b/games/ags/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704848072 -SHA256 (ags_3.6.0.56_source.tar.xz) = edd13f34d2e0de358bf5ad2ab89d5e92626a23103c708626b15683e301f9c54b -SIZE (ags_3.6.0.56_source.tar.xz) = 6345804 +TIMESTAMP = 1713848234 +SHA256 (ags_3.6.1.23_source.tar.xz) = 16524b8201867280f22b48f9db266e34a1a66aa1ed4a250c43d0fd2d86566aa7 +SIZE (ags_3.6.1.23_source.tar.xz) = 6120940 diff --git a/games/ags/files/patch-Engine_Makefile-defs.linux b/games/ags/files/patch-Engine_Makefile-defs.linux index 1d367101d163..bbc44f06b57e 100644 --- a/games/ags/files/patch-Engine_Makefile-defs.linux +++ b/games/ags/files/patch-Engine_Makefile-defs.linux @@ -1,7 +1,7 @@ ---- Engine/Makefile-defs.linux.orig 2023-06-04 18:08:48 UTC +--- Engine/Makefile-defs.linux.orig 2024-04-08 20:18:04 UTC +++ Engine/Makefile-defs.linux @@ -6,14 +6,14 @@ LIBDIR = - INCDIR = ../Engine ../Common ../Common/libinclude ../Common/libsrc/alfont-2.0.9 ../Engine/libsrc/apeg-1.2.1/ ../libsrc/mojoAL ../Plugins ../Engine/libsrc/glad/include ../libsrc/glm $(ALLEGRO_SRCDIR)/include + INCDIR = ../Engine ../Common ../Common/libinclude ../Common/libsrc/alfont-2.0.9 ../Engine/libsrc/apeg-1.2.1/ ../libsrc/mojoAL ../Plugins ../Engine/libsrc/glad/include ../libsrc/miniz ../libsrc/glm $(ALLEGRO_SRCDIR)/include LIBDIR = -CFLAGS := -O2 -g \ @@ -11,13 +11,13 @@ -Wno-unused-value \ -Werror=write-strings -Werror=format -Werror=format-security \ -DNDEBUG \ - -DALLEGRO_STATICLINK \ + -DALLEGRO_STATICLINK -DAL_LIBTYPE_STATIC \ - -DLINUX_VERSION -DBUILTIN_PLUGINS -DHAVE_FSEEKO -DDISABLE_MPEG_AUDIO -DAGS_CASE_SENSITIVE_FILESYSTEM -DAGS_HAS_CD_AUDIO \ + -DLINUX_VERSION -DBUILTIN_PLUGINS -DHAVE_FSEEKO -DDISABLE_MPEG_AUDIO -DAGS_CASE_SENSITIVE_FILESYSTEM \ -D_FILE_OFFSET_BITS=64 -DRTLD_NEXT \ $(FT_CFLAGS) $(CFLAGS) -@@ -58,7 +58,7 @@ BASE_PLATFORM = \ +@@ -61,7 +61,7 @@ BASE_PLATFORM = \ endif BASE_PLATFORM = \