Date: Mon, 26 Feb 2024 08:48:02 -0800 From: Chris <i.h8.git@BSDforge.com> To: Gleb Popov <arrowd@freebsd.org> Cc: 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: <e5b1eafae561377530a381f40c0d3c25@BSDforge.com> In-Reply-To: <CALH631kRw3zYpOBTBM6mr1Ozrf5LSa2CimaKd3YP4fVP4TTifg@mail.gmail.com> References: <202402240847.41O8lN0C026751@gitrepo.freebsd.org> <c3ddafc7035aca09ed4be08afec4baec@mail.infomaniak.com> <CALH631kKRuT89gUqr8mbjNuZ5KUy5wqpSA5hmbY3qbLxxDoxxA@mail.gmail.com> <e6da26b9f5e9efc7a97a553c70e35565@mail.infomaniak.com> <CALH631kRw3zYpOBTBM6mr1Ozrf5LSa2CimaKd3YP4fVP4TTifg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2024-02-25 04:37, Gleb Popov wrote: > On Sun, Feb 25, 2024 at 3:34 PM 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}${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 but gibberish. This isn't GIT(HUB|LAB) so there aren't any tags within bsd.sites.mk for codeberg to accommodate this form of URL. FTR, to accommodate FreeBSD. I tag versions as ${PORTNAME}-${PORTVERSION}. So all of this seems convoluted. If I'm misunderstanding any of this. I'd be more than pleased to know. :) > form? Why the current form is bad?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e5b1eafae561377530a381f40c0d3c25>