math/octave-forge-generate_html: Update to 0.3.3.
This commit is contained in:
parent
a38175a3d0
commit
b7a03e5623
3 changed files with 4 additions and 25 deletions
|
@ -1,8 +1,7 @@
|
|||
# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
||||
|
||||
PORTNAME= octave-forge-generate_html
|
||||
PORTVERSION= 0.3.2
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 0.3.3
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= stephen@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1589930252
|
||||
SHA256 (octave-forge/generate_html-0.3.2.tar.gz) = da2d15d66dafb999a483a1380f33799724a8a9fff9c6620a3f11bbe4e48124aa
|
||||
SIZE (octave-forge/generate_html-0.3.2.tar.gz) = 61726
|
||||
TIMESTAMP = 1651791413
|
||||
SHA256 (octave-forge/generate_html-0.3.3.tar.gz) = 087274fbdd3e48d5e6b252eb41cfbc69eb529c72b49bd3ea1018a916e163c07c
|
||||
SIZE (octave-forge/generate_html-0.3.3.tar.gz) = 62177
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
--- inst/txi2index.m.orig 2022-04-08 22:22:07.568707000 -0500
|
||||
+++ inst/txi2index.m 2022-04-08 22:22:27.662102000 -0500
|
||||
@@ -86,7 +86,7 @@
|
||||
elseif (strncmpi (SECTION, line, length (SECTION)))
|
||||
section = strtrim (line (length (SECTION)+1:end));
|
||||
if (idx == 0 || !isempty (index.provides{idx}.functions))
|
||||
- idx ++;
|
||||
+ idx++;
|
||||
endif
|
||||
|
||||
index.provides{idx} = struct ();
|
||||
@@ -94,7 +94,7 @@
|
||||
index.provides{idx}.functions = {};
|
||||
elseif (strncmpi (DOCSTRING, line, length (DOCSTRING)))
|
||||
if (idx == 0)
|
||||
- idx ++;
|
||||
+ idx++;
|
||||
|
||||
index.provides{idx} = struct ();
|
||||
index.provides{idx}.category = default_section;
|
Loading…
Reference in a new issue