svn commit: r495529 - head/math/octave

Stephen Montgomery-Smith stephen at FreeBSD.org
Tue Mar 12 21:09:32 UTC 2019


Author: stephen
Date: Tue Mar 12 21:09:31 2019
New Revision: 495529
URL: https://svnweb.freebsd.org/changeset/ports/495529

Log:
  - Add dependency audio/portaudio.
  - Add dependency audio/libsndfile commented out because this port is currently
    vulnerable.
  - Bump portrevision.

Modified:
  head/math/octave/Makefile

Modified: head/math/octave/Makefile
==============================================================================
--- head/math/octave/Makefile	Tue Mar 12 21:09:14 2019	(r495528)
+++ head/math/octave/Makefile	Tue Mar 12 21:09:31 2019	(r495529)
@@ -3,6 +3,7 @@
 
 PORTNAME=	octave
 PORTVERSION=	${OCTAVE_VERSION}
+PORTREVISION=	1
 CATEGORIES=	math java
 MASTER_SITES=	GNU
 
@@ -37,7 +38,9 @@ LIB_DEPENDS=	libGraphicsMagick.so:graphics/GraphicsMag
 		libfreetype.so:print/freetype2 \
 		libdrm.so:graphics/libdrm \
 		libOSMesa.so:graphics/libosmesa \
-		libsundials_arkode.so:math/sundials
+		libsundials_arkode.so:math/sundials \
+		libportaudio.so:audio/portaudio
+#		libsndfile.so:audio/libsndfile # Commented out until this port no longer has vulnerabilities.
 
 USES=		charsetfix fortran gmake libtool perl5 pkgconfig qt:5 readline \
 		tar:xz compiler:c++14-lang \


More information about the svn-ports-all mailing list