sysutils/u-boot-master: Add https mirror to MASTER_SITES

PR:		257046
Approved by:	manu@
This commit is contained in:
Bernhard Froehlich 2021-07-08 20:12:11 +00:00
parent 792ca36842
commit bf089b31aa
No known key found for this signature in database
GPG key ID: 4DD88C3F9F3B8333

View file

@ -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