Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators fs-uae*: updated to 3.0.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7c6362acb3f
branches:  trunk
changeset: 432557:b7c6362acb3f
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat May 23 09:12:57 2020 +0000

description:
fs-uae*: updated to 3.0.5

3.0.5:
Unknown changes

3.0.3:
Fixed crash when starting the Launcher in a KDE environment.

diffstat:

 emulators/fs-uae-arcade/Makefile                 |   9 +++++----
 emulators/fs-uae-arcade/distinfo                 |  12 ++++++------
 emulators/fs-uae-arcade/patches/patch-setup.py   |   4 ++--
 emulators/fs-uae-launcher/Makefile               |  16 ++++++++++++----
 emulators/fs-uae-launcher/distinfo               |  12 ++++++------
 emulators/fs-uae-launcher/patches/patch-setup.py |   4 ++--
 emulators/fs-uae/Makefile                        |   5 ++---
 emulators/fs-uae/distinfo                        |  10 +++++-----
 8 files changed, 40 insertions(+), 32 deletions(-)

diffs (160 lines):

diff -r 87f704e5ce85 -r b7c6362acb3f emulators/fs-uae-arcade/Makefile
--- a/emulators/fs-uae-arcade/Makefile  Sat May 23 09:08:33 2020 +0000
+++ b/emulators/fs-uae-arcade/Makefile  Sat May 23 09:12:57 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/05/21 09:42:43 mef Exp $
+# $NetBSD: Makefile,v 1.9 2020/05/23 09:12:57 adam Exp $
 
-DISTNAME=      fs-uae-arcade-3.0.2
+DISTNAME=      fs-uae-arcade-3.0.5
 CATEGORIES=    emulators
 MASTER_SITES=  http://fs-uae.net/stable/${PKGVERSION_NOREV}/
 
@@ -24,8 +24,9 @@
 USE_TOOLS+=            gmake msgfmt
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
-PYSETUPINSTALLARGS=            --install-lib=${PREFIX:Q}/share/fs-uae-arcade
-PYSETUPINSTALLARGS+=           --install-scripts=${PREFIX:Q}/share/fs-uae-arcade
+
+PYSETUPINSTALLARGS=    --install-lib=${PREFIX:Q}/share/fs-uae-arcade
+PYSETUPINSTALLARGS+=   --install-scripts=${PREFIX:Q}/share/fs-uae-arcade
 
 REPLACE_PYTHON+=       fs-uae-arcade
 
diff -r 87f704e5ce85 -r b7c6362acb3f emulators/fs-uae-arcade/distinfo
--- a/emulators/fs-uae-arcade/distinfo  Sat May 23 09:08:33 2020 +0000
+++ b/emulators/fs-uae-arcade/distinfo  Sat May 23 09:12:57 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2019/11/18 20:01:03 adam Exp $
+$NetBSD: distinfo,v 1.4 2020/05/23 09:12:57 adam Exp $
 
-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
+SHA1 (fs-uae-arcade-3.0.5.tar.gz) = ac5084a3fa6fe6cd1138981fb0535ed93d3c8318
+RMD160 (fs-uae-arcade-3.0.5.tar.gz) = e20405b1b762f5495ce2b6c271e6a989b199485c
+SHA512 (fs-uae-arcade-3.0.5.tar.gz) = 1fe70a2863d1ec6051565b62f549f505ddd05802826a67a0e65d84904fe1156006eac9e77d41049274471fb3e4ad26f74b728c78206048c09041f91a646b1fee
+Size (fs-uae-arcade-3.0.5.tar.gz) = 9277503 bytes
+SHA1 (patch-setup.py) = fc9a71aeb662210193f7fb399a5fa25425a47773
diff -r 87f704e5ce85 -r b7c6362acb3f emulators/fs-uae-arcade/patches/patch-setup.py
--- a/emulators/fs-uae-arcade/patches/patch-setup.py    Sat May 23 09:08:33 2020 +0000
+++ b/emulators/fs-uae-arcade/patches/patch-setup.py    Sat May 23 09:12:57 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-setup.py,v 1.3 2019/11/18 20:01:03 adam Exp $
+$NetBSD: patch-setup.py,v 1.4 2020/05/23 09:12:57 adam Exp $
 
 Fix installation on Darwin.
 
@@ -10,7 +10,7 @@
  
 -if sys.platform == "darwin":
 -    setup_kwargs["name"] = title
--    setup_kwargs["version"] = "3.0.2"
+-    setup_kwargs["version"] = "3.0.5"
 -else:
 -    setup_kwargs["scripts"] = scripts
 +setup_kwargs["scripts"] = scripts
diff -r 87f704e5ce85 -r b7c6362acb3f emulators/fs-uae-launcher/Makefile
--- a/emulators/fs-uae-launcher/Makefile        Sat May 23 09:08:33 2020 +0000
+++ b/emulators/fs-uae-launcher/Makefile        Sat May 23 09:12:57 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/05/20 23:14:33 mef Exp $
+# $NetBSD: Makefile,v 1.16 2020/05/23 09:12:57 adam Exp $
 
-DISTNAME=      fs-uae-launcher-3.0.2
+DISTNAME=      fs-uae-launcher-3.0.5
 CATEGORIES=    emulators
 MASTER_SITES=  https://fs-uae.net/stable/${PKGVERSION_NOREV}/
 
@@ -25,13 +25,21 @@
 USE_TOOLS+=            gmake msgfmt
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
-PYSETUPINSTALLARGS=            --install-lib=${PREFIX:Q}/share/fs-uae-launcher
-PYSETUPINSTALLARGS+=           --install-scripts=${PREFIX:Q}/share/fs-uae-launcher
+
+PYSETUPINSTALLARGS=    --install-lib=${PREFIX:Q}/share/fs-uae-launcher
+PYSETUPINSTALLARGS+=   --install-scripts=${PREFIX:Q}/share/fs-uae-launcher
 
 REPLACE_PYTHON+=       fs-uae-launcher
 
 INSTALLATION_DIRS+=    bin
 
+SUBST_CLASSES+=                prefix
+SUBST_MESSAGE.prefix=  Fixing installation prefix.
+SUBST_STAGE.prefix=    pre-configure
+SUBST_FILES.prefix=    Makefile
+SUBST_FILES.prefix+=   launcher/ui/launcherwindow.py
+SUBST_SED.prefix=      -e 's,/usr/local,${PREFIX},'
+
 post-install:
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${INSTALL_MAKE_FLAGS} \
                -f ${MAKE_FILE} ${INSTALL_TARGET}
diff -r 87f704e5ce85 -r b7c6362acb3f emulators/fs-uae-launcher/distinfo
--- a/emulators/fs-uae-launcher/distinfo        Sat May 23 09:08:33 2020 +0000
+++ b/emulators/fs-uae-launcher/distinfo        Sat May 23 09:12:57 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2019/11/18 20:01:03 adam Exp $
+$NetBSD: distinfo,v 1.5 2020/05/23 09:12:57 adam Exp $
 
-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
+SHA1 (fs-uae-launcher-3.0.5.tar.gz) = 380e610c30d2ce13048d10d592ec1272cd4d020f
+RMD160 (fs-uae-launcher-3.0.5.tar.gz) = 3bbc8653069b30d2ebb17369054038b250c4b28c
+SHA512 (fs-uae-launcher-3.0.5.tar.gz) = 1a6700c56a14edce86ffbefee7494117af067da8b1dbc22937a36641ccb90927a3bbb011d15a891388bf08378aa623e00a2d45dbc49e822a5a569e110843add5
+Size (fs-uae-launcher-3.0.5.tar.gz) = 9633819 bytes
+SHA1 (patch-setup.py) = 6eb2c4018561a20ac0bf481e69e16bee7a741aea
diff -r 87f704e5ce85 -r b7c6362acb3f emulators/fs-uae-launcher/patches/patch-setup.py
--- a/emulators/fs-uae-launcher/patches/patch-setup.py  Sat May 23 09:08:33 2020 +0000
+++ b/emulators/fs-uae-launcher/patches/patch-setup.py  Sat May 23 09:12:57 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-setup.py,v 1.4 2019/11/18 20:01:03 adam Exp $
+$NetBSD: patch-setup.py,v 1.5 2020/05/23 09:12:58 adam Exp $
 
 Fix installation on Darwin.
 
@@ -10,7 +10,7 @@
  
 -if sys.platform == "darwin":
 -    setup_kwargs["name"] = title
--    setup_kwargs["version"] = "3.0.2"
+-    setup_kwargs["version"] = "3.0.5"
 -else:
 -    setup_kwargs["scripts"] = scripts
 +setup_kwargs["scripts"] = scripts
diff -r 87f704e5ce85 -r b7c6362acb3f emulators/fs-uae/Makefile
--- a/emulators/fs-uae/Makefile Sat May 23 09:08:33 2020 +0000
+++ b/emulators/fs-uae/Makefile Sat May 23 09:12:57 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/05/22 05:37:08 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2020/05/23 09:12:57 adam Exp $
 
-DISTNAME=      fs-uae-3.0.2
-PKGREVISION=   1
+DISTNAME=      fs-uae-3.0.5
 CATEGORIES=    emulators
 MASTER_SITES=  https://fs-uae.net/stable/${PKGVERSION_NOREV}/
 
diff -r 87f704e5ce85 -r b7c6362acb3f emulators/fs-uae/distinfo
--- a/emulators/fs-uae/distinfo Sat May 23 09:08:33 2020 +0000
+++ b/emulators/fs-uae/distinfo Sat May 23 09:12:57 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2019/11/18 20:01:03 adam Exp $
+$NetBSD: distinfo,v 1.6 2020/05/23 09:12:57 adam Exp $
 
-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 (fs-uae-3.0.5.tar.gz) = f29e367d49258580b9a7766d557fc66fdafd3e9d
+RMD160 (fs-uae-3.0.5.tar.gz) = 6938e0c4c91a9a20cb354833a4721c9a1c1ef39c
+SHA512 (fs-uae-3.0.5.tar.gz) = b34ffb818040c7bf67022f26e1dbc9ebf06742a354212f2b0d2aa6b8e04c60807893a16ff965c819395f4c3fb3c43c35b38dce848b86fa046a211e12414385c7
+Size (fs-uae-3.0.5.tar.gz) = 4819884 bytes
 SHA1 (patch-manymouse_x11__xinput2.c) = 9b2891d1ce62affb694ac11b2386115799ed6fa9
 SHA1 (patch-src_od-fs_bsdsocket__posix.cpp) = 78ecdd2efe903fdebfb0e144a4fc775296b73048



Home | Main Index | Thread Index | Old Index