aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-07-08 20:12:11 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-07-08 20:18:53 +0000
commit134d2a4cd2fb7c14d235e81552428ac711f1bcb3 (patch)
tree2762fbc924d2642b557698dcc2987ab502ccb7ce
parent100332161300fb01ca536af65c1ce0c59984279c (diff)
downloadports-134d2a4cd2fb7c14d235e81552428ac711f1bcb3.tar.gz
ports-134d2a4cd2fb7c14d235e81552428ac711f1bcb3.zip
sysutils/u-boot-master: Add https mirror to MASTER_SITES
PR: 257046 Approved by: manu@ (cherry picked from commit bf089b31aaf7c53237fc8ee1a8c988fb10be5767)
-rw-r--r--sysutils/u-boot-master/Makefile3
1 files changed, 2 insertions, 1 deletions
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@FreeBSD.org