diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-01-09 15:13:37 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-01-09 15:13:37 +0000 |
commit | 8316ceb705209f00cc9f822ac3d985764f6fcdc0 (patch) | |
tree | 28edf3162ee9b9d06cd80b87b0dcfcac902f01ba /Mk/bsd.sites.mk | |
parent | abf896d430ae1a89c5d6bb4e4a1624904c4c3bc3 (diff) | |
download | ports-8316ceb705209f00cc9f822ac3d985764f6fcdc0.tar.gz ports-8316ceb705209f00cc9f822ac3d985764f6fcdc0.zip |
- github's nodeload works on both HTTP and HTTPS, so add the HTTP host
Reported by: bapt
Approved by: bapt (portmgr)
Notes
Notes:
svn path=/head/; revision=310150
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 7a558ea50773..828f2d1ae0eb 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -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 |