summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-05-27 12:26:09 +0000
committerwiz <wiz@pkgsrc.org>2018-05-27 12:26:09 +0000
commit30b5b377ccd99fd36eec80c553166782832938f8 (patch)
treef33d1c6fbf9778760fabb04f685c63ebb6b3064a /print
parente7bdcef8aff4a72322d0eeefe084b231a0a2ce19 (diff)
downloadpkgsrc-30b5b377ccd99fd36eec80c553166782832938f8.tar.gz
latexmk: update to 456.
From v. 4.55 to 4.55a Add option that latexmk returns a non-zero status code when the final run of (pdf)latex gives warnings about undefined references or citations or about multiply defined references. Implement $warning_cmd to allow a visual cue for these situations in pvc mode (in addition to the current possibilities for $compiling_cmd, $success_cmd and $failure_cmd). From v. 4.55a to 4.56 Correct parsing of biber's log file. Implement $warning_cmd. Deal correctly with situation that files reported in the .fls file as INPUT or OUTPUT files no longer exist at end of run. These files aren't true source files or generated files from latexmk's point of view. Such cases can arise from a bug in the TeX engine (as with lualatex in TeXLive 2016/2017). They can also arise when temporary files are created, read and deleted during a run (as with the minted package). Update example latexmrc file for pythontex. Better error message when .bib file(s) not found. Better handling and diagnostics when names of expected and actual names of .log disagree. In particular, there is some automatic reconfiguration when .log file is not in expected place (e.g., because $aux_dir is different to $out_dir, but TeXLive is used, so -aux-directory option for TeX engines isn't supported). Fix problem of .bib files sometimes not being found by bibtex when latexmk runs under msys and -outputdirectory is specified. Add use of environment variable LATEXMKRCSYS to specify system rc file.
Diffstat (limited to 'print')
-rw-r--r--print/latexmk/Makefile4
-rw-r--r--print/latexmk/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/print/latexmk/Makefile b/print/latexmk/Makefile
index b0a3f32bec2..86125a41a57 100644
--- a/print/latexmk/Makefile
+++ b/print/latexmk/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/01/28 15:58:48 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2018/05/27 12:26:09 wiz Exp $
-DISTNAME= latexmk-455
+DISTNAME= latexmk-456
CATEGORIES= print
MASTER_SITES= http://users.phys.psu.edu/~collins/software/latexmk/
EXTRACT_SUFX= .zip
diff --git a/print/latexmk/distinfo b/print/latexmk/distinfo
index a31bfa632e4..1df2e94777a 100644
--- a/print/latexmk/distinfo
+++ b/print/latexmk/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/01/28 15:58:48 wiz Exp $
+$NetBSD: distinfo,v 1.10 2018/05/27 12:26:09 wiz Exp $
-SHA1 (latexmk-455.zip) = b472fb7a5af1cf629cf5004d62a49f6d811a5fcf
-RMD160 (latexmk-455.zip) = c4370e8f75c7745ad9f79ee7029b8140b73a3568
-SHA512 (latexmk-455.zip) = 6673088c3bd094e30263501a5f38b12e265e9b7646baeb39e1c0803b1542f6b66253329d33085f1d57761877d33f55cd1b5f5dee87e8d87449d3111fc8962a32
-Size (latexmk-455.zip) = 414255 bytes
+SHA1 (latexmk-456.zip) = 3bde82d708279cd4f7ff859fad35c528137ea917
+RMD160 (latexmk-456.zip) = cf9f871ba1138a557d1d014d311f1fe0e2141d3e
+SHA512 (latexmk-456.zip) = ff169ff677367125b32e7641e9fabc66d9fb015e6cf1433d39c598baf17a926e0d29c975c4a8fa8ed482b4bc57ff177cfedc058ebdc83a3abadde50f9a490d91
+Size (latexmk-456.zip) = 425179 bytes