Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2020 21:21:51 +0000 (UTC)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558861 - head/devel/got
Message-ID:  <202012212121.0BLLLp0q052225@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: naddy
Date: Mon Dec 21 21:21:51 2020
New Revision: 558861
URL: https://svnweb.freebsd.org/changeset/ports/558861

Log:
  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

Modified:
  head/devel/got/Makefile
  head/devel/got/distinfo

Modified: head/devel/got/Makefile
==============================================================================
--- head/devel/got/Makefile	Mon Dec 21 21:01:05 2020	(r558860)
+++ head/devel/got/Makefile	Mon Dec 21 21:21:51 2020	(r558861)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	got
-PORTVERSION=	0.45
+PORTVERSION=	0.46
 CATEGORIES=	devel
 MASTER_SITES=	https://gameoftrees.org/releases/
 

Modified: head/devel/got/distinfo
==============================================================================
--- head/devel/got/distinfo	Mon Dec 21 21:01:05 2020	(r558860)
+++ head/devel/got/distinfo	Mon Dec 21 21:21:51 2020	(r558861)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012212121.0BLLLp0q052225>