pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Aug 30 18:30:02 UTC 2020

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
rust: use https for master site due to unconditional redirect


To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 pkgsrc/lang/rust/Makefile

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

Modified files:

Index: pkgsrc/lang/rust/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.189 pkgsrc/lang/rust/Makefile:1.190
--- pkgsrc/lang/rust/Makefile:1.189     Tue Aug 25 08:54:25 2020
+++ pkgsrc/lang/rust/Makefile   Sun Aug 30 18:30:02 2020
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.189 2020/08/25 08:54:25 schmonz Exp $
+# $NetBSD: Makefile,v 1.190 2020/08/30 18:30:02 tnn Exp $
 
 DISTNAME=      rustc-1.45.2-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
 PKGREVISION=   1
 CATEGORIES=    lang
-MASTER_SITES=  http://static.rust-lang.org/dist/
+MASTER_SITES=  https://static.rust-lang.org/dist/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.rust-lang.org/



Home | Main Index | Thread Index | Old Index