aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-master
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2019-11-08 09:06:27 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2019-11-08 09:06:27 +0000
commit4ac51ebc400c06e27e01d874f9fdd43560a95d6e (patch)
tree10dad8c855c2a4e1ae7724a73f383415e33428d8 /sysutils/u-boot-master
parentdaca936fca2ecb445c44cebb0a440f3bbad3b201 (diff)
downloadports-4ac51ebc400c06e27e01d874f9fdd43560a95d6e.tar.gz
ports-4ac51ebc400c06e27e01d874f9fdd43560a95d6e.zip
Use HTTPS in PATCH_SITES
Notes
Notes: svn path=/head/; revision=517038
Diffstat (limited to 'sysutils/u-boot-master')
-rw-r--r--sysutils/u-boot-master/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile
index bdbd633ada22..06466ca1de1a 100644
--- a/sysutils/u-boot-master/Makefile
+++ b/sysutils/u-boot-master/Makefile
@@ -36,7 +36,7 @@ NO_ARCH= yes
# Use upstreamed patches not yet mainlined
PATCH_DIST_STRIP= -p1
-PATCH_SITES+= http://patchwork.ozlabs.org/patch/
+PATCH_SITES+= https://patchwork.ozlabs.org/patch/
# Sanity checks
.if !defined(MODEL) && !defined(BOARD_CONFIG) && !defined(FAMILY)