pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators
Module Name: pkgsrc
Committed By: adam
Date: Mon Nov 18 20:01:03 UTC 2019
Modified Files:
pkgsrc/emulators/fs-uae: Makefile distinfo
pkgsrc/emulators/fs-uae-arcade: Makefile distinfo
pkgsrc/emulators/fs-uae-arcade/patches: patch-setup.py
pkgsrc/emulators/fs-uae-launcher: Makefile distinfo
pkgsrc/emulators/fs-uae-launcher/patches: patch-setup.py
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/emulators/fs-uae/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/fs-uae/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/emulators/fs-uae-arcade/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/fs-uae-arcade/distinfo
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/emulators/fs-uae-arcade/patches/patch-setup.py
cvs rdiff -u -r1.13 -r1.14 pkgsrc/emulators/fs-uae-launcher/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/fs-uae-launcher/distinfo
cvs rdiff -u -r1.3 -r1.4 \
pkgsrc/emulators/fs-uae-launcher/patches/patch-setup.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/fs-uae/Makefile
diff -u pkgsrc/emulators/fs-uae/Makefile:1.10 pkgsrc/emulators/fs-uae/Makefile:1.11
--- pkgsrc/emulators/fs-uae/Makefile:1.10 Wed Oct 23 20:21:05 2019
+++ pkgsrc/emulators/fs-uae/Makefile Mon Nov 18 20:01:03 2019
@@ -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}/
Index: pkgsrc/emulators/fs-uae/distinfo
diff -u pkgsrc/emulators/fs-uae/distinfo:1.4 pkgsrc/emulators/fs-uae/distinfo:1.5
--- pkgsrc/emulators/fs-uae/distinfo:1.4 Thu Aug 22 18:35:22 2019
+++ pkgsrc/emulators/fs-uae/distinfo Mon Nov 18 20:01:03 2019
@@ -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
Index: pkgsrc/emulators/fs-uae-arcade/Makefile
diff -u pkgsrc/emulators/fs-uae-arcade/Makefile:1.6 pkgsrc/emulators/fs-uae-arcade/Makefile:1.7
--- pkgsrc/emulators/fs-uae-arcade/Makefile:1.6 Sun Nov 3 19:24:32 2019
+++ pkgsrc/emulators/fs-uae-arcade/Makefile Mon Nov 18 20:01:03 2019
@@ -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}/
Index: pkgsrc/emulators/fs-uae-arcade/distinfo
diff -u pkgsrc/emulators/fs-uae-arcade/distinfo:1.2 pkgsrc/emulators/fs-uae-arcade/distinfo:1.3
--- pkgsrc/emulators/fs-uae-arcade/distinfo:1.2 Thu Aug 22 18:35:22 2019
+++ pkgsrc/emulators/fs-uae-arcade/distinfo Mon Nov 18 20:01:03 2019
@@ -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
Index: pkgsrc/emulators/fs-uae-arcade/patches/patch-setup.py
diff -u pkgsrc/emulators/fs-uae-arcade/patches/patch-setup.py:1.2 pkgsrc/emulators/fs-uae-arcade/patches/patch-setup.py:1.3
--- pkgsrc/emulators/fs-uae-arcade/patches/patch-setup.py:1.2 Thu Aug 22 18:35:22 2019
+++ pkgsrc/emulators/fs-uae-arcade/patches/patch-setup.py Mon Nov 18 20:01:03 2019
@@ -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
Index: pkgsrc/emulators/fs-uae-launcher/Makefile
diff -u pkgsrc/emulators/fs-uae-launcher/Makefile:1.13 pkgsrc/emulators/fs-uae-launcher/Makefile:1.14
--- pkgsrc/emulators/fs-uae-launcher/Makefile:1.13 Sun Nov 3 19:24:32 2019
+++ pkgsrc/emulators/fs-uae-launcher/Makefile Mon Nov 18 20:01:03 2019
@@ -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}/
Index: pkgsrc/emulators/fs-uae-launcher/distinfo
diff -u pkgsrc/emulators/fs-uae-launcher/distinfo:1.3 pkgsrc/emulators/fs-uae-launcher/distinfo:1.4
--- pkgsrc/emulators/fs-uae-launcher/distinfo:1.3 Thu Aug 22 18:35:22 2019
+++ pkgsrc/emulators/fs-uae-launcher/distinfo Mon Nov 18 20:01:03 2019
@@ -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
Index: pkgsrc/emulators/fs-uae-launcher/patches/patch-setup.py
diff -u pkgsrc/emulators/fs-uae-launcher/patches/patch-setup.py:1.3 pkgsrc/emulators/fs-uae-launcher/patches/patch-setup.py:1.4
--- pkgsrc/emulators/fs-uae-launcher/patches/patch-setup.py:1.3 Thu Aug 22 18:35:23 2019
+++ pkgsrc/emulators/fs-uae-launcher/patches/patch-setup.py Mon Nov 18 20:01:03 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index