diff --git a/math/octave/Makefile b/math/octave/Makefile index 2cc3792e941..c5b4fe8abcb 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,13 +1,13 @@ COMMENT = Scientific Programming Language -VERSION = 7.2.0 +VERSION = 7.3.0 DISTNAME = octave-${VERSION} EXTRACT_SUFX = .tar.xz CATEGORIES = math -SHARED_LIBS += octave 15.0 -SHARED_LIBS += octgui 9.0 -SHARED_LIBS += octinterp 14.0 +SHARED_LIBS += octave 16.0 +SHARED_LIBS += octgui 10.0 +SHARED_LIBS += octinterp 15.0 HOMEPAGE = https://www.gnu.org/software/octave/ diff --git a/math/octave/distinfo b/math/octave/distinfo index de82b014827..737da7e5819 100644 --- a/math/octave/distinfo +++ b/math/octave/distinfo @@ -1,2 +1,2 @@ -SHA256 (octave-7.2.0.tar.xz) = Su94w8nUn3XWTM1VJn30CzAg5kFPaeqHV6GTliizAXE= -SIZE (octave-7.2.0.tar.xz) = 26224708 +SHA256 (octave-7.3.0.tar.xz) = pQjuauvM+miWfJ5+Cgh5PEyo5N2s5yOqvbj3GtNNV/E= +SIZE (octave-7.3.0.tar.xz) = 26215288 diff --git a/math/octave/patches/patch-scripts_miscellaneous_unpack_m b/math/octave/patches/patch-scripts_miscellaneous_unpack_m index d7a08c232b3..01d718ddbee 100644 --- a/math/octave/patches/patch-scripts_miscellaneous_unpack_m +++ b/math/octave/patches/patch-scripts_miscellaneous_unpack_m @@ -25,7 +25,7 @@ Index: scripts/miscellaneous/unpack.m @__parse_tar__, false}; commandlist.tarbz = commandlist.tarbz2; commandlist.tbz2 = commandlist.tarbz2; -@@ -328,7 +328,9 @@ function files = __parse_gzip__ (output) +@@ -332,7 +332,9 @@ function files = __parse_gzip__ (output) ## Parse the output from gzip and gunzip returning the files ## compressed (or decompressed). diff --git a/math/octave/pkg/PLIST b/math/octave/pkg/PLIST index c747de93813..7b6f85abfcf 100644 --- a/math/octave/pkg/PLIST +++ b/math/octave/pkg/PLIST @@ -1101,6 +1101,9 @@ share/octave/${VERSION}/etc/tests/fixed/classdef-multiple-inheritance/base_2.m share/octave/${VERSION}/etc/tests/fixed/classdef-multiple-inheritance/child_from_base_1.m share/octave/${VERSION}/etc/tests/fixed/classdef-multiple-inheritance/child_from_base_1_and_2.m share/octave/${VERSION}/etc/tests/fixed/classdef-multiple-inheritance/classdef-multiple-inheritance.tst +share/octave/${VERSION}/etc/tests/fixed/classdef/@class_bug62802/ +share/octave/${VERSION}/etc/tests/fixed/classdef/@class_bug62802/amethod.m +share/octave/${VERSION}/etc/tests/fixed/classdef/@class_bug62802/class_bug62802.m share/octave/${VERSION}/etc/tests/fixed/classdef/bug_60763.m share/octave/${VERSION}/etc/tests/fixed/classdef/class_bug52614A.m share/octave/${VERSION}/etc/tests/fixed/classdef/class_bug52614B.m