Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Oct 2021 11:26:54 GMT
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 70bb127a5d5c - main - emulators/fs-uae: Update to 3.1.35
Message-ID:  <202110261126.19QBQsah045926@gitrepo.freebsd.org>

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

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

commit 70bb127a5d5ce1f4ee484d57ceee8f2d9322ef6c
Author:     Gian-Simon Purkert <gspurki@gmail.com>
AuthorDate: 2021-10-26 11:24:37 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2021-10-26 11:24:37 +0000

    emulators/fs-uae: Update to 3.1.35
    
    Changelog:
      Version 3.1:
    
      * Fix device helper for xinput devices with recent SDL2 versions.
      * Support for multiple mice disabled by default on macOS due to security
        warning. Use option multiple_mice = 1 to enable.
      * Disable expect_version option (no longer synchronized with launcher).
      * Added support for more physical keys (when using rawinput).
      * Compilation fixes for Apple M1 hardware.
      * Netplay desync fixes related to file system (directory hard drives).
      * Better virtual memory reservation algorithm.
      * Option to automatically pause on menu screen [mrsilver76].
      * Use RTLD_DEEPBIND with dlopen on Linux when loading plugins.
      * Changes to how plugins are looked up.
      * Ide patch.
      * SCP floppy image doesn't wrap to revolution #0 cleanly [keirf].
      * Fixed crash in nname_to_aname [PowderedToastMan].
    
    PR:             259335
    Approved by:    sirdice (maintainer)
---
 emulators/fs-uae/Makefile | 3 +--
 emulators/fs-uae/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/emulators/fs-uae/Makefile b/emulators/fs-uae/Makefile
index b643d9ffdaa8..2f15f907a4c8 100644
--- a/emulators/fs-uae/Makefile
+++ b/emulators/fs-uae/Makefile
@@ -1,8 +1,7 @@
 # Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
 
 PORTNAME=	fs-uae
-PORTVERSION=	3.0.5
-PORTREVISION=	2
+PORTVERSION=	3.1.35
 CATEGORIES=	emulators
 MASTER_SITES=	http://fs-uae.net/stable/${PORTVERSION}/
 
diff --git a/emulators/fs-uae/distinfo b/emulators/fs-uae/distinfo
index fe3816fd9ec3..c296a038da1e 100644
--- a/emulators/fs-uae/distinfo
+++ b/emulators/fs-uae/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589753710
-SHA256 (fs-uae-3.0.5.tar.gz) = f26ec42e03cf1a7b53b6ce0d9845aa45bbf472089b5ec046b3eb784ec6859fe3
-SIZE (fs-uae-3.0.5.tar.gz) = 4819884
+TIMESTAMP = 1634809576
+SHA256 (fs-uae-3.1.35.tar.gz) = f1c92d011d2fdc863b8424c10f68f13b89c0beaae4c5f845cc9b9e3895f21f31
+SIZE (fs-uae-3.1.35.tar.gz) = 4817547



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