From ac4310c6870f576e19431d47289f2b0ffef261ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 9 Jun 2021 13:51:23 +0200 Subject: [PATCH] dosbox: use upstream version --- .../{dosbox-0.74.recipe => dosbox-0.74.3.recipe} | 12 ++++++------ .../{dosbox-0.74.patchset => dosbox-0.74.3.patchset} | 0 2 files changed, 6 insertions(+), 6 deletions(-) rename games-emulation/dosbox/{dosbox-0.74.recipe => dosbox-0.74.3.recipe} (91%) rename games-emulation/dosbox/patches/{dosbox-0.74.patchset => dosbox-0.74.3.patchset} (100%) diff --git a/games-emulation/dosbox/dosbox-0.74.recipe b/games-emulation/dosbox/dosbox-0.74.3.recipe similarity index 91% rename from games-emulation/dosbox/dosbox-0.74.recipe rename to games-emulation/dosbox/dosbox-0.74.3.recipe index c4f733bb3..6617af9ce 100644 --- a/games-emulation/dosbox/dosbox-0.74.recipe +++ b/games-emulation/dosbox/dosbox-0.74.3.recipe @@ -13,11 +13,11 @@ HOMEPAGE="https://www.dosbox.com/" COPYRIGHT="2002-2019 The DOSBox Team" LICENSE="GNU GPL v2" REVISION="1" -portVersion="0.74-3" -SOURCE_URI="http://sourceforge.net/projects/dosbox/files/dosbox/$portVersion/dosbox-$portVersion.tar.gz" -SOURCE_DIR="dosbox-$portVersion" +upstreamVersion="0.74-3" +SOURCE_URI="http://sourceforge.net/projects/dosbox/files/dosbox/$portVersion/dosbox-$upstreamVersion.tar.gz" +SOURCE_DIR="dosbox-$upstreamVersion" CHECKSUM_SHA256="c0d13dd7ed2ed363b68de615475781e891cd582e8162b5c3669137502222260a" -PATCHES="dosbox-0.74.patchset" +PATCHES="dosbox-$portVersion.patchset" ADDITIONAL_FILES="dosbox.rdef" ARCHITECTURES="!x86_gcc2 x86_64" @@ -25,7 +25,7 @@ SECONDARY_ARCHITECTURES="x86" PROVIDES=" dosbox$secondaryArchSuffix = $portVersion - cmd:dosbox$secondaryArchSuffix = $portVersion + apps:dosbox = $portVersion " REQUIRES=" haiku$secondaryArchSuffix @@ -53,7 +53,7 @@ BUILD_PREREQUIRES=" cmd:find cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix - cmd:libtoolize + cmd:libtoolize$secondaryArchSuffix cmd:make " diff --git a/games-emulation/dosbox/patches/dosbox-0.74.patchset b/games-emulation/dosbox/patches/dosbox-0.74.3.patchset similarity index 100% rename from games-emulation/dosbox/patches/dosbox-0.74.patchset rename to games-emulation/dosbox/patches/dosbox-0.74.3.patchset