git: d2b6d5847819 - main - emulators/x16-emulator: update to r44
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Aug 2023 19:05:15 UTC
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=d2b6d58478197fdd64cd53f0da5d0810b36e7a84 commit d2b6d58478197fdd64cd53f0da5d0810b36e7a84 Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2023-08-15 19:03:47 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2023-08-15 19:03:47 +0000 emulators/x16-emulator: update to r44 --- emulators/x16-emulator/Makefile | 4 ++-- emulators/x16-emulator/distinfo | 6 +++--- emulators/x16-emulator/files/patch-src_files.c | 10 ---------- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/emulators/x16-emulator/Makefile b/emulators/x16-emulator/Makefile index ab1531bd1872..1aabd071eb75 100644 --- a/emulators/x16-emulator/Makefile +++ b/emulators/x16-emulator/Makefile @@ -1,5 +1,5 @@ PORTNAME= x16-emulator -DISTVERSION= r43 +DISTVERSION= r44 CATEGORIES= emulators MAINTAINER= makc@FreeBSD.org @@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${DATADIR}/rom.bin:emulators/x16-rom -USES= compiler:c++11-lang gmake sdl +USES= compiler:c++17-lang gmake sdl USE_SDL= sdl2 USE_GITHUB= yes diff --git a/emulators/x16-emulator/distinfo b/emulators/x16-emulator/distinfo index 46a60b2fdb2a..27c6522e23ee 100644 --- a/emulators/x16-emulator/distinfo +++ b/emulators/x16-emulator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689077308 -SHA256 (X16Community-x16-emulator-r43_GH0.tar.gz) = dde03f22d89bb2979b827219f4f66cd506d5195f75be0f0f1c82e91ae019378c -SIZE (X16Community-x16-emulator-r43_GH0.tar.gz) = 222496 +TIMESTAMP = 1692124488 +SHA256 (X16Community-x16-emulator-r44_GH0.tar.gz) = e086f53317df1120abaa20a29587242e31cc6dfb0fa2845972857213b803f375 +SIZE (X16Community-x16-emulator-r44_GH0.tar.gz) = 296792 diff --git a/emulators/x16-emulator/files/patch-src_files.c b/emulators/x16-emulator/files/patch-src_files.c deleted file mode 100644 index 6360212dc55d..000000000000 --- a/emulators/x16-emulator/files/patch-src_files.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/files.c.orig 2023-05-17 05:45:51 UTC -+++ src/files.c -@@ -8,6 +8,7 @@ - #include <limits.h> - #include <string.h> - #include <stdlib.h> -+#include <unistd.h> - #include <SDL.h> - #include <zlib.h> - #include <inttypes.h>