From owner-svn-ports-head@freebsd.org Wed Jan 20 19:38:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EA23A8A78A; Wed, 20 Jan 2016 19:38:41 +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 mx1.freebsd.org (Postfix) with ESMTPS id 71BFF1ED4; Wed, 20 Jan 2016 19:38:41 +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 u0KJcevV088446; Wed, 20 Jan 2016 19:38:40 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KJceIS088445; Wed, 20 Jan 2016 19:38:40 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201601201938.u0KJceIS088445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Wed, 20 Jan 2016 19:38:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406797 - head/math/octave-forge X-SVN-Group: ports-head 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.20 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: Wed, 20 Jan 2016 19:38:41 -0000 Author: stephen Date: Wed Jan 20 19:38:40 2016 New Revision: 406797 URL: https://svnweb.freebsd.org/changeset/ports/406797 Log: - Add optional dependency math/octave-forge=doctest. - Update to 20160120. Modified: head/math/octave-forge/Makefile Modified: head/math/octave-forge/Makefile ============================================================================== --- head/math/octave-forge/Makefile Wed Jan 20 19:36:45 2016 (r406796) +++ head/math/octave-forge/Makefile Wed Jan 20 19:38:40 2016 (r406797) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge -PORTVERSION= 20160113 -PORTREVISION= 1 +PORTVERSION= 20160120 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -13,7 +12,8 @@ USES= metaport OPTIONS_DEFINE= ACTUARIAL AD AUDIO BENCHMARK BIM BIOINFO CGI \ CIVIL_ENGINEERING COMMUNICATIONS CONTROL DATA_SMOOTHING \ - DATABASE DATAFRAME DICOM DIVAND ECONOMETRICS ENGINE FENV FITS \ + DATABASE DATAFRAME DICOM DIVAND DOCTEST ECONOMETRICS ENGINE \ + FENV FITS \ FINANCIAL FL_CORE FPL FUZZY_LOGIC_TOOLKIT GA GEOMETRY GENERAL \ GENERATE_HTML GNUPLOT GSL IDENT IMAGE \ INFORMATIONTHEORY INTEGRATION INTERVAL IO IRSA LEVEL_SET \