From nobody Sun Sep 8 17:37:48 2024 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4X1xxq5RQ3z5VXYg; Sun, 08 Sep 2024 17:37:51 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from mx-2023-1.gwdg.de (mx-2023-1.gwdg.de [134.76.10.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4X1xxq0dQFz4gnf; Sun, 8 Sep 2024 17:37:51 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gwdg.de; s=2023-rsa; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: Reply-To:CC:References:To:Subject:MIME-Version:Date:Message-ID:Sender: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=5jBqKH9PwH7YJ6qFb5R4PR6H4OX2F8HNn6r05/KwPJc=; b=f7mUAtJ1U17twKYLIDL15Xgg27 dxqtTErI/XpEOJyikJhyo2D6+iOz1lr9e2LSS0OQXsKwytjVDPb4TD1PfKbTwxRukUkGFsBdj3hwl PosbwSuw74AYAhR3Bj5uQCmX/gcfx7gYbs/cjeHta5sp7YO9s31n57MKjxgEC6JMeucRA9Colb6kg DKmLgKIjc0VTkvx6T5NNgvKTCHV4/R4yStjfutBey/9ISy0y4vYx1bGGNFr800F3GGJQDindc/giD 2nr8X1JdvFBV3yvJEJIGkdwrEgcMAn9cvzv4JbsOgNYvjRNQAQpekCKUXo9afQjpxrLOGwm/HwdDC rcVjK4wA==; Received: from xmailer.gwdg.de ([134.76.10.29]:46904) by mailer.gwdg.de with esmtp (GWDG Mailer) (envelope-from ) id 1snLrB-006bAV-1U; Sun, 08 Sep 2024 19:37:49 +0200 Received: from mbx19-gwd-03.um.gwdg.de ([10.108.142.56] helo=email.gwdg.de) by mailer.gwdg.de with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (GWDG Mailer) (envelope-from ) id 1snLrB-000691-1K; Sun, 08 Sep 2024 19:37:49 +0200 Received: from [192.168.178.23] (10.250.9.200) by MBX19-GWD-03.um.gwdg.de (10.108.142.56) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Sun, 8 Sep 2024 19:37:49 +0200 Message-ID: <92cf7040-7fbf-4254-8fa3-bf122d4bc5c2@gwdg.de> Date: Sun, 8 Sep 2024 19:37:48 +0200 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: git: a021b3d71f0c - main - net/boinctui: Use DISTVERSION everywhere To: Daniel Engberg References: <202409081733.488HX4s9008513@gitrepo.freebsd.org> Content-Language: en-US, de-DE CC: , , Reply-To: Rainer Hurling From: Rainer Hurling In-Reply-To: <202409081733.488HX4s9008513@gitrepo.freebsd.org> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.250.9.200] X-ClientProxiedBy: mbx19-sub-01.um.gwdg.de (10.108.142.54) To MBX19-GWD-03.um.gwdg.de (10.108.142.56) X-Virus-Scanned: (clean) by clamav X-Spam-Level: - X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:207592, ipnet:134.76.0.0/16, country:DE] X-Rspamd-Queue-Id: 4X1xxq0dQFz4gnf 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 > AuthorDate: 2024-09-08 12:54:03 +0000 > Commit: Daniel Engberg > 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