svn commit: r384257 - in head/math/gri: . files

Jan Beich jbeich at FreeBSD.org
Sat Apr 18 23:24:54 UTC 2015


Author: jbeich
Date: Sat Apr 18 23:24:53 2015
New Revision: 384257
URL: https://svnweb.freebsd.org/changeset/ports/384257

Log:
  Unbreak INFO build on DragonFly and FreeBSD 11+
  
  gri.texi:18489: raising the section level of @subsubsection which is too low
  
  Reported by:	pkg-fallout

Added:
  head/math/gri/files/patch-doc_gri.texi   (contents, props changed)
Modified:
  head/math/gri/Makefile

Modified: head/math/gri/Makefile
==============================================================================
--- head/math/gri/Makefile	Sat Apr 18 23:22:48 2015	(r384256)
+++ head/math/gri/Makefile	Sat Apr 18 23:24:53 2015	(r384257)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gri
 PORTVERSION=	2.12.23
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 MASTER_SITES=	SF
 

Added: head/math/gri/files/patch-doc_gri.texi
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/gri/files/patch-doc_gri.texi	Sat Apr 18 23:24:53 2015	(r384257)
@@ -0,0 +1,20 @@
+--- doc/gri.texi.orig	2011-07-06 14:10:17 UTC
++++ doc/gri.texi
+@@ -18486,7 +18486,7 @@ Versions exist for MSDOS, windows, and L
+ (Actually, the windows version is just the MSDOS version, which can be
+ run inside an msdos window within windows-95, windows-NT, etc.)
+ 
+- at subsubsection MSDOS Operating System
++ at subsection MSDOS Operating System
+ @cindex compilation under MSDOS
+ @cindex MSDOS compilation
+ 
+@@ -18543,7 +18543,7 @@ To view the output, use a PostScript vie
+ 
+ 
+ 
+- at subsubsection LINUX Operating System
++ at subsection LINUX Operating System
+ @cindex compilation under Linux
+ @cindex linux compilation
+ @cindex LINUX compilation


More information about the svn-ports-head mailing list