aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane D'Alu <sdalu@sdalu.com>2023-10-30 14:39:21 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-11-07 00:17:28 +0000
commit02d51487987e6762ea2533e3f11771844590023f (patch)
treefedd66499d17b0efe98ae9427b22f94df51f5a9c
parentaf3936b2832de206d396ac31984bc99d9411e988 (diff)
downloadports-02d51487987e6762ea2533e3f11771844590023f.tar.gz
ports-02d51487987e6762ea2533e3f11771844590023f.zip
emulators/libretro-vice: update to 0.20231006
PR: 274647
-rw-r--r--emulators/libretro-vice/Makefile4
-rw-r--r--emulators/libretro-vice/distinfo6
-rw-r--r--emulators/libretro-vice/files/patch-vice_src_rtc_rtc.h13
3 files changed, 5 insertions, 18 deletions
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 <time.h>
--#endif
-
- #ifdef HAVE_TIME_T_IN_TYPES_H
- #include <sys/types.h>