svn commit: r566264 - head/math/octave-forge

Stephen Montgomery-Smith stephen at FreeBSD.org
Mon Feb 22 04:37:35 UTC 2021


Author: stephen
Date: Mon Feb 22 04:37:35 2021
New Revision: 566264
URL: https://svnweb.freebsd.org/changeset/ports/566264

Log:
  - Optional dependency math/octave-forge-level-set to on.
  - Remove optional dependency math/octave-forge-tisean.
  - Update to 20210221.

Modified:
  head/math/octave-forge/Makefile

Modified: head/math/octave-forge/Makefile
==============================================================================
--- head/math/octave-forge/Makefile	Mon Feb 22 04:35:03 2021	(r566263)
+++ head/math/octave-forge/Makefile	Mon Feb 22 04:37:35 2021	(r566264)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	octave-forge
-PORTVERSION=	20200519
-PORTREVISION=	3
+PORTVERSION=	20210221
 CATEGORIES=	math
 
 MAINTAINER=	stephen at FreeBSD.org
@@ -25,10 +24,10 @@ OPTIONS_DEFINE=	AUDIO ACTUARIAL BENCHMARK BIM BIOINFO 
 		OPTIM OPTIMINTERP OUTLIERS PARALLEL PLOT QUATERNION \
 		QUEUEING SECS1D SECS2D SECS3D SIGNAL SIMP SOCKETS SPECFUN \
 		SPARSERSB SPECIAL_MATRIX SPLINES STATISTICS STK STRINGS \
-		STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO \
+		STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TSA VIDEO \
 		ZENITY ZEROMQ
 
-OPTIONS_DEFAULT=	${OPTIONS_DEFINE:NTISEAN:NLEVEL_SET}
+OPTIONS_DEFAULT=	${OPTIONS_DEFINE}
 
 TARBALLS_DIR=		${LOCALBASE}/share/octave/tarballs
 


More information about the svn-ports-all mailing list