summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2020-08-09 16:50:13 +0000
committerbrook <brook@pkgsrc.org>2020-08-09 16:50:13 +0000
commit8a9bf18b937484f061733c6f368e35629913bf4e (patch)
treec09d595c03a57063e97cbe231b31166a2352f4c1 /mk
parentf470e6d77908a37d7e142adebf5a0db8e061b92b (diff)
downloadpkgsrc-8a9bf18b937484f061733c6f368e35629913bf4e.tar.gz
Add URLs to the MASTER_SITE_R_CRAN list
At some point CRAN added the https protocol to its repositories, but this was never reflected in MASTER_SITE_R_CRAN. Add analogues for all the http sites with responsive https servers.
Diffstat (limited to 'mk')
-rw-r--r--mk/fetch/sites.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/fetch/sites.mk b/mk/fetch/sites.mk
index f0ff28c277f..440c74b8f6c 100644
--- a/mk/fetch/sites.mk
+++ b/mk/fetch/sites.mk
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.164 2020/04/21 23:00:14 mef Exp $
+# $NetBSD: sites.mk,v 1.165 2020/08/09 16:50:13 brook Exp $
#
# This Makefile fragment defines read-only MASTER_SITE_* variables
# representing some well-known master distribution sites for software.
@@ -43,16 +43,22 @@ MASTER_SITE_PERL_CPAN+= \
ftp://ftp.fi.muni.cz/pub/CPAN/modules/by-module/
MASTER_SITE_R_CRAN+= \
+ https://cran.r-project.org/src/ \
http://cran.r-project.org/src/ \
ftp://cran.r-project.org/pub/R/src/ \
http://cran.at.r-project.org/src/ \
ftp://cran.at.r-project.org/pub/R/src/ \
+ https://cran.ch.r-project.org/src/ \
http://cran.ch.r-project.org/src/ \
+ https://cran.uk.r-project.org/src/ \
http://cran.uk.r-project.org/src/ \
+ https://cran.us.r-project.org/src/ \
http://cran.us.r-project.org/src/ \
http://lib.stat.cmu.edu/R/CRAN/src/ \
ftp://ftp.u-aizu.ac.jp/pub/lang/R/CRAN/src/ \
+ https://stat.ethz.ch/CRAN/src/ \
http://stat.ethz.ch/CRAN/src/ \
+ https://www.stats.bris.ac.uk/R/src/ \
http://www.stats.bris.ac.uk/R/src/
MASTER_SITE_TEX_CTAN+= \