git: 8ae4a503842c - main - math/octave-forge: Add optional dependency math/octave-forge-velas.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Apr 2023 19:52:08 UTC
The branch main has been updated by stephen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8ae4a503842c5c629cfeb8deb149697e98be2854
commit 8ae4a503842c5c629cfeb8deb149697e98be2854
Author: Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2023-04-21 19:50:22 +0000
Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2023-04-21 19:50:22 +0000
math/octave-forge: Add optional dependency math/octave-forge-velas.
Update to 20230421.
---
math/octave-forge/Makefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile
index c0cf1dd2fc8e..3e5f44412720 100644
--- a/math/octave-forge/Makefile
+++ b/math/octave-forge/Makefile
@@ -1,6 +1,5 @@
PORTNAME= octave-forge
-PORTVERSION= 20221116
-PORTREVISION= 1
+PORTVERSION= 20230421
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
@@ -31,7 +30,7 @@ OPTIONS_DEFINE= AUDIO ACTUARIAL AUTOMATIC_DIFFERENTIATION \
SPECFUN \
SPARSERSB SPECIAL_MATRIX SPLINES SQLITE STATISTICS \
STATISTICS_BOOTSTRAP STK STRINGS \
- STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TSA VIDEO \
+ STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TSA VIDEO VELAS \
WEBSOCKETS ZENITY ZEROMQ
OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NDATABASE:NMECHANICS:NMPI:NNLWING2:NPARALLEL:NSPECFUN}