1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- github's nodeload works on both HTTP and HTTPS, so add the HTTP host

Reported by:	bapt
Approved by:	bapt (portmgr)
This commit is contained in:
Pietro Cerutti 2013-01-09 15:13:37 +00:00
parent abf896d430
commit 8316ceb705
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310150

View File

@ -520,7 +520,8 @@ MASTER_SITE_GENTOO+= \
# default: not set, mandatory
#
.if defined(USE_GITHUB)
MASTER_SITE_GITHUB+= https://nodeload.github.com/%SUBDIR%
MASTER_SITE_GITHUB+= https://nodeload.github.com/%SUBDIR% \
http://nodeload.github.com/%SUBDIR%
MASTER_SITE_GITHUB_CLOUD+= http://cloud.github.com/downloads/%SUBDIR%
.if !defined(MASTER_SITES) || !${MASTER_SITES:MGH} && !${MASTER_SITES:MGHC}
MASTER_SITES+= GH GHC