From 02d51487987e6762ea2533e3f11771844590023f Mon Sep 17 00:00:00 2001 From: Stephane D'Alu Date: Mon, 30 Oct 2023 15:39:21 +0100 Subject: [PATCH] emulators/libretro-vice: update to 0.20231006 PR: 274647 --- emulators/libretro-vice/Makefile | 4 ++-- emulators/libretro-vice/distinfo | 6 +++--- .../libretro-vice/files/patch-vice_src_rtc_rtc.h | 13 ------------- 3 files changed, 5 insertions(+), 18 deletions(-) delete mode 100644 emulators/libretro-vice/files/patch-vice_src_rtc_rtc.h diff --git a/emulators/libretro-vice/Makefile b/emulators/libretro-vice/Makefile index 08ad2ad15fdc..f826c5fd8f88 100644 --- a/emulators/libretro-vice/Makefile +++ b/emulators/libretro-vice/Makefile @@ -1,5 +1,5 @@ PORTNAME= libretro-vice -PORTVERSION= 0.20201218 +DISTVERSION= 0.20231006 CATEGORIES= emulators games PKGNAMESUFFIX= -${FLAVOR} @@ -17,7 +17,7 @@ USES= compiler:c11 gmake USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= vice-libretro -GH_TAGNAME= 5725415 +GH_TAGNAME= f3542eb9ce3ad7284e2bb69e68bbc10596774b40 MAKE_ARGS= EMUTYPE=${FLAVOR} PLIST_FILES= lib/libretro/vice_${FLAVOR}_libretro.so diff --git a/emulators/libretro-vice/distinfo b/emulators/libretro-vice/distinfo index 78465f9355e4..984acdc81242 100644 --- a/emulators/libretro-vice/distinfo +++ b/emulators/libretro-vice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608741122 -SHA256 (libretro-vice-libretro-0.20201218-5725415_GH0.tar.gz) = 7cdfa471462c56d7602e664ac4d150c9545ac766a42a8c3f41faf8936a1c4542 -SIZE (libretro-vice-libretro-0.20201218-5725415_GH0.tar.gz) = 24296248 +TIMESTAMP = 1698676636 +SHA256 (libretro-vice-libretro-0.20231006-f3542eb9ce3ad7284e2bb69e68bbc10596774b40_GH0.tar.gz) = f6b776fe18d8d6251004dea467a075f422b4c5d682a4ba83cd4f3f2a5eef232a +SIZE (libretro-vice-libretro-0.20231006-f3542eb9ce3ad7284e2bb69e68bbc10596774b40_GH0.tar.gz) = 15395354 diff --git a/emulators/libretro-vice/files/patch-vice_src_rtc_rtc.h b/emulators/libretro-vice/files/patch-vice_src_rtc_rtc.h deleted file mode 100644 index fa751cb56ecf..000000000000 --- a/emulators/libretro-vice/files/patch-vice_src_rtc_rtc.h +++ /dev/null @@ -1,13 +0,0 @@ ---- vice/src/rtc/rtc.h.orig 2020-12-18 10:39:47 UTC -+++ vice/src/rtc/rtc.h -@@ -28,10 +28,7 @@ - #define VICE_RTC_H - - #include "types.h" -- --#ifdef HAVE_TIME_T_IN_TIME_H - #include --#endif - - #ifdef HAVE_TIME_T_IN_TYPES_H - #include