summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-21 12:00:29 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-21 12:00:29 (GMT)
commit3f913d322f99aae818c2fbe06049a19c4c1125f8 (patch)
treef49bd6fdc3bc43759371c62ca257043cc00a9b40 /unix
parent8c5e1ee93f7b7ae0a948d354b1f2dfdcdda0eab0 (diff)
downloadtcl-3f913d322f99aae818c2fbe06049a19c4c1125f8.zip
tcl-3f913d322f99aae818c2fbe06049a19c4c1125f8.tar.gz
tcl-3f913d322f99aae818c2fbe06049a19c4c1125f8.tar.bz2
Change a lot of url's (as far as possible) from http:// to https://
Diffstat (limited to 'unix')
-rw-r--r--unix/README6
-rw-r--r--unix/tcl.pc.in2
-rw-r--r--unix/tcl.spec2
3 files changed, 5 insertions, 5 deletions
diff --git a/unix/README b/unix/README
index 22b3833..b43a260 100644
--- a/unix/README
+++ b/unix/README
@@ -8,11 +8,11 @@ MacOSX platform too, but they all depend on UNIX (POSIX/ANSI C) interfaces and
some of them only make sense under UNIX.
Updated forms of the information found in this file is available at:
- http://www.tcl.tk/doc/howto/compile.html#unix
+ https://www.tcl-tk.org/doc/howto/compile.html#unix
For information on platforms where Tcl is known to compile, along with any
porting notes for getting it to work on those platforms, see:
- http://www.tcl.tk/software/tcltk/platforms.html
+ https://www.tcl-tk.org/software/tcltk/platforms.html
The rest of this file contains instructions on how to do this. The release
should compile and run either "out of the box" or with trivial changes on any
@@ -91,7 +91,7 @@ How To Compile And Install Tcl:
--enable-dtrace Enable tcl DTrace provider (if DTrace is
available on the platform), c.f. tclDTrace.d
for descriptions of the probes made available,
- see http://wiki.tcl.tk/DTrace for more details
+ see https://wiki.tcl-lang.org/page/DTrace for more details
--with-encoding=ENCODING Specifies the encoding for compile-time
configuration values. Defaults to iso8859-1,
which is also sufficient for ASCII.
diff --git a/unix/tcl.pc.in b/unix/tcl.pc.in
index 846cb11..84754c6 100644
--- a/unix/tcl.pc.in
+++ b/unix/tcl.pc.in
@@ -7,7 +7,7 @@ includedir=@includedir@
Name: Tool Command Language
Description: Tcl is a powerful, easy-to-learn dynamic programming language, suitable for a wide range of uses.
-URL: http://www.tcl.tk/
+URL: https://www.tcl-tk.org/
Version: @TCL_VERSION@@TCL_PATCH_LEVEL@
Requires.private: zlib >= 1.2.3
Libs: -L${libdir} @TCL_LIB_FLAG@ @TCL_STUB_LIB_FLAG@
diff --git a/unix/tcl.spec b/unix/tcl.spec
index 1758836..de6fa2b 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -9,7 +9,7 @@ Release: 2
License: BSD
Group: Development/Languages
Source: http://prdownloads.sourceforge.net/tcl/tcl%{version}-src.tar.gz
-URL: http://www.tcl.tk/
+URL: https://www.tcl-lang.org/
Buildroot: /var/tmp/%{name}%{version}
%description