From owner-svn-ports-head@freebsd.org Sun May 8 17:47:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D474B32CEF; Sun, 8 May 2016 17:47:35 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1532D17F2; Sun, 8 May 2016 17:47:35 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u48HlYvX023290; Sun, 8 May 2016 17:47:34 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u48HlYdb023288; Sun, 8 May 2016 17:47:34 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201605081747.u48HlYdb023288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sun, 8 May 2016 17:47:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414813 - head/math/octave-forge-video X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2016 17:47:35 -0000 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 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