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:   nia
Date:           Wed Nov 11 09:26:32 UTC 2020

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

Log Message:
ftp.gnu.org redirects to https.


To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 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.168 pkgsrc/mk/fetch/sites.mk:1.169
--- pkgsrc/mk/fetch/sites.mk:1.168      Thu Nov  5 09:16:00 2020
+++ pkgsrc/mk/fetch/sites.mk    Wed Nov 11 09:26:32 2020
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.168 2020/11/05 09:16:00 nia Exp $
+# $NetBSD: sites.mk,v 1.169 2020/11/11 09:26:32 nia Exp $
 #
 # This Makefile fragment defines read-only MASTER_SITE_* variables
 # representing some well-known master distribution sites for software.
@@ -16,7 +16,7 @@ MASTER_SITE_GNU+=       \
        ftp://ftp.lip6.fr/pub/gnu/ \
        http://mirrors.kernel.org/gnu/ \
        http://ftp.funet.fi/pub/gnu/prep/ \
-       http://ftp.gnu.org/pub/gnu/
+       https://ftp.gnu.org/pub/gnu/
 
 MASTER_SITE_GITHUB+=    \
        https://github.com/



Home | Main Index | Thread Index | Old Index