summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/got/Makefile2
-rw-r--r--devel/got/distinfo6
-rw-r--r--devel/got/files/openbsd-compat/openbsd-compat.h3
3 files changed, 4 insertions, 7 deletions
diff --git a/devel/got/Makefile b/devel/got/Makefile
index fb9f1e3e8620..43024bca5569 100644
--- a/devel/got/Makefile
+++ b/devel/got/Makefile
@@ -1,5 +1,5 @@
PORTNAME= got
-PORTVERSION= 0.64
+PORTVERSION= 0.65
CATEGORIES= devel
MASTER_SITES= https://gameoftrees.org/releases/
diff --git a/devel/got/distinfo b/devel/got/distinfo
index 6636183391b0..52d48a9869c5 100644
--- a/devel/got/distinfo
+++ b/devel/got/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1637683126
-SHA256 (got-0.64.tar.gz) = eea13d8deb4c9022333b3b2bead3ea0bf45740ba35111fd86a7f4da2144dc462
-SIZE (got-0.64.tar.gz) = 578675
+TIMESTAMP = 1641559246
+SHA256 (got-0.65.tar.gz) = 24805d39767e4e829c1206aa91885aa361a91517a0623efef90a7e70e15a9dc1
+SIZE (got-0.65.tar.gz) = 581013
diff --git a/devel/got/files/openbsd-compat/openbsd-compat.h b/devel/got/files/openbsd-compat/openbsd-compat.h
index 8f48c6469e4b..6fc91966fef1 100644
--- a/devel/got/files/openbsd-compat/openbsd-compat.h
+++ b/devel/got/files/openbsd-compat/openbsd-compat.h
@@ -22,9 +22,6 @@ void *recallocarray(void *, size_t, size_t, size_t);
*/
int getdtablecount(void);
-/* void -> int */
-#define closefrom(fd) (closefrom(fd), 0)
-
#define pledge(promises, execpromises) 0
#define unveil(path, permissions) 0