diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-08-25 00:28:19 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-08-25 00:28:19 +0000 |
commit | 127d948d09f9284ec47a1a2e79ef0f7f60bbbac3 (patch) | |
tree | b72f36fa9e8d30d25a76211fd2495d115d9654fb /games/scummvm | |
parent | afeae01f65294154e209c44a93f5ec1528b944ba (diff) |
Update to 0.6.1b.
PR: ports/70923
Submitted by: Andreas Braml <a.strich.b@web.de>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=117214
Diffstat (limited to 'games/scummvm')
-rw-r--r-- | games/scummvm/Makefile | 3 | ||||
-rw-r--r-- | games/scummvm/distinfo | 4 | ||||
-rw-r--r-- | games/scummvm/files/patch-base-main.cpp | 11 | ||||
-rw-r--r-- | games/scummvm/files/patch-scumm-actor.cpp | 19 | ||||
-rw-r--r-- | games/scummvm/files/patch-scumm-debugger.cpp | 20 |
5 files changed, 4 insertions, 53 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index 44ba16aabf22..8b06ce10455f 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -6,10 +6,11 @@ # PORTNAME= scummvm -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= games emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION}b MAINTAINER= alexander@trull.com COMMENT= Graphical Adventure Game Virtual Machine diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo index f30c72b493b1..2b12a3ae526c 100644 --- a/games/scummvm/distinfo +++ b/games/scummvm/distinfo @@ -1,2 +1,2 @@ -MD5 (scummvm-0.6.0.tar.bz2) = efc4207a7f10b24e9fc5afa10ed9c455 -SIZE (scummvm-0.6.0.tar.bz2) = 1631951 +MD5 (scummvm-0.6.1b.tar.bz2) = 143dd7cfe0995922c49e1f8a6cdf2055 +SIZE (scummvm-0.6.1b.tar.bz2) = 1626950 diff --git a/games/scummvm/files/patch-base-main.cpp b/games/scummvm/files/patch-base-main.cpp deleted file mode 100644 index 3f0bf6860042..000000000000 --- a/games/scummvm/files/patch-base-main.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- base/main.cpp.orig Tue Aug 3 15:56:29 2004 -+++ base/main.cpp Tue Aug 3 15:56:41 2004 -@@ -262,7 +262,7 @@ - - // Free up memory - delete engine; --}; -+} - - #ifndef _WIN32_WCE - int main(int argc, char *argv[]) { diff --git a/games/scummvm/files/patch-scumm-actor.cpp b/games/scummvm/files/patch-scumm-actor.cpp deleted file mode 100644 index 119b0437f071..000000000000 --- a/games/scummvm/files/patch-scumm-actor.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- scumm/actor.cpp.orig Tue Aug 3 15:55:01 2004 -+++ scumm/actor.cpp Tue Aug 3 15:55:35 2004 -@@ -789,14 +789,14 @@ - return _V1_talkingActor; - else - return VAR(VAR_TALK_ACTOR); --}; -+} - - void ScummEngine::talkingActor(int value) { - if (_gameId == GID_MANIAC && _version == 1) - _V1_talkingActor = value; - else - VAR(VAR_TALK_ACTOR) = value; --}; -+} - - void ScummEngine::showActors() { - int i; diff --git a/games/scummvm/files/patch-scumm-debugger.cpp b/games/scummvm/files/patch-scumm-debugger.cpp deleted file mode 100644 index 952eeb4db710..000000000000 --- a/games/scummvm/files/patch-scumm-debugger.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- scumm/debugger.cpp.orig Tue Aug 3 15:55:47 2004 -+++ scumm/debugger.cpp Tue Aug 3 15:56:18 2004 -@@ -57,7 +57,7 @@ - va_end(va); - - debug(buf); --}; -+} - - ScummDebugger::ScummDebugger(ScummEngine *s) - : Common::Debugger<ScummDebugger>() { -@@ -592,7 +592,7 @@ - - DebugPrintf("Unknown flag. Type 'Debug ?' for syntax\n"); - return true; --}; -+} - - bool ScummDebugger::Cmd_DebugLevel(int argc, const char **argv) { - if (argc == 1) { |