From owner-svn-ports-all@freebsd.org Mon Dec 21 21:21:52 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 600404C4BB1; Mon, 21 Dec 2020 21:21:52 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D0C8c2CM4z4Ypw; Mon, 21 Dec 2020 21:21:52 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F38428054; Mon, 21 Dec 2020 21:21:52 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BLLLqr9052226; Mon, 21 Dec 2020 21:21:52 GMT (envelope-from naddy@FreeBSD.org) Received: (from naddy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BLLLp0q052225; Mon, 21 Dec 2020 21:21:51 GMT (envelope-from naddy@FreeBSD.org) Message-Id: <202012212121.0BLLLp0q052225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: naddy set sender to naddy@FreeBSD.org using -f From: Christian Weisgerber Date: Mon, 21 Dec 2020 21:21:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558861 - head/devel/got X-SVN-Group: ports-head X-SVN-Commit-Author: naddy X-SVN-Commit-Paths: head/devel/got X-SVN-Commit-Revision: 558861 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2020 21:21:52 -0000 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