Date: Sat, 14 Dec 2024 20:27:09 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: b48084fef04a - main - math/octave: Update to 9.3.0. Message-ID: <202412142027.4BEKR9DW020875@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=b48084fef04ad7e6db87b01f4c08dfddc6040043 commit b48084fef04ad7e6db87b01f4c08dfddc6040043 Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2024-12-14 20:26:35 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2024-12-14 20:26:35 +0000 math/octave: Update to 9.3.0. --- Mk/Uses/octave.mk | 2 +- math/octave/Makefile | 1 - math/octave/distinfo | 6 +++--- math/octave/pkg-plist | 6 +++--- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Mk/Uses/octave.mk b/Mk/Uses/octave.mk index 642333ce0ded..1e634113899a 100644 --- a/Mk/Uses/octave.mk +++ b/Mk/Uses/octave.mk @@ -22,7 +22,7 @@ IGNORE= Incorrect 'USES+= octave:${octave_ARGS}' usage: argument [${arg}] is not . endif . endfor -OCTAVE_VERSION= 9.2.0 +OCTAVE_VERSION= 9.3.0 . if empty(octave_ARGS:Menv) BUILD_DEPENDS+= octave:math/octave diff --git a/math/octave/Makefile b/math/octave/Makefile index 72e26d32dc90..f46f59df1d23 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,6 +1,5 @@ PORTNAME= octave PORTVERSION= ${OCTAVE_VERSION} -PORTREVISION= 3 CATEGORIES= math MASTER_SITES= GNU diff --git a/math/octave/distinfo b/math/octave/distinfo index 8e6e73a7bc8b..a6c35b0edbff 100644 --- a/math/octave/distinfo +++ b/math/octave/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717644251 -SHA256 (octave-9.2.0.tar.xz) = 21417afb579105b035cac0bea09201522e384893ae90a781b8727efa32765807 -SIZE (octave-9.2.0.tar.xz) = 27425184 +TIMESTAMP = 1734155188 +SHA256 (octave-9.3.0.tar.xz) = 712468513db7e13b76f28c4b82cdba7d6f3f634c836ddb27a7a8fe9d708145f3 +SIZE (octave-9.3.0.tar.xz) = 27667832 diff --git a/math/octave/pkg-plist b/math/octave/pkg-plist index c87925a7fc11..81cdedc5b5b9 100644 --- a/math/octave/pkg-plist +++ b/math/octave/pkg-plist @@ -774,13 +774,13 @@ include/octave-%%OCTAVE_VERSION%%/octave/xnorm.h include/octave-%%OCTAVE_VERSION%%/octave/xpow.h lib/octave/%%OCTAVE_VERSION%%/liboctave.so lib/octave/%%OCTAVE_VERSION%%/liboctave.so.11 -lib/octave/%%OCTAVE_VERSION%%/liboctave.so.11.0.1 +lib/octave/%%OCTAVE_VERSION%%/liboctave.so.11.0.2 %%QT6%%lib/octave/%%OCTAVE_VERSION%%/liboctgui.so %%QT6%%lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.12 -%%QT6%%lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.12.0.0 +%%QT6%%lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.12.1.0 lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.12 -lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.12.0.1 +lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.12.1.0 lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/PKG_ADD lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__delaunayn__.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__fltk_uigetfile__.oct
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412142027.4BEKR9DW020875>