[Bug 258821] [NEW PORT] games/wordsearch: Classic word search game that you can play in your terminal

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 08 Oct 2021 19:29:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258821

--- Comment #4 from Nuno Teixeira <eduardo@FreeBSD.org> ---
You still continue to use auto generated github tarball. When project have a
released tarball we should use it instead.

In this port we should use:
---
PORTNAME=       wordsearch
DISTVERSION=    2.0
CATEGORIES=     games
MASTER_SITES=  
https://github.com/jensenpat/wordsearch/releases/download/${DISTNAME}/${PORTNAME}

and remove USE_GITHUB and GH_ACCOUNT.

When project do not have a release tarball then we need to use USE_GITHUB,
GH_ACCOUNT, GH_PROJECT and sometimes GH_TAGNAME.

-- 
You are receiving this mail because:
You are the assignee for the bug.