Index: head/devel/lazygit/Makefile =================================================================== --- head/devel/lazygit/Makefile +++ head/devel/lazygit/Makefile @@ -2,7 +2,7 @@ PORTNAME= lazygit DISTVERSIONPREFIX= v -DISTVERSION= 0.1.80 +DISTVERSION= 0.2.1 CATEGORIES= devel MAINTAINER= meta@FreeBSD.org Index: head/devel/lazygit/distinfo =================================================================== --- head/devel/lazygit/distinfo +++ head/devel/lazygit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1535414967 -SHA256 (jesseduffield-lazygit-v0.1.80_GH0.tar.gz) = a076d4fac93cfd41afcc1c4a5c3b3c55a1315aec452573686b97a47e8885c45f -SIZE (jesseduffield-lazygit-v0.1.80_GH0.tar.gz) = 6083776 +TIMESTAMP = 1535506051 +SHA256 (jesseduffield-lazygit-v0.2.1_GH0.tar.gz) = 35960501bf1900c89887c9a0b876ddce700db42910cb56667d04e44946f56e5e +SIZE (jesseduffield-lazygit-v0.2.1_GH0.tar.gz) = 6454011 Index: head/devel/lazygit/pkg-descr =================================================================== --- head/devel/lazygit/pkg-descr +++ head/devel/lazygit/pkg-descr @@ -1,4 +1,4 @@ -lazygit is a CLI tool to handle git repository, written in Go wigh the gocui +lazygit is a CLI tool to handle git repositories, written in Go with the gocui library. You can add files easily, resolve merge conflicts, checkout recent branches easily, scroll through logs/diffs of branches/commits.stash, push/pull quickly, squash down and rename commits in CLI.