summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-11-18 20:01:03 +0000
committeradam <adam@pkgsrc.org>2019-11-18 20:01:03 +0000
commitbc626b16d0ccc15cc98b681f0077c7cba1f2514e (patch)
tree3a07c03b0e56d3639288f5d04c66efd5ff47f33e /emulators
parent74e67937fed8096ae7d3afbdd74cd1e2c5ef19b7 (diff)
downloadpkgsrc-bc626b16d0ccc15cc98b681f0077c7cba1f2514e.tar.gz
fs-uae: updated to 3.0.2
Changes in FS-UAE Launcher 3.0.2 Another fix for global WHDLoad quit key. Fixed a misleading warning when cyberstorm ROM was not found (3.0.1). Changes in FS-UAE 3.0.1: Fix video scaling when restoring from fullscreen on Windows. Changes in FS-UAE Launcher 3.0.1: Scanner bug prevented Conquests of the Longbow WHDLoad to be recognized. The correct kickstart wasn’t always loaded. Cloanto ROMs were not always decrypted. Fix for global WHDLoad quit key.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/fs-uae-arcade/Makefile4
-rw-r--r--emulators/fs-uae-arcade/distinfo12
-rw-r--r--emulators/fs-uae-arcade/patches/patch-setup.py4
-rw-r--r--emulators/fs-uae-launcher/Makefile4
-rw-r--r--emulators/fs-uae-launcher/distinfo12
-rw-r--r--emulators/fs-uae-launcher/patches/patch-setup.py4
-rw-r--r--emulators/fs-uae/Makefile5
-rw-r--r--emulators/fs-uae/distinfo10
8 files changed, 27 insertions, 28 deletions
diff --git a/emulators/fs-uae-arcade/Makefile b/emulators/fs-uae-arcade/Makefile
index 8108234806f..8993bb722ad 100644
--- a/emulators/fs-uae-arcade/Makefile
+++ b/emulators/fs-uae-arcade/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/11/03 19:24:32 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2019/11/18 20:01:03 adam Exp $
-DISTNAME= fs-uae-arcade-3.0.0
+DISTNAME= fs-uae-arcade-3.0.2
CATEGORIES= emulators
MASTER_SITES= http://fs-uae.net/stable/${PKGVERSION_NOREV}/
diff --git a/emulators/fs-uae-arcade/distinfo b/emulators/fs-uae-arcade/distinfo
index cf2534cf012..393a7ed7753 100644
--- a/emulators/fs-uae-arcade/distinfo
+++ b/emulators/fs-uae-arcade/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2019/08/22 18:35:22 adam Exp $
+$NetBSD: distinfo,v 1.3 2019/11/18 20:01:03 adam Exp $
-SHA1 (fs-uae-arcade-3.0.0.tar.gz) = 83282f70e0355bb3d24a5e3f634577ce93a07b1f
-RMD160 (fs-uae-arcade-3.0.0.tar.gz) = 78462f3f6a5df0c187aa836a19012c7717a669aa
-SHA512 (fs-uae-arcade-3.0.0.tar.gz) = ee648f1b9eb53a4bdc708fc499b7ffa04c48a6957bcaf26c7e3c84172031ca195aeb7752f75633608369405c45120a5384391483cb2e62e09a62b5de23fd1a3b
-Size (fs-uae-arcade-3.0.0.tar.gz) = 9277540 bytes
-SHA1 (patch-setup.py) = da8ca35d46d31f293336d79ad87688b936636438
+SHA1 (fs-uae-arcade-3.0.2.tar.gz) = 50f3918f746ad03b50c048810668046acb30a87b
+RMD160 (fs-uae-arcade-3.0.2.tar.gz) = 44b6948d975e495444d80e572a8f801c43e2757f
+SHA512 (fs-uae-arcade-3.0.2.tar.gz) = b302837bb99eec707e1e34299485d31cfefeafb31030aaecbc11aa81a5c8adbc70e8048e737f6fcab1ee08b87274c193a28e4e34f5cbd9473242db698269a360
+Size (fs-uae-arcade-3.0.2.tar.gz) = 9277982 bytes
+SHA1 (patch-setup.py) = 4e512d249d5e101381b61c3c7c03a25db228cdd1
diff --git a/emulators/fs-uae-arcade/patches/patch-setup.py b/emulators/fs-uae-arcade/patches/patch-setup.py
index af0b516856c..61be904b766 100644
--- a/emulators/fs-uae-arcade/patches/patch-setup.py
+++ b/emulators/fs-uae-arcade/patches/patch-setup.py
@@ -1,4 +1,4 @@
-$NetBSD: patch-setup.py,v 1.2 2019/08/22 18:35:22 adam Exp $
+$NetBSD: patch-setup.py,v 1.3 2019/11/18 20:01:03 adam Exp $
Fix installation on Darwin.
@@ -10,7 +10,7 @@ Fix installation on Darwin.
-if sys.platform == "darwin":
- setup_kwargs["name"] = title
-- setup_kwargs["version"] = "3.0.0"
+- setup_kwargs["version"] = "3.0.2"
-else:
- setup_kwargs["scripts"] = scripts
+setup_kwargs["scripts"] = scripts
diff --git a/emulators/fs-uae-launcher/Makefile b/emulators/fs-uae-launcher/Makefile
index 685289144d5..9696a3a84f7 100644
--- a/emulators/fs-uae-launcher/Makefile
+++ b/emulators/fs-uae-launcher/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2019/11/03 19:24:32 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2019/11/18 20:01:03 adam Exp $
-DISTNAME= fs-uae-launcher-3.0.0
+DISTNAME= fs-uae-launcher-3.0.2
CATEGORIES= emulators
MASTER_SITES= https://fs-uae.net/stable/${PKGVERSION_NOREV}/
diff --git a/emulators/fs-uae-launcher/distinfo b/emulators/fs-uae-launcher/distinfo
index 1ce778697f2..3f0638bb0b1 100644
--- a/emulators/fs-uae-launcher/distinfo
+++ b/emulators/fs-uae-launcher/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2019/08/22 18:35:22 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/11/18 20:01:03 adam Exp $
-SHA1 (fs-uae-launcher-3.0.0.tar.gz) = 8485e539e3e83985c57f5a4491e726014ee79b62
-RMD160 (fs-uae-launcher-3.0.0.tar.gz) = a7e9e1f8c0bf8478329a4473e1bb03d354194e54
-SHA512 (fs-uae-launcher-3.0.0.tar.gz) = 76f9c48d2a46ece38aebb318a6d684ff40e85fef76bcc6ac57c7f397c828dae45541ba458a7792f102a8afc69a4183b9932b637318716a8b40ff3dbd3b37cad7
-Size (fs-uae-launcher-3.0.0.tar.gz) = 9631352 bytes
-SHA1 (patch-setup.py) = df9265799d36585dbd9a9308a05a34cbc29c4944
+SHA1 (fs-uae-launcher-3.0.2.tar.gz) = d0dcbb699bb1f79281144891807afd46f32ce135
+RMD160 (fs-uae-launcher-3.0.2.tar.gz) = b177d935f7e78f6aed4386061baa7c2c75775728
+SHA512 (fs-uae-launcher-3.0.2.tar.gz) = 6e9d5588b4cee79b7d5468b7d5e3d6c82e54957fcb0b05d3e9d1da8710336f0af82821fea37ee4cf4e0dc12ead6096183fe488afe860ce11573fd828718ba3d3
+Size (fs-uae-launcher-3.0.2.tar.gz) = 9633002 bytes
+SHA1 (patch-setup.py) = a8941bf94edabd0441c0a579f7169e45eae65b76
diff --git a/emulators/fs-uae-launcher/patches/patch-setup.py b/emulators/fs-uae-launcher/patches/patch-setup.py
index 48cc05acce4..0e1823ffca7 100644
--- a/emulators/fs-uae-launcher/patches/patch-setup.py
+++ b/emulators/fs-uae-launcher/patches/patch-setup.py
@@ -1,4 +1,4 @@
-$NetBSD: patch-setup.py,v 1.3 2019/08/22 18:35:23 adam Exp $
+$NetBSD: patch-setup.py,v 1.4 2019/11/18 20:01:03 adam Exp $
Fix installation on Darwin.
@@ -10,7 +10,7 @@ Fix installation on Darwin.
-if sys.platform == "darwin":
- setup_kwargs["name"] = title
-- setup_kwargs["version"] = "3.0.0"
+- setup_kwargs["version"] = "3.0.2"
-else:
- setup_kwargs["scripts"] = scripts
+setup_kwargs["scripts"] = scripts
diff --git a/emulators/fs-uae/Makefile b/emulators/fs-uae/Makefile
index ef1e349178a..9779a6b9f3f 100644
--- a/emulators/fs-uae/Makefile
+++ b/emulators/fs-uae/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2019/10/23 20:21:05 rhialto Exp $
+# $NetBSD: Makefile,v 1.11 2019/11/18 20:01:03 adam Exp $
-DISTNAME= fs-uae-3.0.0
-PKGREVISION= 1
+DISTNAME= fs-uae-3.0.2
CATEGORIES= emulators
MASTER_SITES= https://fs-uae.net/stable/${PKGVERSION_NOREV}/
diff --git a/emulators/fs-uae/distinfo b/emulators/fs-uae/distinfo
index c4cc5c147ac..126c14f98d8 100644
--- a/emulators/fs-uae/distinfo
+++ b/emulators/fs-uae/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2019/08/22 18:35:22 adam Exp $
+$NetBSD: distinfo,v 1.5 2019/11/18 20:01:03 adam Exp $
-SHA1 (fs-uae-3.0.0.tar.gz) = 319b4795da1fe9165d445e3cc6fc4de527c57633
-RMD160 (fs-uae-3.0.0.tar.gz) = b6ac6c4360a4e4d1f2d1021e6d37ac8e95f91d2a
-SHA512 (fs-uae-3.0.0.tar.gz) = 3ceee2434b3aa3f545370a17149b3cda8d2eeb1bd093a45869a897a00b82ae4395efc52c129124e44262b47b7f56337e1adb9f58b0a1562efa73ee3ea3915b68
-Size (fs-uae-3.0.0.tar.gz) = 4841427 bytes
+SHA1 (fs-uae-3.0.2.tar.gz) = cb9a928a9b056e32aa2469432c83e53fc5a08c6d
+RMD160 (fs-uae-3.0.2.tar.gz) = 5a9866d3c3c5478ce1b5b952361f1a5ae764efe6
+SHA512 (fs-uae-3.0.2.tar.gz) = 4727e61276e75e7b622b7c22b3991955efff0cf371215a0c72158d1f78e78dad7e82680865891ce015472606e8f55ed568c22a157760cc0779bef39aefc8c416
+Size (fs-uae-3.0.2.tar.gz) = 4843019 bytes
SHA1 (patch-manymouse_x11__xinput2.c) = 9b2891d1ce62affb694ac11b2386115799ed6fa9
SHA1 (patch-src_od-fs_bsdsocket__posix.cpp) = 78ecdd2efe903fdebfb0e144a4fc775296b73048