From owner-svn-ports-all@freebsd.org Mon Apr 30 06:17:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16A30FC4E66; Mon, 30 Apr 2018 06:17:53 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B5BAF69569; Mon, 30 Apr 2018 06:17:52 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ABED77630; Mon, 30 Apr 2018 06:17:52 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3U6Hqi0079704; Mon, 30 Apr 2018 06:17:52 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3U6Hqta079702; Mon, 30 Apr 2018 06:17:52 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201804300617.w3U6Hqta079702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= Date: Mon, 30 Apr 2018 06:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468672 - in head/print/muttprint: . files X-SVN-Group: ports-head X-SVN-Commit-Author: romain X-SVN-Commit-Paths: in head/print/muttprint: . files X-SVN-Commit-Revision: 468672 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2018 06:17:53 -0000 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 (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 () { +- ($numberOfPages) = /\\newlabel{LastPage}{{}{(\d+)}}/; ++ ($numberOfPages) = /\\newlabel\{LastPage\}\{\{\}\{(\d+)\}\}/; + } + + close AUX or fatalError "Could not close $auxfile:\n$!"; @@ -2027,7 +2027,7 @@ Options: