From 2bd710cda68f3251f1414444366a832675f08f5f Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Fri, 24 May 2019 20:56:31 +1000 Subject: [PATCH] SDLPoP: bump version --- .../{sdlpop-1.18.1.patchset => sdlpop-1.19.patchset} | 0 .../sdlpop/{sdlpop-1.18.1.recipe => sdlpop-1.19.recipe} | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename games-arcade/sdlpop/patches/{sdlpop-1.18.1.patchset => sdlpop-1.19.patchset} (100%) rename games-arcade/sdlpop/{sdlpop-1.18.1.recipe => sdlpop-1.19.recipe} (93%) diff --git a/games-arcade/sdlpop/patches/sdlpop-1.18.1.patchset b/games-arcade/sdlpop/patches/sdlpop-1.19.patchset similarity index 100% rename from games-arcade/sdlpop/patches/sdlpop-1.18.1.patchset rename to games-arcade/sdlpop/patches/sdlpop-1.19.patchset diff --git a/games-arcade/sdlpop/sdlpop-1.18.1.recipe b/games-arcade/sdlpop/sdlpop-1.19.recipe similarity index 93% rename from games-arcade/sdlpop/sdlpop-1.18.1.recipe rename to games-arcade/sdlpop/sdlpop-1.19.recipe index 8ea14b870..4a66561d4 100644 --- a/games-arcade/sdlpop/sdlpop-1.18.1.recipe +++ b/games-arcade/sdlpop/sdlpop-1.19.recipe @@ -4,9 +4,9 @@ It is based on a disassembly of the DOS version, and uses SDL." HOMEPAGE="http://www.princed.org/" COPYRIGHT="Dávid Nagy" LICENSE="GNU GPL v3" -REVISION="3" +REVISION="1" SOURCE_URI="https://github.com/NagyD/SDLPoP/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="8032c47fad4b73021d636ead510bbc1ab5106cff77103e331ad0f32a49a13946" +CHECKSUM_SHA256="e43e3a215e1377d74375fc06183cda76195328a0348a980a5991f3648bb91be2" SOURCE_DIR="SDLPoP-$portVersion" PATCHES="sdlpop-$portVersion.patchset" ADDITIONAL_FILES="sdlpop.rdef.in" @@ -67,7 +67,7 @@ INSTALL() local APP_SIGNATURE="application/x-vnd.sdlpop" local MAJOR="`echo "$portVersion" | cut -d. -f1`" local MIDDLE="`echo "$portVersion" | cut -d. -f2`" - local MINOR="`echo "$portVersion" | cut -d. -f3`" + local MINOR="0" local LONG_INFO="$SUMMARY" sed \ -e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \