Here is a small bump to the latest version of latexmk (4.52c), the version in 
ports being nearly two years old now.  The new version fixed some small bugs 
regarding lualatex and works well for me.  This version is also available in 
CTAN: http://www.ctan.org/pkg/latexmk/.

Any comments?

Nils
Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/latexmk/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile	21 Mar 2015 13:54:17 -0000	1.5
+++ Makefile	24 Feb 2017 12:49:03 -0000
@@ -2,9 +2,8 @@
 
 COMMENT=	LaTeX documents output generation automation tool
 
-DISTNAME=	latexmk-443a
+DISTNAME=	latexmk-452c
 EXTRACT_SUFX=	.zip
-REVISION=	0
 
 CATEGORIES=	textproc print
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/latexmk/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo	21 Mar 2015 13:52:13 -0000	1.3
+++ distinfo	24 Feb 2017 12:49:03 -0000
@@ -1,2 +1,2 @@
-SHA256 (latexmk-443a.zip) = 5BDSlcCkcye5U+zltYLClDWb34kTjvmQ1WIbAg/yu+U=
-SIZE (latexmk-443a.zip) = 434070
+SHA256 (latexmk-452c.zip) = eo/VDgvUbIcFqk4Py8NtAdUozJKpbXHhwA4fsuZITbI=
+SIZE (latexmk-452c.zip) = 391327
Index: patches/patch-latexmk_pl
===================================================================
RCS file: /cvs/ports/textproc/latexmk/patches/patch-latexmk_pl,v
retrieving revision 1.4
diff -u -p -r1.4 patch-latexmk_pl
--- patches/patch-latexmk_pl	21 Mar 2015 13:54:17 -0000	1.4
+++ patches/patch-latexmk_pl	24 Feb 2017 12:49:03 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-latexmk_pl,v 1.4 2015/03/21 13:54:17 ajacoutot Exp $
---- latexmk.pl.orig	Thu Feb  5 23:00:49 2015
-+++ latexmk.pl	Sat Mar 21 14:53:34 2015
-@@ -1053,6 +1053,10 @@ else {
+--- latexmk.pl.orig	Thu Jan 19 15:52:57 2017
++++ latexmk.pl	Fri Feb 24 10:36:01 2017
+@@ -978,6 +978,10 @@ else {
          $lpr_pdf  = 'lpr %O %S';
          $pscmd = "ps -ww -u $ENV{USER}"; 
      }

Reply via email to