git: 246d08cd777f - main - games/ags: Update to 3.6.0.50
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Jul 2023 21:26:19 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=246d08cd777ff053ba7fbe3d1b31866a337c9c46 commit 246d08cd777ff053ba7fbe3d1b31866a337c9c46 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2023-07-02 21:25:17 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2023-07-02 21:25:17 +0000 games/ags: Update to 3.6.0.50 https://github.com/adventuregamestudio/ags/releases/tag/v3.6.0.50 --- games/ags/Makefile | 2 +- games/ags/distinfo | 6 +++--- games/ags/files/patch-Engine_platform_bsd_acplbsd.cpp | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/games/ags/Makefile b/games/ags/Makefile index f0b37f66a9c9..b17cf8b482a1 100644 --- a/games/ags/Makefile +++ b/games/ags/Makefile @@ -1,5 +1,5 @@ PORTNAME= ags -DISTVERSION= 3.6.0.49 +DISTVERSION= 3.6.0.50 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 f5d81da60e7e..e88700bba5e0 100644 --- a/games/ags/distinfo +++ b/games/ags/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1687373460 -SHA256 (ags_3.6.0.49_source.tar.xz) = c7a81cff1a63ec45062ab7281d0a9880962aa9aa2bec311b038079a03707a642 -SIZE (ags_3.6.0.49_source.tar.xz) = 6345140 +TIMESTAMP = 1688332802 +SHA256 (ags_3.6.0.50_source.tar.xz) = 69036116de5c4665a5378b27554356d73120b6fbfba47e53e89f4032d723eb19 +SIZE (ags_3.6.0.50_source.tar.xz) = 6283556 diff --git a/games/ags/files/patch-Engine_platform_bsd_acplbsd.cpp b/games/ags/files/patch-Engine_platform_bsd_acplbsd.cpp deleted file mode 100644 index ab6a4267c48d..000000000000 --- a/games/ags/files/patch-Engine_platform_bsd_acplbsd.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- Engine/platform/bsd/acplbsd.cpp.orig 2023-06-23 17:18:33 UTC -+++ Engine/platform/bsd/acplbsd.cpp -@@ -19,7 +19,7 @@ - // *************** FREEBSD DRIVER *************** - - #include "platform/base/agsplatformdriver.h" --#include "platform/base/agsplatform_unix.h" -+#include "platform/base/agsplatform_xdg_unix.h" - - struct AGSFreeBSD : AGSPlatformXDGUnix { - eScriptSystemOSID GetSystemOSID() override;