git: 45042b3b427d - main - emulators/open-simh: Update to 4.1.0.20240303
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 May 2024 04:37:24 UTC
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=45042b3b427d20ad00c1e02e7f008bf3a23911c6 commit 45042b3b427d20ad00c1e02e7f008bf3a23911c6 Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2024-05-23 04:37:04 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2024-05-23 04:37:04 +0000 emulators/open-simh: Update to 4.1.0.20240303 --- emulators/open-simh/Makefile | 2 +- emulators/open-simh/distinfo | 6 +++--- emulators/open-simh/files/patch-sim__sock.c | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/emulators/open-simh/Makefile b/emulators/open-simh/Makefile index 17bcbb249034..85e4d88046b4 100644 --- a/emulators/open-simh/Makefile +++ b/emulators/open-simh/Makefile @@ -1,5 +1,5 @@ PORTNAME= open-simh -PORTVERSION= 4.1.0.20230920 +PORTVERSION= 4.1.0.20240303 CATEGORIES= emulators MAINTAINER= kbowling@FreeBSD.org diff --git a/emulators/open-simh/distinfo b/emulators/open-simh/distinfo index 639efebe6b54..e060c81bd43e 100644 --- a/emulators/open-simh/distinfo +++ b/emulators/open-simh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695274105 -SHA256 (open-simh-simh-4.1.0.20230920-d4f85d01bdf7301d5f7a2c4e51c3a84024561b26_GH0.tar.gz) = da2fcf7b37d9804ccc8bae6787573d624ba5347ae5fa4ab2cec6141aebeef159 -SIZE (open-simh-simh-4.1.0.20230920-d4f85d01bdf7301d5f7a2c4e51c3a84024561b26_GH0.tar.gz) = 31243456 +TIMESTAMP = 1716438772 +SHA256 (open-simh-simh-4.1.0.20240303-d4f85d01bdf7301d5f7a2c4e51c3a84024561b26_GH0.tar.gz) = da2fcf7b37d9804ccc8bae6787573d624ba5347ae5fa4ab2cec6141aebeef159 +SIZE (open-simh-simh-4.1.0.20240303-d4f85d01bdf7301d5f7a2c4e51c3a84024561b26_GH0.tar.gz) = 31243456 diff --git a/emulators/open-simh/files/patch-sim__sock.c b/emulators/open-simh/files/patch-sim__sock.c deleted file mode 100644 index 3efc4d002fe8..000000000000 --- a/emulators/open-simh/files/patch-sim__sock.c +++ /dev/null @@ -1,11 +0,0 @@ ---- sim_sock.c.orig 2024-03-21 04:42:41 UTC -+++ sim_sock.c -@@ -1412,7 +1412,7 @@ void sim_close_sock (SOCKET sock) - - void sim_close_sock (SOCKET sock) - { --shutdown(sock, SD_BOTH); -+shutdown(sock, SHUT_RDWR); - closesocket (sock); - } -