From 2e2cc5dae60de7d48ee45e820e88dc7023673e03 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sat, 4 Nov 2017 00:15:42 +0100 Subject: [PATCH] libsdl2: bump version. --- .../{libsdl2-2.0.6.recipe => libsdl2-2.0.7.recipe} | 14 +++++++------- ...bsdl2-2.0.6.patchset => libsdl2-2.0.7.patchset} | 0 2 files changed, 7 insertions(+), 7 deletions(-) rename media-libs/libsdl2/{libsdl2-2.0.6.recipe => libsdl2-2.0.7.recipe} (81%) rename media-libs/libsdl2/patches/{libsdl2-2.0.6.patchset => libsdl2-2.0.7.patchset} (100%) diff --git a/media-libs/libsdl2/libsdl2-2.0.6.recipe b/media-libs/libsdl2/libsdl2-2.0.7.recipe similarity index 81% rename from media-libs/libsdl2/libsdl2-2.0.6.recipe rename to media-libs/libsdl2/libsdl2-2.0.7.recipe index c10b6b6b9..b361d0e2e 100644 --- a/media-libs/libsdl2/libsdl2-2.0.6.recipe +++ b/media-libs/libsdl2/libsdl2-2.0.7.recipe @@ -6,9 +6,9 @@ software, emulators, and popular games." HOMEPAGE="http://www.libsdl.org/" COPYRIGHT="1997-2017 Sam Lantinga" LICENSE="Zlib" -REVISION="2" +REVISION="1" SOURCE_URI="http://www.libsdl.org/release/SDL2-$portVersion.tar.gz" -CHECKSUM_SHA256="03658b5660d16d7b31263a691e058ed37acdab155d68dabbad79998fb552c5df" +CHECKSUM_SHA256="ee35c74c4313e2eda104b14b1b86f7db84a04eeab9430d56e001cea268bf4d5e" SOURCE_DIR="SDL2-$portVersion" PATCHES="libsdl2-$portVersion.patchset" @@ -17,7 +17,7 @@ SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86" PROVIDES=" libsdl2$secondaryArchSuffix = $portVersion compat >= 2.0 - lib:libSDL2_2.0$secondaryArchSuffix = 0.6.0 compat >= 0 + lib:libSDL2_2.0$secondaryArchSuffix = 0.7.0 compat >= 0 " REQUIRES=" haiku$secondaryArchSuffix @@ -29,10 +29,10 @@ REQUIRES=" PROVIDES_devel=" libsdl2${secondaryArchSuffix}_devel = $portVersion compat >= 2.0 cmd:sdl2_config$secondaryArchSuffix = $portVersion compat >= 2.0 - devel:libSDL2$secondaryArchSuffix = 0.6.0 compat >= 0 - devel:libSDL2main$secondaryArchSuffix = 0.6.0 compat >= 0 - devel:libSDL2_test$secondaryArchSuffix = 0.6.0 compat >= 0 - devel:libSDL2_2.0$secondaryArchSuffix = 0.6.0 compat >= 0 + devel:libSDL2$secondaryArchSuffix = 0.7.0 compat >= 0 + devel:libSDL2main$secondaryArchSuffix = 0.7.0 compat >= 0 + devel:libSDL2_test$secondaryArchSuffix = 0.7.0 compat >= 0 + devel:libSDL2_2.0$secondaryArchSuffix = 0.7.0 compat >= 0 " REQUIRES_devel=" libsdl2$secondaryArchSuffix == $portVersion base diff --git a/media-libs/libsdl2/patches/libsdl2-2.0.6.patchset b/media-libs/libsdl2/patches/libsdl2-2.0.7.patchset similarity index 100% rename from media-libs/libsdl2/patches/libsdl2-2.0.6.patchset rename to media-libs/libsdl2/patches/libsdl2-2.0.7.patchset