git: d537aa26f5ea - main - math/octave-forge-signal: Fix install error.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 03:08:03 UTC
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=d537aa26f5ea3857e06104e8b8e878e7cef73ac3 commit d537aa26f5ea3857e06104e8b8e878e7cef73ac3 Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2022-04-09 03:07:28 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2022-04-09 03:07:28 +0000 math/octave-forge-signal: Fix install error. - Bump portrevision. --- math/octave-forge-signal/Makefile | 2 +- math/octave-forge-signal/files/patch-buffer.m | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/math/octave-forge-signal/Makefile b/math/octave-forge-signal/Makefile index d42df18a0c5a..beb76890e1df 100644 --- a/math/octave-forge-signal/Makefile +++ b/math/octave-forge-signal/Makefile @@ -2,7 +2,7 @@ PORTNAME= octave-forge-signal PORTVERSION= 1.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-signal/files/patch-buffer.m b/math/octave-forge-signal/files/patch-buffer.m new file mode 100644 index 000000000000..31f424f4160a --- /dev/null +++ b/math/octave-forge-signal/files/patch-buffer.m @@ -0,0 +1,11 @@ +--- ../inst/buffer.m.orig 2022-04-08 21:56:59.940849000 -0500 ++++ ../inst/buffer.m 2022-04-08 21:57:48.381303000 -0500 +@@ -120,7 +120,7 @@ + endwhile + [i, j] = ind2sub([n-p, m], l); + if (all ([i, j] == [n-p, m])) +- off --; ++ off--; + endif + y (:, end - off + 2 : end) = []; + else