From nobody Tue Feb 27 22:14:22 2024 X-Original-To: dev-commits-ports-all@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 4TksGl2JDBz5BnTN; Tue, 27 Feb 2024 22:14:39 +0000 (UTC) (envelope-from i.h8.git@BSDforge.com) Received: from udns.ultimatedns.net (udns.ultimatedns.net [24.113.41.81]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "ultimatedns.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TksGk6kpXz4F0V; Tue, 27 Feb 2024 22:14:38 +0000 (UTC) (envelope-from i.h8.git@BSDforge.com) Authentication-Results: mx1.freebsd.org; none Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.16.1/8.16.1) with ESMTP id 41RMEM6u044131; Tue, 27 Feb 2024 14:14:28 -0800 (PST) (envelope-from i.h8.git@BSDforge.com) List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Date: Tue, 27 Feb 2024 14:14:22 -0800 From: Chris To: Mathieu Arnold Cc: Gleb Popov , Daniel Engberg , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 36c21f98ff44 - main - benchmarks/ttcp: Update to 1.13 In-Reply-To: References: <202402240847.41O8lN0C026751@gitrepo.freebsd.org> <030d157421488bff9ba33907668ba385@BSDforge.com> User-Agent: UDNSMS/17.0 Message-ID: X-Sender: i.h8.git@BSDforge.com Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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:11404, ipnet:24.113.0.0/16, country:US] X-Rspamd-Queue-Id: 4TksGk6kpXz4F0V On 2024-02-27 00:44, Mathieu Arnold wrote: > On Tue, Feb 27, 2024 at 12:25:35AM -0800, Chris wrote: >> On 2024-02-26 22:28, Mathieu Arnold wrote: >> > On Mon, Feb 26, 2024 at 08:48:02AM -0800, Chris wrote: >> > > On 2024-02-25 04:37, Gleb Popov wrote: >> > > > On Sun, Feb 25, 2024 at 3:34 PM Daniel Engberg >> > > > wrote: >> > > > > Hi, >> > > > > >> > > > > URL(s) for how we fetch releases/archives from Codeberg >> > > > >> > > > Ah, sorry, I just wasn't aware we're standardizing on this. Out of >> > > > curiosity, what's the rationale behind the >> > > > "${ACCOUNTNAME}/${PROJECTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/" >> > > As I indicated in the pr(1) (276759) when you brought this up. The above >> > > does not work: >> > > >> > > # make -DBATCH fetch >> > > => ttcp-1.13.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> > > => Attempting to fetch >> > > https://codeberg.org///archive/1.13.tar.gz?dummy=/ttcp-1.13.tar.gz >> > > fetch: https://codeberg.org///archive/1.13.tar.gz?dummy=/ttcp-1.13.tar.gz: >> > > Not Found >> > > >> > > Using *any* form of DIST(VERSION)PREFIX/SUFFIX/NAME is no closer to >> > > returning anything >> > >> > Well, this is because the port is missing DISTVERSIONPREFIX=ttcp- as the >> > tag is ttcp-1.13, and not 1.13. >> Thanks for the reply, Mathieu. >> That causes it to attempt to fetch ttcp-ttcp-1.13.tar.gz >> >> PORTNAME= ttcp >> PORTVERSION= 1.13 >> DISTVERSIONPREFIX=ttcp- >> CATEGORIES= benchmarks net >> MASTER_SITES= https://codeberg.org/BSDforge/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ > > MASTER_SITES= https://codeberg.org/BSDforge/ttcp/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ ... => ttcp-ttcp-1.13.tar.gz is spelled incorrectly. thanks for trying. :)