From owner-svn-ports-head@freebsd.org Thu May 10 00:09:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1A4EFCFDB9; Thu, 10 May 2018 00:09:03 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E370779FC; Thu, 10 May 2018 00:09:03 +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 5A36E18965; Thu, 10 May 2018 00:09:03 +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 w4A093Mh081043; Thu, 10 May 2018 00:09:03 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4A093gp081042; Thu, 10 May 2018 00:09:03 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201805100009.w4A093gp081042@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Thu, 10 May 2018 00:09:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469493 - 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: 469493 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.25 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: Thu, 10 May 2018 00:09:04 -0000 Author: stephen Date: Thu May 10 00:09:02 2018 New Revision: 469493 URL: https://svnweb.freebsd.org/changeset/ports/469493 Log: - Perform work that was supposed to be done by r469289: - Option SIGNAL defaults to on. - Bump portrevision. Modified: head/math/octave-forge/Makefile Modified: head/math/octave-forge/Makefile ============================================================================== --- head/math/octave-forge/Makefile Wed May 9 23:31:33 2018 (r469492) +++ head/math/octave-forge/Makefile Thu May 10 00:09:02 2018 (r469493) @@ -3,7 +3,7 @@ PORTNAME= octave-forge PORTVERSION= 20180409 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -28,7 +28,7 @@ OPTIONS_DEFINE= ACTUARIAL AUDIO BENCHMARK BIM BIOINFO STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO \ ZENITY ZEROMQ -OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NOCTCLIP:NOCTPROJ:NAUDIO:NDATABASE:NENGINE:NFL_CORE:NFUZZY_LOGIC_TOOLKIT:NGENERAL:NIMAGE:NLINEAR_ALGEBRA:NMECHANICS:NMISCELLANEOUS:NPARALLEL:NPDB:NSIGNAL:NTISEAN} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NOCTCLIP:NOCTPROJ:NAUDIO:NDATABASE:NENGINE:NFL_CORE:NFUZZY_LOGIC_TOOLKIT:NGENERAL:NIMAGE:NLINEAR_ALGEBRA:NMECHANICS:NMISCELLANEOUS:NPARALLEL:NPDB:NTISEAN} TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs