From owner-svn-ports-head@freebsd.org Mon Feb 22 04:37:35 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CA510547021; Mon, 22 Feb 2021 04:37:35 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DkTtl4Znvz4ZNh; Mon, 22 Feb 2021 04:37:35 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8FFA61F6A3; Mon, 22 Feb 2021 04:37:35 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11M4bZsV025644; Mon, 22 Feb 2021 04:37:35 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11M4bZTW025643; Mon, 22 Feb 2021 04:37:35 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <202102220437.11M4bZTW025643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 22 Feb 2021 04:37:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566264 - head/math/octave-forge X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/math/octave-forge X-SVN-Commit-Revision: 566264 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2021 04:37:35 -0000 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@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