Date: Fri, 22 Jan 2021 22:48:09 +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: r562351 - head/devel/got Message-ID: <202101222248.10MMm9Ip098062@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101222248.10MMm9Ip098062>