Date: Thu, 8 Jul 2021 20:19:37 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 134d2a4cd2fb - 2021Q3 - sysutils/u-boot-master: Add https mirror to MASTER_SITES Message-ID: <202107082019.168KJb8P088026@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=134d2a4cd2fb7c14d235e81552428ac711f1bcb3 commit 134d2a4cd2fb7c14d235e81552428ac711f1bcb3 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-07-08 20:12:11 +0000 Commit: Bernhard Froehlich <decke@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@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107082019.168KJb8P088026>