[MacPorts] #69356: mame: Update to 0262
MacPorts
noreply at macports.org
Sun Feb 18 00:17:11 UTC 2024
#69356: mame: Update to 0262
-------------------------+----------------------
Reporter: ryandesign | Owner: mascguy
Type: update | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: mame |
-------------------------+----------------------
Comment (by ryandesign):
The new version does build with this simple change:
{{{#!diff
diff --git a/emulators/mame/Portfile b/emulators/mame/Portfile
index 92049ad3b7c..0aa449b8474 100644
--- a/emulators/mame/Portfile
+++ b/emulators/mame/Portfile
@@ -84,22 +84,18 @@ set g_mame_latest \
if {${g_mame_latest}} {
set g_mame_release \
- "0260"
+ "0262"
- revision 1
+ revision 0
epoch 1
# Mame 0.240+: Disable PDF generation, which is problematic. (And not
desired.)
patchfiles-append \
mame-patch-0240-dist.mak-disable-pdf.diff
- # Mame 0.260: Patch for post-release issues. Remove for next release
- patchfiles-append \
- mame-patch-0260-post-release-fixes.diff
-
- checksums rmd160 2fa138546072c9285e5f305f7d56221bc303a169 \
- sha256
104ca8daab3ce7bb9637e19f1dc60a08ac6856db730ab544275567addb9541cd \
- size 205251800
+ checksums rmd160 81dff699f6a1b83631af90d3404c606150f6dbd4 \
+ sha256
64e482f3dd13be4e91c5dfa076fb7a71f450f2879118c6ae452b0037b661aaae \
+ size 207108653
} else {
set g_mame_release \
"0226"
}}}
However as the Portfile is 1000 lines long I don't feel confident in
submitting that update since I don't know what other changes might be
needed.
For example, the port might be switched from python 3.11 to python 3.12
but I did not test whether that worked.
--
Ticket URL: <https://trac.macports.org/ticket/69356#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list