Date: Mon, 13 Feb 2023 19:51:49 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1c38158d258e - main - emulators/elliott-803: Update to 0.1.11 Message-ID: <202302131951.31DJpnMY051860@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c38158d258e3c081a863a529a2248f7275d0b28 commit 1c38158d258e3c081a863a529a2248f7275d0b28 Author: Christopher Hall <hsw@bitmark.com> AuthorDate: 2023-02-13 19:50:13 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2023-02-13 19:50:13 +0000 emulators/elliott-803: Update to 0.1.11 Fixes for clang15: - function prototypes needing (void) - unused variable y - "--unused" to suppress error message Differential Revision: https://reviews.freebsd.org/D38554 --- emulators/elliott-803/Makefile | 2 +- emulators/elliott-803/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/emulators/elliott-803/Makefile b/emulators/elliott-803/Makefile index 3f2c79624420..8d4bfc3bc062 100644 --- a/emulators/elliott-803/Makefile +++ b/emulators/elliott-803/Makefile @@ -1,5 +1,5 @@ PORTNAME= elliott-803 -PORTVERSION= 0.1.9 +PORTVERSION= 0.1.11 DISTVERSIONPREFIX= v CATEGORIES= emulators diff --git a/emulators/elliott-803/distinfo b/emulators/elliott-803/distinfo index b0466e53ddfe..39f55b689dfe 100644 --- a/emulators/elliott-803/distinfo +++ b/emulators/elliott-803/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647761860 -SHA256 (hxw-Elliott-803-v0.1.9_GH0.tar.gz) = ee9d52b6bf6dbf1b13cada3faa3f37cbd03ed71b06eac66fc493dfa6e882ff03 -SIZE (hxw-Elliott-803-v0.1.9_GH0.tar.gz) = 32670650 +TIMESTAMP = 1676263014 +SHA256 (hxw-Elliott-803-v0.1.11_GH0.tar.gz) = d0aacfa9d02d63f4249d14df1f378525804bc022840eb7bf63804eb9f125d253 +SIZE (hxw-Elliott-803-v0.1.11_GH0.tar.gz) = 32670963
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302131951.31DJpnMY051860>