Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2024 17:33:04 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a021b3d71f0c - main - net/boinctui: Use DISTVERSION everywhere
Message-ID:  <202409081733.488HX4s9008513@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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