From nobody Sat Oct 16 12:01:05 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 81F49180FF93; Sat, 16 Oct 2021 12:01:05 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HWhYY39j4z4d7x; Sat, 16 Oct 2021 12:01:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4CD3519886; Sat, 16 Oct 2021 12:01:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19GC15aI053490; Sat, 16 Oct 2021 12:01:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19GC15qB053489; Sat, 16 Oct 2021 12:01:05 GMT (envelope-from git) Date: Sat, 16 Oct 2021 12:01:05 GMT Message-Id: <202110161201.19GC15qB053489@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Christian Weisgerber Subject: git: 86b2f72cb04b - main - devel/got: update to 0.62 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: naddy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 86b2f72cb04b41ce5099a7c742b20a56cb30f717 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=86b2f72cb04b41ce5099a7c742b20a56cb30f717 commit 86b2f72cb04b41ce5099a7c742b20a56cb30f717 Author: Christian Weisgerber AuthorDate: 2021-10-16 12:00:08 +0000 Commit: Christian Weisgerber 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