diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2022-11-05 19:21:29 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2022-11-05 19:21:29 +0000 |
commit | 2815b6d929a991464468d156cc13ad791f9c0df7 (patch) | |
tree | e523bd80ce7849dc2c79f1da2326393bb7ebd3aa | |
parent | 4e139a162009b6af2aa039ca33cce5e4b629f55d (diff) | |
download | ports-2815b6d929a991464468d156cc13ad791f9c0df7.tar.gz ports-2815b6d929a991464468d156cc13ad791f9c0df7.zip |
math/octave: Update to 7.3.0.
-rw-r--r-- | math/octave/Makefile | 1 | ||||
-rw-r--r-- | math/octave/Makefile.version | 2 | ||||
-rw-r--r-- | math/octave/distinfo | 6 | ||||
-rw-r--r-- | math/octave/pkg-plist | 2 |
4 files changed, 7 insertions, 4 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 393e67807a79..422129939e0b 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -35,6 +35,7 @@ LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick \ libsuitesparseconfig.so:math/suitesparse-config \ libcxsparse.so:math/suitesparse-cxsparse \ libklu.so:math/suitesparse-klu \ + libspqr.so:math/suitesparse-spqr \ libumfpack.so:math/suitesparse-umfpack \ libglpk.so:math/glpk \ libgl2ps.so:print/gl2ps \ diff --git a/math/octave/Makefile.version b/math/octave/Makefile.version index e62ed6b75040..d6d9fde3a96d 100644 --- a/math/octave/Makefile.version +++ b/math/octave/Makefile.version @@ -1,2 +1,2 @@ # Version to share with ports depending on octave -OCTAVE_VERSION= 7.2.0 +OCTAVE_VERSION= 7.3.0 diff --git a/math/octave/distinfo b/math/octave/distinfo index c24ed6613698..2d1f84014fc0 100644 --- a/math/octave/distinfo +++ b/math/octave/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1659212819 -SHA256 (octave-7.2.0.tar.xz) = 4aef78c3c9d49f75d64ccd55267df40b3020e6414f69ea8757a1939628b30171 -SIZE (octave-7.2.0.tar.xz) = 26224708 +TIMESTAMP = 1667671914 +SHA256 (octave-7.3.0.tar.xz) = a508ee6aebccfa68967c9e7e0a08793c4ca8e4ddace723aabdb8f71ad34d57f1 +SIZE (octave-7.3.0.tar.xz) = 26215288 diff --git a/math/octave/pkg-plist b/math/octave/pkg-plist index 7b91c6f063ab..5a1a85dd96bd 100644 --- a/math/octave/pkg-plist +++ b/math/octave/pkg-plist @@ -983,6 +983,8 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef-multiple-inheritance/child_from_base_1.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef-multiple-inheritance/child_from_base_1_and_2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef-multiple-inheritance/classdef-multiple-inheritance.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/@class_bug62802/amethod.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/@class_bug62802/class_bug62802.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/bug_60763.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/class_bug52614A.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/class_bug52614B.m |