Date: Tue, 27 Feb 2024 22:57:36 -0500 From: "Jason E. Hale" <jhale@freebsd.org> To: Chris <i.h8.git@bsdforge.com> Cc: Mathieu Arnold <mat@freebsd.org>, Gleb Popov <arrowd@freebsd.org>, Daniel Engberg <daniel.engberg.lists@pyret.net>, 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 Message-ID: <CAJE75NGcniVcdnCwKV6KtR5WNxEB2qdvFQ_HvrUx_yWYjBMWiQ@mail.gmail.com> In-Reply-To: <a9eaefa98d9c5a7d2f7534dbabb9604c@BSDforge.com> References: <202402240847.41O8lN0C026751@gitrepo.freebsd.org> <c3ddafc7035aca09ed4be08afec4baec@mail.infomaniak.com> <CALH631kKRuT89gUqr8mbjNuZ5KUy5wqpSA5hmbY3qbLxxDoxxA@mail.gmail.com> <e6da26b9f5e9efc7a97a553c70e35565@mail.infomaniak.com> <CALH631kRw3zYpOBTBM6mr1Ozrf5LSa2CimaKd3YP4fVP4TTifg@mail.gmail.com> <e5b1eafae561377530a381f40c0d3c25@BSDforge.com> <xto3yslp2i4y4gna52psg7ck2fxxwabuoafelfnjpvi7hukmrp@j6xpigf6kzhk> <030d157421488bff9ba33907668ba385@BSDforge.com> <w2akal27ms5mwq7t2n4vysm5f3f6dmh74vy7mihhenpvxn6afo@wehrqc4jgogk> <a9eaefa98d9c5a7d2f7534dbabb9604c@BSDforge.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 27, 2024 at 5:14=E2=80=AFPM Chris <i.h8.git@bsdforge.com> wrote= : > > 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=E2=80=AFPM Daniel Engberg > >> > > > <daniel.engberg.lists@pyret.net> 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}${EXTRA= CT_SUFX}?dummy=3D/" > >> > > As I indicated in the pr(1) (276759) when you brought this up. The= above > >> > > does not work: > >> > > > >> > > # make -DBATCH fetch > >> > > =3D> ttcp-1.13.tar.gz doesn't seem to exist in /usr/ports/distfile= s/. > >> > > =3D> Attempting to fetch > >> > > https://codeberg.org///archive/1.13.tar.gz?dummy=3D/ttcp-1.13.tar.= gz > >> > > fetch: https://codeberg.org///archive/1.13.tar.gz?dummy=3D/ttcp-1.= 13.tar.gz: > >> > > Not Found > >> > > > >> > > Using *any* form of DIST(VERSION)PREFIX/SUFFIX/NAME is no closer t= o > >> > > returning anything > >> > > >> > Well, this is because the port is missing DISTVERSIONPREFIX=3Dttcp- = 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=3D ttcp > >> PORTVERSION=3D 1.13 > >> DISTVERSIONPREFIX=3Dttcp- > >> CATEGORIES=3D benchmarks net > >> MASTER_SITES=3D https://codeberg.org/BSDforge/archive/${DISTVER= SIONFULL}${EXTRACT_SUFX}?dummy=3D/ > > > > MASTER_SITES=3D https://codeberg.org/BSDforge/ttcp/archive/${DISTVERSIO= NFULL}${EXTRACT_SUFX}?dummy=3D/ > ... > =3D> ttcp-ttcp-1.13.tar.gz is spelled incorrectly. > thanks for trying. :) Please disregard my previous message. Simply setting: MASTER_SITES=3D https://codeberg.org/BSDforge/ttcp/archive/${PORTNAME}-${DISTVERSIONFULL}${= EXTRACT_SUFX}?dummy=3D/ fixes the issue for me. I was taken a bit off-guard with ${PORTNAME} being a part of the tagname, which is rather unusual, but it fetches nicely from codeberg with this string. - Jason
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJE75NGcniVcdnCwKV6KtR5WNxEB2qdvFQ_HvrUx_yWYjBMWiQ>