From owner-svn-ports-head@freebsd.org Fri Dec 23 14:24:09 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 D2ED6C8EC18; Fri, 23 Dec 2016 14:24:09 +0000 (UTC) (envelope-from riggs@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 A2493B0A; Fri, 23 Dec 2016 14:24:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBNEO8JM073599; Fri, 23 Dec 2016 14:24:08 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBNEO8f3073596; Fri, 23 Dec 2016 14:24:08 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201612231424.uBNEO8f3073596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Fri, 23 Dec 2016 14:24:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429266 - in head: graphics/opencv2 multimedia/ffmpeg multimedia/libav 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.23 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: Fri, 23 Dec 2016 14:24:09 -0000 Author: riggs Date: Fri Dec 23 14:24:08 2016 New Revision: 429266 URL: https://svnweb.freebsd.org/changeset/ports/429266 Log: Chase libdc1394 update. Bump PORTREVISION of dependent ports Modified: head/graphics/opencv2/Makefile head/multimedia/ffmpeg/Makefile head/multimedia/libav/Makefile Modified: head/graphics/opencv2/Makefile ============================================================================== --- head/graphics/opencv2/Makefile Fri Dec 23 14:21:56 2016 (r429265) +++ head/graphics/opencv2/Makefile Fri Dec 23 14:24:08 2016 (r429266) @@ -3,7 +3,7 @@ PORTNAME?= opencv PORTVERSION= 2.4.13.1 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= graphics PKGNAMESUFFIX?= 2 Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Fri Dec 23 14:21:56 2016 (r429265) +++ head/multimedia/ffmpeg/Makefile Fri Dec 23 14:24:08 2016 (r429266) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 3.2.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ Modified: head/multimedia/libav/Makefile ============================================================================== --- head/multimedia/libav/Makefile Fri Dec 23 14:21:56 2016 (r429265) +++ head/multimedia/libav/Makefile Fri Dec 23 14:24:08 2016 (r429266) @@ -2,7 +2,7 @@ PORTNAME= libav PORTVERSION= 11.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://libav.org/releases/