From owner-svn-ports-head@freebsd.org Wed Aug 29 05:21:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADD6810A1A2C; Wed, 29 Aug 2018 05:21:01 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 640997C7AC; Wed, 29 Aug 2018 05:21:01 +0000 (UTC) (envelope-from meta@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 460FA18CF4; Wed, 29 Aug 2018 05:21:01 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7T5L1re041712; Wed, 29 Aug 2018 05:21:01 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7T5L0NI041708; Wed, 29 Aug 2018 05:21:00 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201808290521.w7T5L0NI041708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Wed, 29 Aug 2018 05:21:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478339 - head/devel/lazygit X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: head/devel/lazygit X-SVN-Commit-Revision: 478339 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2018 05:21:01 -0000 Author: meta Date: Wed Aug 29 05:21:00 2018 New Revision: 478339 URL: https://svnweb.freebsd.org/changeset/ports/478339 Log: devel/lazygit: Update to 0.2.1 Also, while here, fix typos in pkg-descr. Approved by: hrs (mentor) Relnotes: https://github.com/jesseduffield/lazygit/releases/tag/v0.2.0 https://github.com/jesseduffield/lazygit/releases/tag/v0.2.1 Differential Revision: https://reviews.freebsd.org/D16933 Modified: head/devel/lazygit/Makefile head/devel/lazygit/distinfo head/devel/lazygit/pkg-descr Modified: head/devel/lazygit/Makefile ============================================================================== --- head/devel/lazygit/Makefile Wed Aug 29 03:54:05 2018 (r478338) +++ head/devel/lazygit/Makefile Wed Aug 29 05:21:00 2018 (r478339) @@ -2,7 +2,7 @@ PORTNAME= lazygit DISTVERSIONPREFIX= v -DISTVERSION= 0.1.80 +DISTVERSION= 0.2.1 CATEGORIES= devel MAINTAINER= meta@FreeBSD.org Modified: head/devel/lazygit/distinfo ============================================================================== --- head/devel/lazygit/distinfo Wed Aug 29 03:54:05 2018 (r478338) +++ head/devel/lazygit/distinfo Wed Aug 29 05:21:00 2018 (r478339) @@ -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 Modified: head/devel/lazygit/pkg-descr ============================================================================== --- head/devel/lazygit/pkg-descr Wed Aug 29 03:54:05 2018 (r478338) +++ head/devel/lazygit/pkg-descr Wed Aug 29 05:21:00 2018 (r478339) @@ -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.