texlive[51922] trunk: tl-update-auto

commits+karl at tug.org commits+karl at tug.org
Wed Aug 21 01:53:23 CEST 2019


Revision: 51922
          http://tug.org/svn/texlive?view=revision&revision=51922
Author:   karl
Date:     2019-08-21 01:53:23 +0200 (Wed, 21 Aug 2019)
Log Message:
-----------
tl-update-auto

Modified Paths:
--------------
    trunk/Build/source/build-aux/texinfo.tex
    trunk/Master/texmf-dist/tex/texinfo/texinfo.tex
    trunk/Master/tlpkg/installer/ctan-mirrors.pl

Modified: trunk/Build/source/build-aux/texinfo.tex
===================================================================
--- trunk/Build/source/build-aux/texinfo.tex	2019-08-20 23:47:24 UTC (rev 51921)
+++ trunk/Build/source/build-aux/texinfo.tex	2019-08-20 23:53:23 UTC (rev 51922)
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2019-06-01.23}
+\def\texinfoversion{2019-08-18.20}
 %
 % Copyright 1985, 1986, 1988, 1990-2019 Free Software Foundation, Inc.
 %
@@ -4675,7 +4675,7 @@
 % NB flag names containing - or _ may not work here.
 \def\dummyvalue#1{%
   \expandafter\ifx\csname SET#1\endcsname\relax
-    \noexpand\value{#1}%
+    \string\value{#1}%
   \else
     \csname SET#1\endcsname
   \fi

Modified: trunk/Master/texmf-dist/tex/texinfo/texinfo.tex
===================================================================
--- trunk/Master/texmf-dist/tex/texinfo/texinfo.tex	2019-08-20 23:47:24 UTC (rev 51921)
+++ trunk/Master/texmf-dist/tex/texinfo/texinfo.tex	2019-08-20 23:53:23 UTC (rev 51922)
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2019-06-01.23}
+\def\texinfoversion{2019-08-18.20}
 %
 % Copyright 1985, 1986, 1988, 1990-2019 Free Software Foundation, Inc.
 %
@@ -4675,7 +4675,7 @@
 % NB flag names containing - or _ may not work here.
 \def\dummyvalue#1{%
   \expandafter\ifx\csname SET#1\endcsname\relax
-    \noexpand\value{#1}%
+    \string\value{#1}%
   \else
     \csname SET#1\endcsname
   \fi

Modified: trunk/Master/tlpkg/installer/ctan-mirrors.pl
===================================================================
--- trunk/Master/tlpkg/installer/ctan-mirrors.pl	2019-08-20 23:47:24 UTC (rev 51921)
+++ trunk/Master/tlpkg/installer/ctan-mirrors.pl	2019-08-20 23:53:23 UTC (rev 51922)
@@ -164,5 +164,10 @@
     'New Zealand' => {
       'http://mirror.aut.ac.nz/CTAN/' => 1
     }
+  },
+  'South America' => {
+    'Brazil' => {
+      'http://linorg.usp.br/CTAN/' => 1
+    }
   }
 };



More information about the tex-live-commits mailing list