aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Bowling <kbowling@FreeBSD.org>2024-05-23 04:37:04 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2024-05-23 04:37:04 +0000
commit45042b3b427d20ad00c1e02e7f008bf3a23911c6 (patch)
treec2f5de15ceba95b0a6ecf79c5b8c4fc0e6525865
parent6a6b4b4b7dc383f5db917e6975facedd4689e51b (diff)
downloadports-45042b3b427d20ad00c1e02e7f008bf3a23911c6.tar.gz
ports-45042b3b427d20ad00c1e02e7f008bf3a23911c6.zip
emulators/open-simh: Update to 4.1.0.20240303
-rw-r--r--emulators/open-simh/Makefile2
-rw-r--r--emulators/open-simh/distinfo6
-rw-r--r--emulators/open-simh/files/patch-sim__sock.c11
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);
- }
-