Date: Tue, 23 Nov 2021 16:05:04 GMT From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c93ff215980f - main - devel/got: update to 0.64 Message-ID: <202111231605.1ANG54vP061205@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c93ff215980fb57bf017297ac8ad7e0625ce5f96 commit c93ff215980fb57bf017297ac8ad7e0625ce5f96 Author: Christian Weisgerber <naddy@FreeBSD.org> AuthorDate: 2021-11-23 16:04:07 +0000 Commit: Christian Weisgerber <naddy@FreeBSD.org> CommitDate: 2021-11-23 16:04:07 +0000 devel/got: update to 0.64 User-visible changes: - make 'got rebase' switch the work tree if no commits need rebasing - let gotadmin find the repository automatically if invoked in a work tree - preserve binary files during updates and merges instead of leaving them empty - allow sorting references by timestamp in tog ref view - add got ref -t option to sort listed references by modification time - add got branch -t option to sort listed branches by modification time --- 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 7c66b943f822..fb9f1e3e8620 100644 --- a/devel/got/Makefile +++ b/devel/got/Makefile @@ -1,5 +1,5 @@ PORTNAME= got -PORTVERSION= 0.63 +PORTVERSION= 0.64 CATEGORIES= devel MASTER_SITES= https://gameoftrees.org/releases/ diff --git a/devel/got/distinfo b/devel/got/distinfo index 7a7398bd2fd1..6636183391b0 100644 --- a/devel/got/distinfo +++ b/devel/got/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634495066 -SHA256 (got-0.63.tar.gz) = 6fcb8acc738c1fea49bbf590e9124ab8de9874c103853c66386a98f4931ad992 -SIZE (got-0.63.tar.gz) = 574902 +TIMESTAMP = 1637683126 +SHA256 (got-0.64.tar.gz) = eea13d8deb4c9022333b3b2bead3ea0bf45740ba35111fd86a7f4da2144dc462 +SIZE (got-0.64.tar.gz) = 578675
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111231605.1ANG54vP061205>