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

Stephen Montgomery-Smith stephen at FreeBSD.org
Sun Apr 7 02:27:19 UTC 2019


Author: stephen
Date: Sun Apr  7 02:27:18 2019
New Revision: 498239
URL: https://svnweb.freebsd.org/changeset/ports/498239

Log:
  - Default option that installs subpackage math/octave-forge-dicom to on.
  - Bump portrevision.

Modified:
  head/math/octave-forge/Makefile

Modified: head/math/octave-forge/Makefile
==============================================================================
--- head/math/octave-forge/Makefile	Sun Apr  7 02:26:36 2019	(r498238)
+++ head/math/octave-forge/Makefile	Sun Apr  7 02:27:18 2019	(r498239)
@@ -3,7 +3,7 @@
 
 PORTNAME=	octave-forge
 PORTVERSION=	20180409
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	math
 
 MAINTAINER=	stephen at FreeBSD.org
@@ -28,7 +28,7 @@ OPTIONS_DEFINE=	ACTUARIAL BENCHMARK BIM BIOINFO BSLTL 
 		STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO \
 		ZENITY ZEROMQ
 
-OPTIONS_DEFAULT=	${OPTIONS_DEFINE:NDATABASE:NDATA_SMOOTHING:NDICOM:NECONOMETRICS:NFITS:NLINEAR_ALGEBRA:NMECHANICS:NOPTIM:NPARALLEL:NSTRINGS:NSTRUCT:NTISEAN:NVIDEO}
+OPTIONS_DEFAULT=	${OPTIONS_DEFINE:NDATABASE:NDATA_SMOOTHING:NECONOMETRICS:NFITS:NLINEAR_ALGEBRA:NMECHANICS:NOPTIM:NPARALLEL:NSTRINGS:NSTRUCT:NTISEAN:NVIDEO}
 
 TARBALLS_DIR=		${LOCALBASE}/share/octave/tarballs
 


More information about the svn-ports-head mailing list