Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Aug 2022 13:26:22 GMT
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6e6f07eb61a3 - main - textproc/fzf: Update to 0.32.0
Message-ID:  <202208021326.272DQM7f007367@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dmgk:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6e6f07eb61a3f8e18aaf2f7b7eeca34ca7f7cbf9

commit 6e6f07eb61a3f8e18aaf2f7b7eeca34ca7f7cbf9
Author:     Dmitri Goutnik <dmgk@FreeBSD.org>
AuthorDate: 2022-08-02 13:22:37 +0000
Commit:     Dmitri Goutnik <dmgk@FreeBSD.org>
CommitDate: 2022-08-02 13:24:40 +0000

    textproc/fzf: Update to 0.32.0
    
    Changes:        https://github.com/junegunn/fzf/releases/tag/0.32.0
---
 textproc/fzf/Makefile | 14 +++++++++-----
 textproc/fzf/distinfo | 10 +++++-----
 2 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/textproc/fzf/Makefile b/textproc/fzf/Makefile
index 75c051b16e72..f542702d0b6d 100644
--- a/textproc/fzf/Makefile
+++ b/textproc/fzf/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	fzf
-DISTVERSION=	0.30.0
-PORTREVISION=	2
+DISTVERSION=	0.32.0
 CATEGORIES=	textproc
+MASTER_SITES=	https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod
+DISTFILES=	go.mod:gomod
 
 MAINTAINER=	dmgk@FreeBSD.org
 COMMENT=	Blazing fast command-line fuzzy finder
@@ -11,11 +12,14 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		go:modules
 
-# go get -d github.com/junegunn/fzf@$(make -V PORTVERSION)
-GO_MODULE=	github.com/junegunn/fzf@v0.0.0-20220404140143-209366754892
+USE_GITHUB=	yes
+GH_ACCOUNT=	junegunn
+GH_PROJECT=	fzf
+
+GO_MODULE=	github.com/junegunn/fzf
 GO_BUILDFLAGS=	-ldflags="-X main.revision=${COMMIT_ID} -s -w"
 
-COMMIT_ID=	2093667
+COMMIT_ID=	f7e7259
 
 SUB_FILES=	pkg-message
 PLIST_FILES=	bin/fzf man/man1/fzf.1.gz
diff --git a/textproc/fzf/distinfo b/textproc/fzf/distinfo
index 662a407827a8..53128cda96ec 100644
--- a/textproc/fzf/distinfo
+++ b/textproc/fzf/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1651098872
-SHA256 (go/textproc_fzf/fzf-0.30.0/v0.0.0-20220404140143-209366754892.mod) = e0636dc1b7fb6d460536c6256f6454e52c3ba8360864a2d53661c94857869e00
-SIZE (go/textproc_fzf/fzf-0.30.0/v0.0.0-20220404140143-209366754892.mod) = 532
-SHA256 (go/textproc_fzf/fzf-0.30.0/v0.0.0-20220404140143-209366754892.zip) = 6013db052334c0c4a07ffd782324dd264399f4d46123541f8c320a2879290146
-SIZE (go/textproc_fzf/fzf-0.30.0/v0.0.0-20220404140143-209366754892.zip) = 252417
+TIMESTAMP = 1659445913
+SHA256 (go/textproc_fzf/junegunn-fzf-0.32.0_GH0/go.mod) = 85f8caa984637822c1fdee58aba803a983168876480c3dcf56185bad69f2bc55
+SIZE (go/textproc_fzf/junegunn-fzf-0.32.0_GH0/go.mod) = 593
+SHA256 (go/textproc_fzf/junegunn-fzf-0.32.0_GH0/junegunn-fzf-0.32.0_GH0.tar.gz) = 3502c15faeb0a6d553c68ab1a7f472af08afed94a1d016427a8ab053ef149a8f
+SIZE (go/textproc_fzf/junegunn-fzf-0.32.0_GH0/junegunn-fzf-0.32.0_GH0.tar.gz) = 212066



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208021326.272DQM7f007367>