Date: Sat, 5 Nov 2022 19:21:54 GMT From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2815b6d929a9 - main - math/octave: Update to 7.3.0. Message-ID: <202211051921.2A5JLscp071071@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=2815b6d929a991464468d156cc13ad791f9c0df7 commit 2815b6d929a991464468d156cc13ad791f9c0df7 Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2022-11-05 19:21:29 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2022-11-05 19:21:29 +0000 math/octave: Update to 7.3.0. --- math/octave/Makefile | 1 + math/octave/Makefile.version | 2 +- math/octave/distinfo | 6 +++--- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211051921.2A5JLscp071071>