diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-07-08 20:12:11 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-07-08 20:12:11 +0000 |
commit | bf089b31aaf7c53237fc8ee1a8c988fb10be5767 (patch) | |
tree | e5afc362cfb8b22e0c2a5f4b5f11196f50e91f10 /sysutils | |
parent | mail/postfix-current: Update to 3.7-20210707 (diff) |
sysutils/u-boot-master: Add https mirror to MASTER_SITES
PR: 257046
Approved by: manu@
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/u-boot-master/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile index 25ede61ea35b..48442f118c54 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 |