svn commit: r468672 - in head/print/muttprint: . files

Romain Tartière romain at FreeBSD.org
Mon Apr 30 06:17:53 UTC 2018


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 at 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:
  


More information about the svn-ports-head mailing list