git: e826feda9502 - main - lang/dotnet: Fix MASTER_SITES typo that was hidden by already cached distfiles
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Apr 2025 17:04:31 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=e826feda9502517ac7909904bd711144bd692f21 commit e826feda9502517ac7909904bd711144bd692f21 Author: Szczepan Ćwikliński <sec@thinkcode.pl> AuthorDate: 2025-04-10 10:38:46 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-04-10 17:04:26 +0000 lang/dotnet: Fix MASTER_SITES typo that was hidden by already cached distfiles Pull Request: https://github.com/freebsd/freebsd-ports/pull/373 --- lang/dotnet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/dotnet/Makefile b/lang/dotnet/Makefile index 73260fbcc91f..89043dc12994 100644 --- a/lang/dotnet/Makefile +++ b/lang/dotnet/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= ${DOTNETVERSION}.3 CATEGORIES= lang devel MASTER_SITES= https://github.com/dotnet/dotnet/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/release.json?dummy=/:dotnetmanifest \ - https://github.com/sec/dotnet-core-freebsd-source-build/releases/download/${SDKVERSION}-vmr/:bootstrap + https://github.com/sec/dotnet-core-freebsd-source-build/releases/download/${BOOTSTRAP_SDKVERSION}-vmr/:bootstrap DISTFILES= release.json-${PORTVERSION}:dotnetmanifest \ ${BOOTSTRAP_SOURCEBUILT_ARTIFACTS_DISTNAME}${EXTRACT_SUFX}:bootstrap \ ${BOOTSTRAP_SDK_DISTNAME}${EXTRACT_SUFX}:bootstrap