Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jul 2021 20:16:08 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bf089b31aaf7 - main - sysutils/u-boot-master: Add https mirror to MASTER_SITES
Message-ID:  <202107082016.168KG8DA087664@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bf089b31aaf7c53237fc8ee1a8c988fb10be5767

commit bf089b31aaf7c53237fc8ee1a8c988fb10be5767
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:12:11 +0000

    sysutils/u-boot-master: Add https mirror to MASTER_SITES
    
    PR:             257046
    Approved by:    manu@
---
 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 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107082016.168KG8DA087664>