Update to 0.13.0 which adds support for
Bud Tucker in Double Trouble and the The 7th Guest among other things,
and enable MADE (aka return to zork/enhanced manhole) and
tinsel (Discworld 1/2) engines.

Only tested on amd64 thus far, planning on dusting off the sparc
and sparc64 here over the weekend to see what they think of it.

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/scummvm/Makefile,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile
--- Makefile    19 Oct 2008 10:23:09 -0000      1.29
+++ Makefile    6 Mar 2009 12:16:00 -0000
@@ -5,7 +5,7 @@ BROKEN=         gcc bug
 .endif
 
 COMMENT=       graphical adventure game interpreter
-DISTNAME=      scummvm-0.12.0
+DISTNAME=      scummvm-0.13.0
 CATEGORIES=    games x11 emulators
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=scummvm/}
 
@@ -31,7 +31,7 @@ LIB_DEPENDS=  SDL::devel/sdl \
                FLAC.>=5::audio/flac
 
 CONFIGURE_STYLE=simple
-CONFIGURE_ARGS+=--disable-alsa --disable-debug
+CONFIGURE_ARGS+=--disable-alsa --disable-debug --enable-made --enable-tinsel
 CONFIGURE_ENV+=        CPPFLAGS="-I${LOCALBASE}/include" \
                LDFLAGS="-L${LOCALBASE}/lib"
 
@@ -69,9 +69,7 @@ do-install:
            ${PREFIX}/share/doc/scummvm
        ${INSTALL_DATA} ${WRKSRC}/icons/scummvm.{svg,xpm} ${PREFIX}/share/icons
        ${INSTALL_MAN} ${WRKSRC}/dists/scummvm.6 ${PREFIX}/man/man6
-       ${INSTALL_DATA} ${WRKSRC}/gui/themes/classic080.ini \
-           ${PREFIX}/share/scummvm
-       ${INSTALL_DATA} ${WRKSRC}/gui/themes/{modern.ini,modern.zip} \
+       ${INSTALL_DATA} ${WRKSRC}/gui/themes/{scummmodern,scummclassic}.zip \
            ${PREFIX}/share/scummvm
        ${INSTALL_DATA} ${WRKSRC}/dists/scummvm.desktop \
            ${PREFIX}/share/applications
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/scummvm/distinfo,v
retrieving revision 1.19
diff -u -p -r1.19 distinfo
--- distinfo    19 Oct 2008 10:23:09 -0000      1.19
+++ distinfo    6 Mar 2009 12:16:00 -0000
@@ -1,5 +1,5 @@
-MD5 (scummvm-0.12.0.tar.gz) = q8nDY2pdr1l+6kx5OrZCpg==
-RMD160 (scummvm-0.12.0.tar.gz) = EklZmHWffIxAFjL1/yLppdmv/uA=
-SHA1 (scummvm-0.12.0.tar.gz) = atXdFjj9NaFC+hj6Ubp25lMr+f0=
-SHA256 (scummvm-0.12.0.tar.gz) = 4Oqol6uGBdrf/V5gVaES8IPPlSihmJTPyHDGm4Zyzbc=
-SIZE (scummvm-0.12.0.tar.gz) = 7301498
+MD5 (scummvm-0.13.0.tar.gz) = 5taPDp2Fi6qUkiphCxHPDg==
+RMD160 (scummvm-0.13.0.tar.gz) = 0/1kr1/oQnpvGsCZ8uxi/wbQHHQ=
+SHA1 (scummvm-0.13.0.tar.gz) = E77XagH95f7OKixO5N/Gm5xkMuk=
+SHA256 (scummvm-0.13.0.tar.gz) = Ld1gUh9p4OCnUC2NyyaCA+g2dGLWUUDkEkLSasaK1U4=
+SIZE (scummvm-0.13.0.tar.gz) = 8636569
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/scummvm/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- pkg/PLIST   15 Dec 2007 20:37:53 -0000      1.6
+++ pkg/PLIST   6 Mar 2009 12:16:00 -0000
@@ -1,5 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.6 2007/12/15 20:37:53 ajacoutot Exp $
-bin/scummvm
+...@bin bin/scummvm
 @man man/man6/scummvm.6
 share/applications/
 share/applications/scummvm.desktop
@@ -11,8 +11,7 @@ share/icons/
 share/icons/scummvm.svg
 share/icons/scummvm.xpm
 share/scummvm/
-share/scummvm/classic080.ini
-share/scummvm/modern.ini
-share/scummvm/modern.zip
 @exec %D/bin/update-desktop-database
 @unexec %D/bin/update-desktop-database
+share/scummvm/scummclassic.zip
+share/scummvm/scummmodern.zip

Reply via email to