Date: Mon, 30 Apr 2018 06:17:52 +0000 (UTC) From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468672 - in head/print/muttprint: . files Message-ID: <201804300617.w3U6Hqta079702@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: romain Date: Mon Apr 30 06:17:52 2018 New Revision: 468672 URL: https://svnweb.freebsd.org/changeset/ports/468672 Log: Unbreak with recent version of Perl PR: 227856 Submitted by: romain Approved by: Matthias Apitz <guru@unixarea.de> (maintainer) Modified: head/print/muttprint/Makefile head/print/muttprint/files/patch-muttprint Modified: head/print/muttprint/Makefile ============================================================================== --- head/print/muttprint/Makefile Mon Apr 30 05:00:21 2018 (r468671) +++ head/print/muttprint/Makefile Mon Apr 30 06:17:52 2018 (r468672) @@ -3,7 +3,7 @@ PORTNAME= muttprint PORTVERSION= 0.73 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print mail MASTER_SITES= SF/muttprint/muttprint/muttprint-${PORTVERSION} Modified: head/print/muttprint/files/patch-muttprint ============================================================================== --- head/print/muttprint/files/patch-muttprint Mon Apr 30 05:00:21 2018 (r468671) +++ head/print/muttprint/files/patch-muttprint Mon Apr 30 06:17:52 2018 (r468672) @@ -37,6 +37,15 @@ : "off"; } +@@ -1633,7 +1633,7 @@ sub getNumberOfPages ($) { + open (AUX, "$auxfile") or fatalError "Could not open $auxfile:\n$!"; + + while (<AUX>) { +- ($numberOfPages) = /\\newlabel{LastPage}{{}{(\d+)}}/; ++ ($numberOfPages) = /\\newlabel\{LastPage\}\{\{\}\{(\d+)\}\}/; + } + + close AUX or fatalError "Could not close $auxfile:\n$!"; @@ -2027,7 +2027,7 @@ Options:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804300617.w3U6Hqta079702>