Date: Fri, 8 Nov 2019 09:06:28 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517038 - head/sysutils/u-boot-master Message-ID: <201911080906.xA896SIG011419@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Fri Nov 8 09:06:27 2019 New Revision: 517038 URL: https://svnweb.freebsd.org/changeset/ports/517038 Log: Use HTTPS in PATCH_SITES Modified: head/sysutils/u-boot-master/Makefile Modified: head/sysutils/u-boot-master/Makefile ============================================================================== --- head/sysutils/u-boot-master/Makefile Fri Nov 8 09:02:30 2019 (r517037) +++ head/sysutils/u-boot-master/Makefile Fri Nov 8 09:06:27 2019 (r517038) @@ -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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911080906.xA896SIG011419>