From f9874a5d0067992a9c84d0fa2b8a969420633b4d Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Mon, 21 Dec 2020 21:21:51 +0000 Subject: Update to 0.46. User-visible changes: - reset tog blame view's scroll position if line count shrinks too much - replace unprintable characters with '.' before passing them to curses - allow editing of log message comments with 'got histedit' - implicitly mark all files in work tree as up-to-date after rebase/histedit - fix parsing of tag objects which lack a tag message; found in u-boot.git repo - do not mix up repos if tog's -r option is used in a work tree --- devel/got/Makefile | 2 +- devel/got/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'devel/got') diff --git a/devel/got/Makefile b/devel/got/Makefile index 31206d481ec2..ffd3d0f2ee1d 100644 --- a/devel/got/Makefile +++ b/devel/got/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= got -PORTVERSION= 0.45 +PORTVERSION= 0.46 CATEGORIES= devel MASTER_SITES= https://gameoftrees.org/releases/ diff --git a/devel/got/distinfo b/devel/got/distinfo index 2f50c72439f3..2030b68b8dbf 100644 --- a/devel/got/distinfo +++ b/devel/got/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607870946 -SHA256 (got-0.45.tar.gz) = 48f97532b8640dcfae37fee7da86e4bb8e56d149c8d1b9d3b54dddebbe894c56 -SIZE (got-0.45.tar.gz) = 479367 +TIMESTAMP = 1608585470 +SHA256 (got-0.46.tar.gz) = 62342a40b08cc2fc3fae4356f7fb8fc4683f529615dcb1518a924657ad9bb828 +SIZE (got-0.46.tar.gz) = 480353 -- cgit v1.2.3