pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/rust My website URI for bootsrap kit has changed....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16d69c8e8616
branches:  trunk
changeset: 313772:16d69c8e8616
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Oct 09 12:40:05 2018 +0000

description:
My website URI for bootsrap kit has changed. The older website will provide
older taballs, however new tarballs will be provided at the newer website only.

diffstat:

 lang/rust/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 7f0875bdca3a -r 16d69c8e8616 lang/rust/Makefile
--- a/lang/rust/Makefile        Tue Oct 09 12:34:16 2018 +0000
+++ b/lang/rust/Makefile        Tue Oct 09 12:40:05 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2018/10/07 23:12:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.54 2018/10/09 12:40:05 ryoon Exp $
 
 DISTNAME=      rustc-1.29.1-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -127,8 +127,8 @@
 RUST_STAGE0:=          rust-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz
 RUST_STD_STAGE0:=      rust-std-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz
 # Do not trust ryoon@.
-SITES.${RUST_STAGE0}=  https://deuterium.ryoon.net/pub/rust/
-SITES.${RUST_STD_STAGE0}=      https://deuterium.ryoon.net/pub/rust/
+SITES.${RUST_STAGE0}=  https://www.ryoon.net/pub/rust/
+SITES.${RUST_STD_STAGE0}=      https://www.ryoon.net/pub/rust/
 DISTFILES:=            ${DISTFILES} ${RUST_STAGE0} ${RUST_STD_STAGE0}
 # Setting this changes it for every distfile, which doesn't match what is
 # currently in distinfo.



Home | Main Index | Thread Index | Old Index