diff --git a/math/octave-forge-generate_html/Makefile b/math/octave-forge-generate_html/Makefile index 95db1040c586..c2d82e24cedd 100644 --- a/math/octave-forge-generate_html/Makefile +++ b/math/octave-forge-generate_html/Makefile @@ -1,29 +1,28 @@ # Created by: Stephen Montgomery-Smith PORTNAME= octave-forge-generate_html -PORTVERSION= 0.3.2 -PORTREVISION= 4 +PORTVERSION= 0.3.3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include diff --git a/math/octave-forge-generate_html/distinfo b/math/octave-forge-generate_html/distinfo index b904fb21f2bd..cdf987314620 100644 --- a/math/octave-forge-generate_html/distinfo +++ b/math/octave-forge-generate_html/distinfo @@ -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 diff --git a/math/octave-forge-generate_html/files/patch-txi2index.m b/math/octave-forge-generate_html/files/patch-txi2index.m deleted file mode 100644 index 5e2d859511fb..000000000000 --- a/math/octave-forge-generate_html/files/patch-txi2index.m +++ /dev/null @@ -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;