Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/rust rust: use https for master site due to uncon...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6186f1bd6d9a
branches:  trunk
changeset: 437725:6186f1bd6d9a
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Aug 30 18:30:02 2020 +0000

description:
rust: use https for master site due to unconditional redirect

diffstat:

 lang/rust/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r b5850220d612 -r 6186f1bd6d9a lang/rust/Makefile
--- a/lang/rust/Makefile        Sun Aug 30 18:26:28 2020 +0000
+++ b/lang/rust/Makefile        Sun Aug 30 18:30:02 2020 +0000
@@ -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