From owner-svn-ports-head@freebsd.org Mon Jan 6 01:43:10 2020 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 A69001ED3BE; Mon, 6 Jan 2020 01:43:10 +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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47rdZ63mpNz42Sw; Mon, 6 Jan 2020 01:43:10 +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 7CD8A6EBD; Mon, 6 Jan 2020 01:43:10 +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 0061hAVH030469; Mon, 6 Jan 2020 01:43:10 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0061hAQr030468; Mon, 6 Jan 2020 01:43:10 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <202001060143.0061hAQr030468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 6 Jan 2020 01:43:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522182 - 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: 522182 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.29 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, 06 Jan 2020 01:43:10 -0000 Author: stephen Date: Mon Jan 6 01:43:10 2020 New Revision: 522182 URL: https://svnweb.freebsd.org/changeset/ports/522182 Log: - Add option dependencies communications and mechanics. - Update to 20200106. Modified: head/math/octave-forge/Makefile Modified: head/math/octave-forge/Makefile ============================================================================== --- head/math/octave-forge/Makefile Mon Jan 6 01:39:20 2020 (r522181) +++ head/math/octave-forge/Makefile Mon Jan 6 01:43:10 2020 (r522182) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge -PORTVERSION= 20191201 +PORTVERSION= 20200106 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -11,7 +11,7 @@ COMMENT= Octave-forge metaport for math/octave USES= metaport OPTIONS_DEFINE= ACTUARIAL BENCHMARK BIM BIOINFO BSLTL CGI \ - CIVIL_ENGINEERING CONTROL DATA_SMOOTHING \ + CIVIL_ENGINEERING COMMUNICATIONS CONTROL DATA_SMOOTHING \ DATABASE DATAFRAME DICOM DIVAND DOCTEST ECONOMETRICS \ FENV FITS \ FINANCIAL FPL FUZZY_LOGIC_TOOLKIT GA GEOMETRY GENERAL \ @@ -27,7 +27,7 @@ OPTIONS_DEFINE= ACTUARIAL BENCHMARK BIM BIOINFO BSLTL STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO \ ZENITY ZEROMQ -OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NDATA_SMOOTHING:NMECHANICS:NPARALLEL:NSTRINGS:NTISEAN:NVIDEO} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NDATA_SMOOTHING:NPARALLEL:NSTRINGS:NTISEAN:NVIDEO} TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs