git: 86b2f72cb04b - main - devel/got: update to 0.62

From: Christian Weisgerber <naddy_at_FreeBSD.org>
Date: Sat, 16 Oct 2021 12:01:05 UTC
The branch main has been updated by naddy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=86b2f72cb04b41ce5099a7c742b20a56cb30f717

commit 86b2f72cb04b41ce5099a7c742b20a56cb30f717
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2021-10-16 12:00:08 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2021-10-16 12:00:08 +0000

    devel/got: update to 0.62
    
    User-visible changes:
    - ignore unversioned files while aborting rebase, histedit, merge or operations
    - let 'got fetch' send all references to the server to avoid redundant downloads
    - add support for multiple path arguments to 'got diff'
    - fix merging of lines inserted at the top of a file
    - implement 'got diff -c' for diffing commits with optional filtering by path
    - fix merging of files which contain a dot on a line by itself
    - sort and de-duplicate work tree path command line arguments
    - do not skip ignored directories in 'got status' if they contain tracked files
---
 devel/got/Makefile | 2 +-
 devel/got/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/devel/got/Makefile b/devel/got/Makefile
index d2f7597d6e07..af59cbab638f 100644
--- a/devel/got/Makefile
+++ b/devel/got/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	got
-PORTVERSION=	0.61
+PORTVERSION=	0.62
 CATEGORIES=	devel
 MASTER_SITES=	https://gameoftrees.org/releases/
 
diff --git a/devel/got/distinfo b/devel/got/distinfo
index 63104b70d9c4..ef3f4bbbd31a 100644
--- a/devel/got/distinfo
+++ b/devel/got/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1633343772
-SHA256 (got-0.61.tar.gz) = 4a17f0ed3e13e9404e65b5cb96e7f4bd6a85f771beadc7b4e60812ea7256214a
-SIZE (got-0.61.tar.gz) = 563068
+TIMESTAMP = 1634384162
+SHA256 (got-0.62.tar.gz) = f558996521a449972881d0bff42a69a1713663fec8551a5eb12d2fd603c6567f
+SIZE (got-0.62.tar.gz) = 574733