Ticket #55667: update-mame-version.diff

File update-mame-version.diff, 1.5 KB (added by somebody-237654, 6 years ago)

Diff of Portfile

  • Portfile

    diff -ur /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/emulators/mame/Portfile ./Portfile
    old new  
    33PortSystem          1.0
    44PortGroup github    1.0
    55
    6 github.setup        mamedev mame mame0189
    7 version             0.189
     6github.setup        mamedev mame mame0193
     7version             0.193
    88categories          emulators
    99maintainers         nomaintainer
    1010platforms           darwin
     
    1818    the hardware and how it functions. The source code to MAME serves as this \
    1919    documentation.
    2020
    21 checksums           rmd160  766cef7dca20cab35f429799682dd12fddb16855 \
    22                     sha256  73bb54ce1ae9c6173ee62254150e1fec73b8305dfaaf5bf410c33671fe2cac4d
     21checksums           rmd160  c3d0759218ec6658b5a5907076b065f29009b773 \
     22                    sha256  b1fdd0e81f21e947973b399081120a68825c6425cd016d8755081b82ebfbf702
     23
    2324
    2425# Fix true vs. TRUE issue with jpeg port
    2526patchfiles          patch-rendutil.cpp.diff
     
    4243build.args-append   CC=${configure.cc} \
    4344                    CXX=${configure.cxx} \
    4445                    USE_LIBSDL=1 \
     46                    LDOPTS='-L${prefix}/lib -lSDL2' \
    4547                    USE_SYSTEM_LIB_EXPAT=1 \
    4648                    USE_SYSTEM_LIB_FLAC=1 \
    4749                    USE_SYSTEM_LIB_JPEG=1 \