aboutsummaryrefslogtreecommitdiff
path: root/devel/got
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2023-11-29 19:45:58 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2023-11-29 19:45:58 +0000
commit19f54e79a7c59af46fdb795c7f8db4c9dfcb79e1 (patch)
tree3bfd21027a40fda636431485948d1294a88f2a14 /devel/got
parent202ed6ce2a2eeb154080bfbabe5ce57a74d1d6ec (diff)
downloadports-19f54e79a7c59af46fdb795c7f8db4c9dfcb79e1.tar.gz
ports-19f54e79a7c59af46fdb795c7f8db4c9dfcb79e1.zip
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
Diffstat (limited to 'devel/got')
-rw-r--r--devel/got/Makefile3
-rw-r--r--devel/got/distinfo6
-rw-r--r--devel/got/files/patch-lib_repository.c11
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,