mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Use https for fetching bootstrap packages
This commit is contained in:
parent
f64d9b869f
commit
be58f70a63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462548
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ do-test:
|
|||
BOOTSTRAPS_SOURCE_PKG_FBSDVER= 10
|
||||
BOOTSTRAPS_SOURCE_PKG_FBSDVER_aarch64= 11
|
||||
BOOTSTRAPS_SOURCE_PKG_REV=
|
||||
BOOTSTRAPS_SOURCE_PKG_URL= http://pkg.freebsd.org/FreeBSD:${BOOTSTRAPS_SOURCE_PKG_FBSDVER_${ARCH}:U${BOOTSTRAPS_SOURCE_PKG_FBSDVER}}:${ARCH}/latest/All/rust-${RUST_BOOTSTRAP_VERSION_${ARCH}:U${RUST_BOOTSTRAP_VERSION}}${BOOTSTRAPS_SOURCE_PKG_REV}.txz
|
||||
BOOTSTRAPS_SOURCE_PKG_URL= https://pkg.freebsd.org/FreeBSD:${BOOTSTRAPS_SOURCE_PKG_FBSDVER_${ARCH}:U${BOOTSTRAPS_SOURCE_PKG_FBSDVER}}:${ARCH}/latest/All/rust-${RUST_BOOTSTRAP_VERSION_${ARCH}:U${RUST_BOOTSTRAP_VERSION}}${BOOTSTRAPS_SOURCE_PKG_REV}.txz
|
||||
BOOTSTRAPS_SOURCE_PKG= ${_DISTDIR}/${BOOTSTRAPS_DATE_${ARCH}:U${BOOTSTRAPS_DATE}}/rust-${RUST_BOOTSTRAP_VERSION_${ARCH}:U${RUST_BOOTSTRAP_VERSION}}-${ARCH}.txz
|
||||
|
||||
package-to-bootstraps: ${BOOTSTRAPS_SOURCE_PKG}
|
||||
|
|
Loading…
Add table
Reference in a new issue