From owner-svn-ports-all@freebsd.org Fri Jan 22 22:48:09 2021 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 B8B094FFF5D; Fri, 22 Jan 2021 22:48:09 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DMvYP4RPQz4X93; Fri, 22 Jan 2021 22:48:09 +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 8B04F2642C; Fri, 22 Jan 2021 22:48:09 +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 10MMm97j098064; Fri, 22 Jan 2021 22:48:09 GMT (envelope-from naddy@FreeBSD.org) Received: (from naddy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10MMm9Ip098062; Fri, 22 Jan 2021 22:48:09 GMT (envelope-from naddy@FreeBSD.org) Message-Id: <202101222248.10MMm9Ip098062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: naddy set sender to naddy@FreeBSD.org using -f From: Christian Weisgerber Date: Fri, 22 Jan 2021 22:48:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562351 - head/devel/got X-SVN-Group: ports-head X-SVN-Commit-Author: naddy X-SVN-Commit-Paths: head/devel/got X-SVN-Commit-Revision: 562351 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: Fri, 22 Jan 2021 22:48:09 -0000 Author: naddy Date: Fri Jan 22 22:48:08 2021 New Revision: 562351 URL: https://svnweb.freebsd.org/changeset/ports/562351 Log: devel/got: update to 0.48 User-visible changes: - tog log: terminate author field at '>' in case there is no '@' - make 'got clone' pin the fetched branch in got.conf(5) - allow the 'got fetch' -l option together with the -q option - store branches passed via 'got clone -b' in got.conf(5) and git-config(1) - work around spurious ACK responses from git servers in got-fetch-pack - add a 'fetch-all-branches' configuration setting to got.conf(5) - add a 'reference' directive to remote repositories in got.conf(5) - fix 'got up -c commit path' deleting unrelated files - fix 'tog blame' segfault upon empty input file - let 'got clone' write gitconfig directives that match the generated got.conf Modified: head/devel/got/Makefile head/devel/got/distinfo Modified: head/devel/got/Makefile ============================================================================== --- head/devel/got/Makefile Fri Jan 22 22:24:57 2021 (r562350) +++ head/devel/got/Makefile Fri Jan 22 22:48:08 2021 (r562351) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= got -PORTVERSION= 0.47 -PORTREVISION= 1 +PORTVERSION= 0.48 CATEGORIES= devel MASTER_SITES= https://gameoftrees.org/releases/ Modified: head/devel/got/distinfo ============================================================================== --- head/devel/got/distinfo Fri Jan 22 22:24:57 2021 (r562350) +++ head/devel/got/distinfo Fri Jan 22 22:48:08 2021 (r562351) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609070006 -SHA256 (got-0.47.tar.gz) = 0f4cf9ee7db193584b4a1906750b54b5b0302e9563738282bc88d5ef45e0fd8c -SIZE (got-0.47.tar.gz) = 482025 +TIMESTAMP = 1611355097 +SHA256 (got-0.48.tar.gz) = b2a4268037f66313328d36ef6ed6be285b15ec3054b2669dd9989db68f06e4c3 +SIZE (got-0.48.tar.gz) = 483588