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:   markd
Date:           Tue Aug 31 11:33:04 UTC 2021

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

Log Message:
mk: download.kde.org redirects to https


To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 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.176 pkgsrc/mk/fetch/sites.mk:1.177
--- pkgsrc/mk/fetch/sites.mk:1.176      Mon Jun 21 17:22:18 2021
+++ pkgsrc/mk/fetch/sites.mk    Tue Aug 31 11:33:04 2021
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.176 2021/06/21 17:22:18 nia Exp $
+# $NetBSD: sites.mk,v 1.177 2021/08/31 11:33:04 markd Exp $
 #
 # This Makefile fragment defines read-only MASTER_SITE_* variables
 # representing some well-known master distribution sites for software.
@@ -78,7 +78,7 @@ MASTER_SITE_GNOME+=     \
        https://mirrors.dotsrc.org/gnome/
 
 MASTER_SITE_KDE+=      \
-       http://download.kde.org/stable/ \
+       https://download.kde.org/stable/ \
        ftp://www.dnsbalance.ring.gr.jp/pub/X/kde/stable/ \
        http://www.dnsbalance.ring.gr.jp/archives/X/kde/stable/ \
        ftp://ftp.gtlib.gatech.edu/pub/kde/stable/ \



Home | Main Index | Thread Index | Old Index