git: 134d2a4cd2fb - 2021Q3 - sysutils/u-boot-master: Add https mirror to MASTER_SITES
Bernhard Froehlich
decke at FreeBSD.org
Thu Jul 8 20:19:37 UTC 2021
The branch 2021Q3 has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=134d2a4cd2fb7c14d235e81552428ac711f1bcb3
commit 134d2a4cd2fb7c14d235e81552428ac711f1bcb3
Author: Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-07-08 20:12:11 +0000
Commit: Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-07-08 20:18:53 +0000
sysutils/u-boot-master: Add https mirror to MASTER_SITES
PR: 257046
Approved by: manu@
(cherry picked from commit bf089b31aaf7c53237fc8ee1a8c988fb10be5767)
---
sysutils/u-boot-master/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile
index 38fd6f081fbd..6b4c8fafa645 100644
--- a/sysutils/u-boot-master/Makefile
+++ b/sysutils/u-boot-master/Makefile
@@ -6,7 +6,8 @@ PORTNAME= u-boot
PORTVERSION= ${UBOOT_VERSION}
CATEGORIES= sysutils
PKGNAMESUFFIX?= -${MODEL}
-MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/
+MASTER_SITES= https://ftp.denx.de/pub/u-boot/ \
+ ftp://ftp.denx.de/pub/u-boot/
DIST_SUBDIR= u-boot
MAINTAINER?= uboot at FreeBSD.org
More information about the dev-commits-ports-all
mailing list