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:   ryoon
Date:           Tue Oct  9 12:40:05 UTC 2018

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 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.53 pkgsrc/lang/rust/Makefile:1.54
--- pkgsrc/lang/rust/Makefile:1.53      Sun Oct  7 23:12:49 2018
+++ pkgsrc/lang/rust/Makefile   Tue Oct  9 12:40:05 2018
@@ -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_ARCH=          i686-unknown-netbsd
 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