git: 31bf892715de - main - devel/got: update to 0.84
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Feb 2023 23:19:20 UTC
The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=31bf892715ded49581e554100e5689bcdd50a6cf commit 31bf892715ded49581e554100e5689bcdd50a6cf Author: Christian Weisgerber <naddy@FreeBSD.org> AuthorDate: 2023-02-22 23:18:44 +0000 Commit: Christian Weisgerber <naddy@FreeBSD.org> CommitDate: 2023-02-22 23:18:44 +0000 devel/got: update to 0.84 User-visible changes: - add 'got histedit -d' flag to drop all commits - add horizontal scrolling support to tog ref and tree views - tweak 'got commit' log-message validation: now checks timestamp and size > 0 - make 'got fetch' fetch the work tree's current branch as an implicit fallback - make 'got fetch -b branch' only fetch the named branch - make 'got fetch' update cached HEAD symref if it has changed in remote repo - add commit/histedit/merge/rebase -C option to commit unresolved conflicts - make 'got status' check for merge conflict markers on newly added lines only - ignore patterns with trailing "/" now match directories --- 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 76d7ceea7fe4..f63c17119a66 100644 --- a/devel/got/Makefile +++ b/devel/got/Makefile @@ -1,5 +1,5 @@ PORTNAME= got -PORTVERSION= 0.83 +PORTVERSION= 0.84 CATEGORIES= devel MASTER_SITES= https://gameoftrees.org/releases/ diff --git a/devel/got/distinfo b/devel/got/distinfo index 754eb40d919e..2e08f69776c8 100644 --- a/devel/got/distinfo +++ b/devel/got/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675095574 -SHA256 (got-0.83.tar.gz) = 4f372bc41a34473de2204e694d05a0d896571a0dcb1ffcef402f8bad3f7988c2 -SIZE (got-0.83.tar.gz) = 795432 +TIMESTAMP = 1677106306 +SHA256 (got-0.84.tar.gz) = 43d573e37f2a1cce7ed6d30c459d19a44a4e7ca77ca3f92cf982bb747341628c +SIZE (got-0.84.tar.gz) = 801305