git: 19f54e79a7c5 - main - devel/got: update to 0.94

From: Christian Weisgerber <naddy_at_FreeBSD.org>
Date: Wed, 29 Nov 2023 19:49:07 UTC
The branch main has been updated by naddy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=19f54e79a7c59af46fdb795c7f8db4c9dfcb79e1

commit 19f54e79a7c59af46fdb795c7f8db4c9dfcb79e1
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2023-11-29 19:45:58 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2023-11-29 19:45:58 +0000

    devel/got: update to 0.94
    
    User-visible changes:
    - tog: switch back to patience diff algorithm by default for pretty diffs
    - got patch: handle embedded NULs in lines of patch files with binary data
    - simplify usage of the 'mesg' histedit script command
---
 devel/got/Makefile                     |  3 +--
 devel/got/distinfo                     |  6 +++---
 devel/got/files/patch-lib_repository.c | 11 -----------
 3 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/devel/got/Makefile b/devel/got/Makefile
index 46c5d76e224a..282e2b3746b2 100644
--- a/devel/got/Makefile
+++ b/devel/got/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	got
-DISTVERSION=	0.93
-PORTREVISION=	1
+DISTVERSION=	0.94
 CATEGORIES=	devel
 MASTER_SITES=	https://gameoftrees.org/releases/
 
diff --git a/devel/got/distinfo b/devel/got/distinfo
index 62c466be21b5..dddb8a19e81a 100644
--- a/devel/got/distinfo
+++ b/devel/got/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1695042945
-SHA256 (got-0.93.tar.gz) = 62320089c7a16c74044f1f65d2c18ae0d1045854cd693afef476d88f50128822
-SIZE (got-0.93.tar.gz) = 931365
+TIMESTAMP = 1701274184
+SHA256 (got-0.94.tar.gz) = 1296d30254ecd9a77474a5ad46553c1eaf3eb6c097d52e5cac6c6c8ced3391b2
+SIZE (got-0.94.tar.gz) = 923244
diff --git a/devel/got/files/patch-lib_repository.c b/devel/got/files/patch-lib_repository.c
deleted file mode 100644
index 68b194262533..000000000000
--- a/devel/got/files/patch-lib_repository.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/repository.c.orig	2023-09-29 20:30:16 UTC
-+++ lib/repository.c
-@@ -947,6 +947,8 @@ got_repo_remote_repo_dup(struct got_remote_repo **newp
- 
- 	new->mirror_references = repo->mirror_references;
- 
-+	new->fetch_all_branches = repo->fetch_all_branches;
-+
- 	new->nfetch_branches = repo->nfetch_branches;
- 	if (repo->fetch_branches) {
- 		new->fetch_branches = calloc(repo->nfetch_branches,