Re: git: 307e28238343 - main - sysutils/screen49: Fix fetch

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Mon, 12 May 2025 22:28:49 UTC
On 2025-05-13 00:06, Cy Schubert wrote:
> The branch main has been updated by cy:
>
> URL:https://cgit.FreeBSD.org/ports/commit/?id=307e28238343c75228232a726115c16820f29330
>
> commit 307e28238343c75228232a726115c16820f29330
> Author:     Cy Schubert<cy@FreeBSD.org>
> AuthorDate: 2025-05-12 22:06:14 +0000
> Commit:     Cy Schubert<cy@FreeBSD.org>
> CommitDate: 2025-05-12 22:06:41 +0000
>
>      sysutils/screen49: Fix fetch
> ---
>   sysutils/screen49/Makefile | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/sysutils/screen49/Makefile b/sysutils/screen49/Makefile
> index e94e42d0cc7e..0de80ae820fa 100644
> --- a/sysutils/screen49/Makefile
> +++ b/sysutils/screen49/Makefile
> @@ -95,8 +95,8 @@ CONFIGURE_ARGS+=	--with-socket-dir=${SCREEN_SOCKET_DIR}
>   
>   do-fetch:
>   	@cd ${DISTDIR} && \
> -	if [ ! -f ${DISTNAME}${EXTRACT_SUFX} ]; then \
> -		fetch -o ${DISTNAME}${EXTRACT_SUFX} \
> +	if [ ! -f ${DISTNAME}-${GIT_TAGNAME}${EXTRACT_SUFX} ]; then \
> +		fetch -o ${DISTNAME}-${GIT_TAGNAME}${EXTRACT_SUFX} \
>   		"https://git.savannah.gnu.org/gitweb/?p=screen.git;a=snapshot;h=${GIT_TAGNAME};sf=tgz"; \
>   	fi
>   

Hi,

Please undo this hack as upstream provides a tarball since 2023-08-17

Best regards,

Daniel