Re: git: a021b3d71f0c - main - net/boinctui: Use DISTVERSION everywhere

From: Rainer Hurling <rhurlin_at_gwdg.de>
Date: Sun, 08 Sep 2024 17:37:48 UTC
Hi Daniel,

That slipped through. Thanks for the correction :)

Best,
Rainer


Am 08.09.24 um 19:33 schrieb Daniel Engberg:
> The branch main has been updated by diizzy:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=a021b3d71f0c4b896d51559bc7de2d89cf340248
> 
> commit a021b3d71f0c4b896d51559bc7de2d89cf340248
> Author:     Daniel Engberg <diizzy@FreeBSD.org>
> AuthorDate: 2024-09-08 12:54:03 +0000
> Commit:     Daniel Engberg <diizzy@FreeBSD.org>
> CommitDate: 2024-09-08 17:31:49 +0000
> 
>      net/boinctui: Use DISTVERSION everywhere
>      
>      Use DISTVERSION everywhere instead of mixing usage of PORTVERSION and
>      DISTVERSION for consistency
>      
>      Approved by:    portmgr (blanket)
> ---
>   net/boinctui/Makefile | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/net/boinctui/Makefile b/net/boinctui/Makefile
> index 7a74ede07ffd..e70eb6701dc1 100644
> --- a/net/boinctui/Makefile
> +++ b/net/boinctui/Makefile
> @@ -2,7 +2,7 @@ PORTNAME=	boinctui
>   DISTVERSION=	2.7.1
>   CATEGORIES=	net
>   MASTER_SITES=	SF/${PORTNAME}
> -DISTNAME=	${PORTNAME}_${PORTVERSION}
> +DISTNAME=	${PORTNAME}_${DISTVERSION}
>   
>   MAINTAINER=	alster@vinterdalen.se
>   COMMENT=	Fullscreen text-mode manager for BOINC client
> @@ -18,7 +18,7 @@ USES=		autoreconf gmake localbase ncurses
>   GNU_CONFIGURE=	yes
>   CONFIGURE_ARGS=	--with-boinc-dir=/var/db/boinc
>   
> -WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
> +WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
>   
>   OPTIONS_DEFAULT=	GNUTLS
>   OPTIONS_SINGLE=		SSL