svn commit: r414813 - head/math/octave-forge-video

Stephen Montgomery-Smith stephen at FreeBSD.org
Sun May 8 17:47:35 UTC 2016


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 at 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 at 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


More information about the svn-ports-head mailing list