aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-video
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2016-05-08 17:47:33 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2016-05-08 17:47:33 +0000
commita3d88d3f98e16cb61d2f7d1e794ff09ead228fa0 (patch)
tree6a2cdb20100565055c114e08fdf4f29e93f94c3e /math/octave-forge-video
parent5d3da8cf47c214d428157433e86ac6c5788088c5 (diff)
downloadports-a3d88d3f98e16cb61d2f7d1e794ff09ead228fa0.tar.gz
ports-a3d88d3f98e16cb61d2f7d1e794ff09ead228fa0.zip
- Update to 1.2.2.
- This new version also allows octave-forge-video to build successfully once multimedia/ffmpeg is updated to 3.0.x. Note that multimedia/ffmpeg is currently still on the 2.8.x branch, however this update is backwards compatible with ffmpeg 2.8.x. - Add CPPFLAGS+=-I${LOCALBASE}/include to allow build to find ffmpeg headers. PR: ports/209380 Submitted by: Ben Woods <woodsb02@gmail.com>
Notes
Notes: svn path=/head/; revision=414813
Diffstat (limited to 'math/octave-forge-video')
-rw-r--r--math/octave-forge-video/Makefile3
-rw-r--r--math/octave-forge-video/distinfo4
2 files changed, 4 insertions, 3 deletions
diff --git a/math/octave-forge-video/Makefile b/math/octave-forge-video/Makefile
index 8f60826de129..8e7ff9a08e82 100644
--- a/math/octave-forge-video/Makefile
+++ b/math/octave-forge-video/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= octave-forge-video
-PORTVERSION= 1.2.1
+PORTVERSION= 1.2.2
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
@@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
USES= pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV+= HOME=${WRKSRC}
+CPPFLAGS+= -I${LOCALBASE}/include
# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
diff --git a/math/octave-forge-video/distinfo b/math/octave-forge-video/distinfo
index 24253a6fe22c..2995c9f866f7 100644
--- a/math/octave-forge-video/distinfo
+++ b/math/octave-forge-video/distinfo
@@ -1,2 +1,2 @@
-SHA256 (octave-forge/video-1.2.1.tar.gz) = 4bb065bdcfdae9ba7c8859c88b2a2068f62774a0435bc070ea6c312746033369
-SIZE (octave-forge/video-1.2.1.tar.gz) = 52931
+SHA256 (octave-forge/video-1.2.2.tar.gz) = b25f3e980d6820ddf3f6edb4250dafb72d6430a06a5e68294eb2f3bc936941ba
+SIZE (octave-forge/video-1.2.2.tar.gz) = 49984