Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 May 2016 17:47:34 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414813 - head/math/octave-forge-video
Message-ID:  <201605081747.u48HlYdb023288@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Sun May  8 17:47:33 2016
New Revision: 414813
URL: https://svnweb.freebsd.org/changeset/ports/414813

Log:
  - 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>

Modified:
  head/math/octave-forge-video/Makefile
  head/math/octave-forge-video/distinfo

Modified: head/math/octave-forge-video/Makefile
==============================================================================
--- head/math/octave-forge-video/Makefile	Sun May  8 17:41:52 2016	(r414812)
+++ head/math/octave-forge-video/Makefile	Sun May  8 17:47:33 2016	(r414813)
@@ -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}/COPYIN
 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}.

Modified: head/math/octave-forge-video/distinfo
==============================================================================
--- head/math/octave-forge-video/distinfo	Sun May  8 17:41:52 2016	(r414812)
+++ head/math/octave-forge-video/distinfo	Sun May  8 17:47:33 2016	(r414813)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605081747.u48HlYdb023288>