Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/fetch Add URLs to the MASTER_SITE_R_CRAN list



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c196dbe93c1
branches:  trunk
changeset: 436826:5c196dbe93c1
user:      brook <brook%pkgsrc.org@localhost>
date:      Sun Aug 09 16:50:13 2020 +0000

description:
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:

 mk/fetch/sites.mk |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r bb208442c41c -r 5c196dbe93c1 mk/fetch/sites.mk
--- a/mk/fetch/sites.mk Sun Aug 09 16:45:23 2020 +0000
+++ b/mk/fetch/sites.mk Sun Aug 09 16:50:13 2020 +0000
@@ -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 @@
        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+= \



Home | Main Index | Thread Index | Old Index