Opened 7 months ago

Closed 7 months ago

#69356 closed update (fixed)

mame: Update to 0262

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: mascguy (Christopher Nielsen)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: mame

Description

% port liv mame
mame seems to have been updated (port version: 0260, new version: 0262)

Change History (2)

comment:1 Changed 7 months ago by ryandesign (Ryan Carsten Schmidt)

The new version does build with this simple change:

  • emulators/mame/Portfile

    diff --git a/emulators/mame/Portfile b/emulators/mame/Portfile
    index 92049ad3b7c..0aa449b8474 100644
    a b set g_mame_latest \ 
    8484
    8585if {${g_mame_latest}} {
    8686    set g_mame_release \
    87                     "0260"
     87                    "0262"
    8888
    89     revision        1
     89    revision        0
    9090    epoch           1
    9191
    9292    # Mame 0.240+: Disable PDF generation, which is problematic. (And not desired.)
    9393    patchfiles-append \
    9494                    mame-patch-0240-dist.mak-disable-pdf.diff
    9595
    96     # Mame 0.260: Patch for post-release issues. Remove for next release
    97     patchfiles-append \
    98                     mame-patch-0260-post-release-fixes.diff
    99 
    100     checksums       rmd160  2fa138546072c9285e5f305f7d56221bc303a169 \
    101                     sha256  104ca8daab3ce7bb9637e19f1dc60a08ac6856db730ab544275567addb9541cd \
    102                     size    205251800
     96    checksums       rmd160  81dff699f6a1b83631af90d3404c606150f6dbd4 \
     97                    sha256  64e482f3dd13be4e91c5dfa076fb7a71f450f2879118c6ae452b0037b661aaae \
     98                    size    207108653
    10399} else {
    104100    set g_mame_release \
    105101                    "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.

comment:2 Changed 7 months ago by Christopher Nielsen <mascguy@…>

Resolution: fixed
Status: assignedclosed

In 6cb8d53c5f3a4beaa1a823777d38ea526ac1db68/macports-ports (master):

mame: update to 0.263; use py312

Fixes: #69356

Note: See TracTickets for help on using tickets.