Date: Sun, 8 Sep 2024 19:37:48 +0200 From: Rainer Hurling <rhurlin@gwdg.de> To: Daniel Engberg <diizzy@FreeBSD.org> Cc: <ports-committers@FreeBSD.org>, <dev-commits-ports-all@FreeBSD.org>, <dev-commits-ports-main@FreeBSD.org> Subject: Re: git: a021b3d71f0c - main - net/boinctui: Use DISTVERSION everywhere Message-ID: <92cf7040-7fbf-4254-8fa3-bf122d4bc5c2@gwdg.de> In-Reply-To: <202409081733.488HX4s9008513@gitrepo.freebsd.org> References: <202409081733.488HX4s9008513@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?92cf7040-7fbf-4254-8fa3-bf122d4bc5c2>