From owner-svn-ports-all@freebsd.org Wed May 9 20:27:57 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD581FCB384; Wed, 9 May 2018 20:27:56 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5594F85189; Wed, 9 May 2018 20:27:56 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3755D1657B; Wed, 9 May 2018 20:27:56 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w49KRutE066349; Wed, 9 May 2018 20:27:56 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w49KRq99066327; Wed, 9 May 2018 20:27:52 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805092027.w49KRq99066327@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 9 May 2018 20:27:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469466 - in head: astro/siril graphics/caffe graphics/frei0r-plugins graphics/gstreamer-plugins-opencv graphics/gstreamer1-plugins-opencv graphics/nomacs math/saga misc/auto-multiple-c... X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head: astro/siril graphics/caffe graphics/frei0r-plugins graphics/gstreamer-plugins-opencv graphics/gstreamer1-plugins-opencv graphics/nomacs math/saga misc/auto-multiple-choice multimedia/ccextrac... X-SVN-Commit-Revision: 469466 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2018 20:27:57 -0000 Author: swills Date: Wed May 9 20:27:51 2018 New Revision: 469466 URL: https://svnweb.freebsd.org/changeset/ports/469466 Log: Bump PORTREVISION on more opencv consumers due to opencv update Modified: head/astro/siril/Makefile (contents, props changed) head/graphics/caffe/Makefile (contents, props changed) head/graphics/frei0r-plugins/Makefile (contents, props changed) head/graphics/gstreamer-plugins-opencv/Makefile (contents, props changed) head/graphics/gstreamer1-plugins-opencv/Makefile (contents, props changed) head/graphics/nomacs/Makefile (contents, props changed) head/math/saga/Makefile (contents, props changed) head/misc/auto-multiple-choice/Makefile (contents, props changed) head/multimedia/ccextractor/Makefile (contents, props changed) head/multimedia/chilitags/Makefile (contents, props changed) head/multimedia/ffmpeg/Makefile (contents, props changed) head/multimedia/ffmpeg0/Makefile (contents, props changed) head/multimedia/lives/Makefile (contents, props changed) head/multimedia/mlt/Makefile (contents, props changed) head/multimedia/vlc/Makefile (contents, props changed) head/net-im/tox/Makefile (contents, props changed) head/net-im/tox12/Makefile (contents, props changed) head/net-p2p/retroshare/Makefile (contents, props changed) head/x11/xpra/Makefile (contents, props changed) Modified: head/astro/siril/Makefile ============================================================================== --- head/astro/siril/Makefile Wed May 9 20:20:21 2018 (r469465) +++ head/astro/siril/Makefile Wed May 9 20:27:51 2018 (r469466) @@ -2,7 +2,7 @@ PORTNAME= siril DISTVERSION= 0.9.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro graphics MASTER_SITES= https://free-astro.org/download/ Modified: head/graphics/caffe/Makefile ============================================================================== --- head/graphics/caffe/Makefile Wed May 9 20:20:21 2018 (r469465) +++ head/graphics/caffe/Makefile Wed May 9 20:27:51 2018 (r469466) @@ -2,7 +2,7 @@ PORTNAME= caffe PORTVERSION= 1.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MAINTAINER= eric@camachat.org Modified: head/graphics/frei0r-plugins/Makefile ============================================================================== --- head/graphics/frei0r-plugins/Makefile Wed May 9 20:20:21 2018 (r469465) +++ head/graphics/frei0r-plugins/Makefile Wed May 9 20:27:51 2018 (r469466) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -plugins COMMENT= Frei0r meta-port Modified: head/graphics/gstreamer-plugins-opencv/Makefile ============================================================================== --- head/graphics/gstreamer-plugins-opencv/Makefile Wed May 9 20:20:21 2018 (r469465) +++ head/graphics/gstreamer-plugins-opencv/Makefile Wed May 9 20:27:51 2018 (r469466) @@ -1,7 +1,7 @@ # Created by: Koop Mast # $FreeBSD$ -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics COMMENT= Gstreamer opencv real time computer vision plugin Modified: head/graphics/gstreamer1-plugins-opencv/Makefile ============================================================================== --- head/graphics/gstreamer1-plugins-opencv/Makefile Wed May 9 20:20:21 2018 (r469465) +++ head/graphics/gstreamer1-plugins-opencv/Makefile Wed May 9 20:27:51 2018 (r469466) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= GStreamer opencv real time computer vision plugin Modified: head/graphics/nomacs/Makefile ============================================================================== --- head/graphics/nomacs/Makefile Wed May 9 20:20:21 2018 (r469465) +++ head/graphics/nomacs/Makefile Wed May 9 20:27:51 2018 (r469466) @@ -2,7 +2,7 @@ PORTNAME= nomacs PORTVERSION= 3.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= bsd@tuxproject.de Modified: head/math/saga/Makefile ============================================================================== --- head/math/saga/Makefile Wed May 9 20:20:21 2018 (r469465) +++ head/math/saga/Makefile Wed May 9 20:27:51 2018 (r469466) @@ -3,7 +3,7 @@ PORTNAME= saga PORTVERSION= 6.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} Modified: head/misc/auto-multiple-choice/Makefile ============================================================================== --- head/misc/auto-multiple-choice/Makefile Wed May 9 20:20:21 2018 (r469465) +++ head/misc/auto-multiple-choice/Makefile Wed May 9 20:27:51 2018 (r469466) @@ -2,7 +2,7 @@ PORTNAME= auto-multiple-choice PORTVERSION= 1.3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc MASTER_SITES= http://download.gna.org/auto-qcm/ DISTNAME= auto-multiple-choice_${PORTVERSION}_precomp Modified: head/multimedia/ccextractor/Makefile ============================================================================== --- head/multimedia/ccextractor/Makefile Wed May 9 20:20:21 2018 (r469465) +++ head/multimedia/ccextractor/Makefile Wed May 9 20:27:51 2018 (r469466) @@ -3,7 +3,7 @@ PORTNAME= ccextractor DISTVERSIONPREFIX= v DISTVERSION= 0.85 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia MAINTAINER= oz@nixil.net Modified: head/multimedia/chilitags/Makefile ============================================================================== --- head/multimedia/chilitags/Makefile Wed May 9 20:20:21 2018 (r469465) +++ head/multimedia/chilitags/Makefile Wed May 9 20:27:51 2018 (r469466) @@ -2,6 +2,7 @@ PORTNAME= chilitags DISTVERSION= 2.0.0-169 +PORTREVISION= 1 DISTVERSIONSUFFIX= -g0d9854f CATEGORIES= multimedia Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Wed May 9 20:20:21 2018 (r469465) +++ head/multimedia/ffmpeg/Makefile Wed May 9 20:27:51 2018 (r469466) @@ -3,6 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 4.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= https://ffmpeg.org/releases/ Modified: head/multimedia/ffmpeg0/Makefile ============================================================================== --- head/multimedia/ffmpeg0/Makefile Wed May 9 20:20:21 2018 (r469465) +++ head/multimedia/ffmpeg0/Makefile Wed May 9 20:27:51 2018 (r469466) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 0.7.17 -PORTREVISION= 13 +PORTREVISION= 14 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ Modified: head/multimedia/lives/Makefile ============================================================================== --- head/multimedia/lives/Makefile Wed May 9 20:20:21 2018 (r469465) +++ head/multimedia/lives/Makefile Wed May 9 20:27:51 2018 (r469466) @@ -3,7 +3,7 @@ PORTNAME= lives PORTVERSION= 2.8.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= http://lives-video.com/releases/ DISTNAME= LiVES-${PORTVERSION} Modified: head/multimedia/mlt/Makefile ============================================================================== --- head/multimedia/mlt/Makefile Wed May 9 20:20:21 2018 (r469465) +++ head/multimedia/mlt/Makefile Wed May 9 20:27:51 2018 (r469466) @@ -2,7 +2,7 @@ PORTNAME= mlt PORTVERSION= 6.4.1 -PORTREVISION?= 7 +PORTREVISION?= 8 CATEGORIES?= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME} Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Wed May 9 20:20:21 2018 (r469465) +++ head/multimedia/vlc/Makefile Wed May 9 20:27:51 2018 (r469466) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.2.8 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ Modified: head/net-im/tox/Makefile ============================================================================== --- head/net-im/tox/Makefile Wed May 9 20:20:21 2018 (r469465) +++ head/net-im/tox/Makefile Wed May 9 20:27:51 2018 (r469466) @@ -3,6 +3,7 @@ PORTNAME= toxcore PORTVERSION= 0.2.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= net-im net-p2p Modified: head/net-im/tox12/Makefile ============================================================================== --- head/net-im/tox12/Makefile Wed May 9 20:20:21 2018 (r469465) +++ head/net-im/tox12/Makefile Wed May 9 20:27:51 2018 (r469466) @@ -4,7 +4,7 @@ PORTNAME= toxcore PORTVERSION= 0.1.11 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net-im net-p2p PKGNAMESUFFIX= -legacy Modified: head/net-p2p/retroshare/Makefile ============================================================================== --- head/net-p2p/retroshare/Makefile Wed May 9 20:20:21 2018 (r469465) +++ head/net-p2p/retroshare/Makefile Wed May 9 20:27:51 2018 (r469466) @@ -4,7 +4,7 @@ PORTNAME= retroshare DISTVERSIONPREFIX= v DISTVERSION= 0.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MAINTAINER= peter@netkey.at Modified: head/x11/xpra/Makefile ============================================================================== --- head/x11/xpra/Makefile Wed May 9 20:20:21 2018 (r469465) +++ head/x11/xpra/Makefile Wed May 9 20:27:51 2018 (r469466) @@ -3,7 +3,7 @@ PORTNAME= xpra PORTVERSION= 2.0.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/