diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2025-02-08 20:37:17 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2025-02-08 20:37:17 +0000 |
commit | db545c22f8c7b4ed512257a44890fe6589fadcae (patch) | |
tree | 412859703d8d458767bc19aae7030f8fc031f3e2 | |
parent | 8603321c52b9d0d306480d363c04987458724059 (diff) |
math/octave: Update to 9.4.0.
-rw-r--r-- | Mk/Uses/octave.mk | 2 | ||||
-rw-r--r-- | math/octave/Makefile | 1 | ||||
-rw-r--r-- | math/octave/distinfo | 6 |
3 files changed, 4 insertions, 5 deletions
diff --git a/Mk/Uses/octave.mk b/Mk/Uses/octave.mk index 1e634113899a..6145a96aa310 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.3.0 +OCTAVE_VERSION= 9.4.0 . if empty(octave_ARGS:Menv) BUILD_DEPENDS+= octave:math/octave diff --git a/math/octave/Makefile b/math/octave/Makefile index a9ab8ad57cb9..8e6e7a92541f 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,6 +1,5 @@ PORTNAME= octave PORTVERSION= ${OCTAVE_VERSION} -PORTREVISION= 4 CATEGORIES= math MASTER_SITES= GNU diff --git a/math/octave/distinfo b/math/octave/distinfo index a6c35b0edbff..2a24a2738085 100644 --- a/math/octave/distinfo +++ b/math/octave/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734155188 -SHA256 (octave-9.3.0.tar.xz) = 712468513db7e13b76f28c4b82cdba7d6f3f634c836ddb27a7a8fe9d708145f3 -SIZE (octave-9.3.0.tar.xz) = 27667832 +TIMESTAMP = 1738987974 +SHA256 (octave-9.4.0.tar.xz) = fff911909ef79f95ba244dab5b8c1cb8c693a6c447d31deabb53994f17cb7b3d +SIZE (octave-9.4.0.tar.xz) = 27658760 |