pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/fetch



Module Name:    pkgsrc
Committed By:   zafer
Date:           Mon May 26 13:31:20 UTC 2025

Modified Files:
        pkgsrc/mk/fetch: sites.mk

Log Message:
cmu mirror is only available in https. update.


To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 pkgsrc/mk/fetch/sites.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/fetch/sites.mk
diff -u pkgsrc/mk/fetch/sites.mk:1.195 pkgsrc/mk/fetch/sites.mk:1.196
--- pkgsrc/mk/fetch/sites.mk:1.195      Mon May 26 13:26:26 2025
+++ pkgsrc/mk/fetch/sites.mk    Mon May 26 13:31:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.195 2025/05/26 13:26:26 zafer Exp $
+# $NetBSD: sites.mk,v 1.196 2025/05/26 13:31:20 zafer Exp $
 #
 # This Makefile fragment defines read-only MASTER_SITE_* variables
 # representing some well-known master distribution sites for software.
@@ -44,7 +44,7 @@ MASTER_SITE_PERL_CPAN+= \
 
 MASTER_SITE_R_CRAN+=    \
        https://cran.r-project.org/src/ \
-       http://lib.stat.cmu.edu/R/CRAN/src/ \
+       https://lib.stat.cmu.edu/R/CRAN/src/ \
        https://stat.ethz.ch/CRAN/src/ \
        https://www.stats.bris.ac.uk/R/src/
 



Home | Main Index | Thread Index | Old Index