From 78e1df13e76e1f388a41db6613161a48993c5bec Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Tue, 23 Mar 2021 21:09:30 +0000 Subject: devel/got: update to 0.51 User-visible changes: - rebase/histedit -l: error out if no backups for the requested branch exist --- devel/got/Makefile | 2 +- devel/got/distinfo | 6 +++--- devel/got/files/patch-lib_deltify.c | 12 ------------ devel/got/files/patch-lib_worktree.c | 12 ------------ 4 files changed, 4 insertions(+), 28 deletions(-) delete mode 100644 devel/got/files/patch-lib_deltify.c delete mode 100644 devel/got/files/patch-lib_worktree.c (limited to 'devel/got') diff --git a/devel/got/Makefile b/devel/got/Makefile index 3212353d250f..630ee0a0be83 100644 --- a/devel/got/Makefile +++ b/devel/got/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= got -PORTVERSION= 0.50 +PORTVERSION= 0.51 CATEGORIES= devel MASTER_SITES= https://gameoftrees.org/releases/ diff --git a/devel/got/distinfo b/devel/got/distinfo index ec5634663f7f..cdea9908cbc9 100644 --- a/devel/got/distinfo +++ b/devel/got/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616425596 -SHA256 (got-0.50.tar.gz) = 55cbfb9e341fb1ef8761593060030438a89c9ae7a5275dbd1aa6a6013cfef899 -SIZE (got-0.50.tar.gz) = 493640 +TIMESTAMP = 1616533460 +SHA256 (got-0.51.tar.gz) = 03ca8a071f1126b9ba1739eb9d610bb26c13c730c002ead71b20656a45701319 +SIZE (got-0.51.tar.gz) = 493879 diff --git a/devel/got/files/patch-lib_deltify.c b/devel/got/files/patch-lib_deltify.c deleted file mode 100644 index a0ea825d326a..000000000000 --- a/devel/got/files/patch-lib_deltify.c +++ /dev/null @@ -1,12 +0,0 @@ -https://git.gameoftrees.org/gitweb/?p=got.git;a=commitdiff;h=22403ab7111504d4c33872ec85a46d2eaf21a95b - ---- lib/deltify.c.orig 2021-03-22 16:14:59 UTC -+++ lib/deltify.c -@@ -19,6 +19,7 @@ - #include - - #include -+#include - #include - #include - #include diff --git a/devel/got/files/patch-lib_worktree.c b/devel/got/files/patch-lib_worktree.c deleted file mode 100644 index 80921230a6a2..000000000000 --- a/devel/got/files/patch-lib_worktree.c +++ /dev/null @@ -1,12 +0,0 @@ -https://git.gameoftrees.org/gitweb/?p=got.git;a=commitdiff;h=4cc1f028ad995562d5037a1c8c54a241956d9dbb - ---- lib/worktree.c.orig 2021-03-23 14:40:09 UTC -+++ lib/worktree.c -@@ -1733,6 +1733,7 @@ get_file_status(unsigned char *status, struct stat *sb - unsigned char staged_status = get_staged_status(ie); - - *status = GOT_STATUS_NO_CHANGE; -+ memset(sb, 0, sizeof(*sb)); - - /* - * Whenever the caller provides a directory descriptor and a -- cgit v1.2.3