Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jul 2021 22:06:07 GMT
From:      Guangyuan Yang <ygy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d482245238f7 - main - emulators/mgba: Update to 0.9.2
Message-ID:  <202107182206.16IM67Vu073350@gitrepo.freebsd.org>

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

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

commit d482245238f75c236e0f8b05af372125c63ad485
Author:     James Wright <james.wright@digital-chaos.com>
AuthorDate: 2021-07-18 21:39:19 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-07-18 21:39:19 +0000

    emulators/mgba: Update to 0.9.2
    
    Changelog:      https://mgba.io/2021/07/10/mgba-0.9.2/
    
    PR:             257166
    Approved by:    lwhsu (mentor, implicit), Greg V (maintainer)
---
 emulators/mgba/Makefile                  |  3 +--
 emulators/mgba/distinfo                  |  6 +++---
 emulators/mgba/files/patch-version.cmake | 11 -----------
 emulators/mgba/pkg-plist                 | 15 ++++++++-------
 4 files changed, 12 insertions(+), 23 deletions(-)

diff --git a/emulators/mgba/Makefile b/emulators/mgba/Makefile
index 453076dbbe59..7217f4407862 100644
--- a/emulators/mgba/Makefile
+++ b/emulators/mgba/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	mgba
-DISTVERSION=	0.8.4
-PORTREVISION=	2
+DISTVERSION=	0.9.2
 CATEGORIES=	emulators
 
 MAINTAINER=	greg@unrelenting.technology
diff --git a/emulators/mgba/distinfo b/emulators/mgba/distinfo
index 2d69911b75a0..236f74363833 100644
--- a/emulators/mgba/distinfo
+++ b/emulators/mgba/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604037166
-SHA256 (mgba-emu-mgba-0.8.4_GH0.tar.gz) = 6b94873dac9040fd6fd9f13f76dc48f342e954f3b4cf82717b59601c3a32b72c
-SIZE (mgba-emu-mgba-0.8.4_GH0.tar.gz) = 12347906
+TIMESTAMP = 1626222809
+SHA256 (mgba-emu-mgba-0.9.2_GH0.tar.gz) = 29ca22ebc56b26a4e7224efbb5fa12c9c006563d41990afb0874d048db76add4
+SIZE (mgba-emu-mgba-0.9.2_GH0.tar.gz) = 12761919
diff --git a/emulators/mgba/files/patch-version.cmake b/emulators/mgba/files/patch-version.cmake
deleted file mode 100644
index e0fe5e072ca5..000000000000
--- a/emulators/mgba/files/patch-version.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
---- version.cmake.orig	2020-10-30 06:22:22 UTC
-+++ version.cmake
-@@ -3,7 +3,7 @@ if(NOT PROJECT_NAME)
- endif()
- set(LIB_VERSION_MAJOR 0)
- set(LIB_VERSION_MINOR 8)
--set(LIB_VERSION_PATCH 3)
-+set(LIB_VERSION_PATCH 4)
- set(LIB_VERSION_ABI 0.8)
- set(LIB_VERSION_STRING ${LIB_VERSION_MAJOR}.${LIB_VERSION_MINOR}.${LIB_VERSION_PATCH})
- set(SUMMARY "${PROJECT_NAME} Game Boy Advance Emulator")
diff --git a/emulators/mgba/pkg-plist b/emulators/mgba/pkg-plist
index 8fe110507b55..04cef37b8bed 100644
--- a/emulators/mgba/pkg-plist
+++ b/emulators/mgba/pkg-plist
@@ -1,10 +1,10 @@
 bin/mgba
 %%QT5%%bin/mgba-qt
-include/mgba-util/arm-algo.h
 include/mgba-util/circle-buffer.h
 include/mgba-util/common.h
 include/mgba-util/configuration.h
 include/mgba-util/crc32.h
+include/mgba-util/dllexports.h
 include/mgba-util/elf-read.h
 include/mgba-util/export.h
 include/mgba-util/formatting.h
@@ -61,7 +61,6 @@ include/mgba/core/tile-cache.h
 include/mgba/core/timing.h
 include/mgba/core/version.h
 include/mgba/debugger/debugger.h
-include/mgba/dllexports.h
 include/mgba/feature/commandline.h
 include/mgba/feature/thread-proxy.h
 include/mgba/feature/video-logger.h
@@ -86,6 +85,7 @@ include/mgba/internal/arm/macros.h
 include/mgba/internal/debugger/cli-debugger.h
 include/mgba/internal/debugger/gdb-stub.h
 include/mgba/internal/debugger/parser.h
+include/mgba/internal/debugger/stack-trace.h
 include/mgba/internal/debugger/symbols.h
 include/mgba/internal/gb/audio.h
 include/mgba/internal/gb/cheats.h
@@ -93,6 +93,7 @@ include/mgba/internal/gb/debugger/debugger.h
 include/mgba/internal/gb/debugger/symbols.h
 include/mgba/internal/gb/extra/cli.h
 include/mgba/internal/gb/gb.h
+include/mgba/internal/gb/input.h
 include/mgba/internal/gb/io.h
 include/mgba/internal/gb/mbc.h
 include/mgba/internal/gb/memory.h
@@ -124,13 +125,11 @@ include/mgba/internal/gba/renderers/common.h
 include/mgba/internal/gba/renderers/gl.h
 include/mgba/internal/gba/renderers/proxy.h
 include/mgba/internal/gba/renderers/video-software.h
-include/mgba/internal/gba/rr/mgm.h
-include/mgba/internal/gba/rr/rr.h
-include/mgba/internal/gba/rr/vbm.h
 include/mgba/internal/gba/savedata.h
 include/mgba/internal/gba/serialize.h
 include/mgba/internal/gba/sharkport.h
 include/mgba/internal/gba/sio.h
+include/mgba/internal/gba/sio/dolphin.h
 include/mgba/internal/gba/sio/lockstep.h
 include/mgba/internal/gba/timer.h
 include/mgba/internal/gba/vfame.h
@@ -143,8 +142,8 @@ include/mgba/internal/sm83/emitter-sm83.h
 include/mgba/internal/sm83/isa-sm83.h
 include/mgba/internal/sm83/sm83.h
 lib/libmgba.so
-lib/libmgba.so.0.8
-lib/libmgba.so.0.8.4
+lib/libmgba.so.0.9
+lib/libmgba.so.0.9.2
 %%LIBRETRO%%lib/libretro/mgba_libretro.so
 %%QT5%%man/man6/mgba-qt.6.gz
 man/man6/mgba.6.gz
@@ -153,6 +152,8 @@ man/man6/mgba.6.gz
 %%PORTDOCS%%%%DOCSDIR%%/LICENSE
 %%PORTDOCS%%%%DOCSDIR%%/README.md
 %%PORTDOCS%%%%DOCSDIR%%/README_DE.md
+%%PORTDOCS%%%%DOCSDIR%%/README_ES.md
+%%PORTDOCS%%%%DOCSDIR%%/README_ZH_CN.md
 %%PORTDOCS%%%%DOCSDIR%%/licenses/blip_buf.txt
 %%PORTDOCS%%%%DOCSDIR%%/licenses/inih.txt
 share/icons/hicolor/128x128/apps/mgba.png



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