git: 0ac325ed189b - main - devel/goredo: Convert to USES=tar:zst
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 05:17:32 UTC
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