git: 4d8cb5fd6d50 - 2025Q2 - lang/dotnet: Fix MASTER_SITES typo that was hidden by already cached distfiles
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 May 2025 10:05:57 UTC
The branch 2025Q2 has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d8cb5fd6d50111133b2187db1b4de608ba1721a commit 4d8cb5fd6d50111133b2187db1b4de608ba1721a Author: Szczepan Ćwikliński <sec@thinkcode.pl> AuthorDate: 2025-04-10 10:38:46 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-05-13 10:05:42 +0000 lang/dotnet: Fix MASTER_SITES typo that was hidden by already cached distfiles Pull Request: https://github.com/freebsd/freebsd-ports/pull/373 (cherry picked from commit e826feda9502517ac7909904bd711144bd692f21) --- lang/dotnet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/dotnet/Makefile b/lang/dotnet/Makefile index a157bad4ff01..cc06ae85198d 100644 --- a/lang/dotnet/Makefile +++ b/lang/dotnet/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= ${DOTNETVERSION}.4 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