git: ffcde3c00a0a - main - bsd.sites.mk: Fix URL in MASTER_SITE_FREEBSD_ORG
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 27 Jun 2023 07:12:26 UTC
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ffcde3c00a0a759192ea94aec7e547ff63707b93
commit ffcde3c00a0a759192ea94aec7e547ff63707b93
Author: Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2023-06-27 07:11:44 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2023-06-27 07:11:44 +0000
bsd.sites.mk: Fix URL in MASTER_SITE_FREEBSD_ORG
Sponsored by: The FreeBSD Foundation
---
Mk/bsd.sites.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index b41f2a8d71ad..4d54d20602cb 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -194,7 +194,7 @@ MASTER_SITE_FESTIVAL_OGI+= \
#
.if !defined(IGNORE_MASTER_SITE_FREEBSD_ORG)
MASTER_SITE_FREEBSD_ORG+= \
- https://download.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \
+ https://download.FreeBSD.org/%SUBDIR%/ \
ftp://ftp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \