summaryrefslogtreecommitdiff
path: root/Build/source/texk/tests
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-06 22:50:00 +0000
committerKarl Berry <karl@freefriends.org>2019-03-06 22:50:00 +0000
commit4f01f3f908e7dc7db76d968aae01edf4580f1372 (patch)
treef876d9052244e6cba263124373f8149c08b04ef5 /Build/source/texk/tests
parentdb28af0c6e1e6a1e6ccd86b36e0741fefe34e830 (diff)
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@50267 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tests')
-rw-r--r--Build/source/texk/tests/TeXLive/TLConfig.pm6
-rw-r--r--Build/source/texk/tests/TeXLive/TLUtils.pm8
2 files changed, 7 insertions, 7 deletions
diff --git a/Build/source/texk/tests/TeXLive/TLConfig.pm b/Build/source/texk/tests/TeXLive/TLConfig.pm
index 3775c5b6f67..498a6c2b11e 100644
--- a/Build/source/texk/tests/TeXLive/TLConfig.pm
+++ b/Build/source/texk/tests/TeXLive/TLConfig.pm
@@ -5,7 +5,7 @@
package TeXLive::TLConfig;
-my $svnrev = '$Revision: 48727 $';
+my $svnrev = '$Revision: 50190 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
@@ -55,7 +55,7 @@ BEGIN {
# the year of our release, will be used in the location of the
# network packages, and in menu names, and other places.
-$ReleaseYear = 2018;
+$ReleaseYear = 2019;
# users can upgrade from this year to the current year; might be the
# same as the release year, or any number of releases earlier.
@@ -126,7 +126,7 @@ our $DefaultCompressorFormat = "xz";
our %Compressors = (
"lz4" => {
"decompress_args" => ["-dcf"],
- "compress_args" => ["-zfmq", "--rm"],
+ "compress_args" => ["-zfmq"],
"extension" => "lz4",
"priority" => 10,
},
diff --git a/Build/source/texk/tests/TeXLive/TLUtils.pm b/Build/source/texk/tests/TeXLive/TLUtils.pm
index c7cce80f505..494ee70601c 100644
--- a/Build/source/texk/tests/TeXLive/TLUtils.pm
+++ b/Build/source/texk/tests/TeXLive/TLUtils.pm
@@ -5,7 +5,7 @@
package TeXLive::TLUtils;
-my $svnrev = '$Revision: 50107 $';
+my $svnrev = '$Revision: 50202 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
@@ -321,7 +321,7 @@ sub platform_name {
# We don't use uname numbers here.)
#
# this changes each year, per above:
- my $mactex_darwin = 10; # lowest minor rev supported by x86_64-darwin.
+ my $mactex_darwin = 12; # lowest minor rev supported by x86_64-darwin.
#
# Most robust approach is apparently to check sw_vers (os version,
# returns "10.x" values), and sysctl (processor hardware).
@@ -397,8 +397,8 @@ sub platform_desc {
'universal-darwin' => 'MacOSX universal binaries',
'win32' => 'Windows',
'x86_64-cygwin' => 'Cygwin on x86_64',
- 'x86_64-darwin' => 'MacOSX current (10.10-) on x86_64',
- 'x86_64-darwinlegacy' => 'MacOSX legacy (10.6-10.9) on x86_64',
+ 'x86_64-darwin' => 'MacOSX current (10.12-) on x86_64',
+ 'x86_64-darwinlegacy' => 'MacOSX legacy (10.6-) on x86_64',
'x86_64-linux' => 'GNU/Linux on x86_64',
'x86_64-linuxmusl' => 'GNU/Linux on x86_64 with musl',
'x86_64-solaris' => 'Solaris on x86_64',