Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2022 05:17:32 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0ac325ed189b - main - devel/goredo: Convert to USES=tar:zst
Message-ID:  <202205220517.24M5HWsl064778@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=0ac325ed189b26645f3db6288170834d9a0ab7d3

commit 0ac325ed189b26645f3db6288170834d9a0ab7d3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-05-22 04:27:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-05-22 05:11:37 +0000

    devel/goredo: Convert to USES=tar:zst
    
    Approved by:    portmgr (blanket)
---
 devel/goredo/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/devel/goredo/Makefile b/devel/goredo/Makefile
index 6533643d89b7..ac2060fab994 100644
--- a/devel/goredo/Makefile
+++ b/devel/goredo/Makefile
@@ -2,7 +2,6 @@ PORTNAME=	goredo
 DISTVERSION=	1.25.0
 CATEGORIES=	devel
 MASTER_SITES=	http://www.goredo.cypherpunks.ru/download/
-EXTRACT_SUFX=	.tar.zst
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Go implementation of djb's redo, Makefile replacement that sucks less
@@ -10,7 +9,7 @@ COMMENT=	Go implementation of djb's redo, Makefile replacement that sucks less
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/../COPYING
 
-USES=		go
+USES=		go tar:zst
 
 WRKSRC_SUBDIR=	src
 



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