From owner-svn-ports-head@freebsd.org Wed May 9 01:44:55 2018 Return-Path: Delivered-To: svn-ports-head@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 CC1FCFD115F; Wed, 9 May 2018 01:44:54 +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 7674D6D494; Wed, 9 May 2018 01:44:54 +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 5511F2843; Wed, 9 May 2018 01:44:54 +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 w491is3i096351; Wed, 9 May 2018 01:44:54 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w491ioaE096332; Wed, 9 May 2018 01:44:50 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805090144.w491ioaE096332@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 01:44:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469421 - in head: astro/libkgeomap graphics/cimg graphics/digikam graphics/digikam-kde4 graphics/facedetect graphics/frei0r graphics/gimp-gmic-plugin graphics/kipi-plugin-removeredeyes... X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head: astro/libkgeomap graphics/cimg graphics/digikam graphics/digikam-kde4 graphics/facedetect graphics/frei0r graphics/gimp-gmic-plugin graphics/kipi-plugin-removeredeyes graphics/p5-Image-Object... X-SVN-Commit-Revision: 469421 X-SVN-Commit-Repository: ports 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.25 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: Wed, 09 May 2018 01:44:55 -0000 Author: swills Date: Wed May 9 01:44:50 2018 New Revision: 469421 URL: https://svnweb.freebsd.org/changeset/ports/469421 Log: Bump PORTREVISION on opencv consumers due to opencv update Modified: head/astro/libkgeomap/Makefile (contents, props changed) head/graphics/cimg/Makefile (contents, props changed) head/graphics/digikam-kde4/Makefile (contents, props changed) head/graphics/digikam/Makefile (contents, props changed) head/graphics/facedetect/Makefile (contents, props changed) head/graphics/frei0r/Makefile (contents, props changed) head/graphics/gimp-gmic-plugin/Makefile (contents, props changed) head/graphics/kipi-plugin-removeredeyes/Makefile (contents, props changed) head/graphics/p5-Image-ObjectDetect/Makefile (contents, props changed) head/graphics/php-facedetect/Makefile (contents, props changed) head/graphics/rubygem-objectdetect/Makefile (contents, props changed) head/graphics/waifu2x-converter-cpp/Makefile (contents, props changed) head/multimedia/gstreamer-plugins-bad/Makefile (contents, props changed) head/multimedia/gstreamer1-plugins-bad/Makefile (contents, props changed) head/multimedia/libav/Makefile (contents, props changed) head/www/mod_pagespeed/Makefile (contents, props changed) head/x11-toolkits/py-kivy/Makefile (contents, props changed) Modified: head/astro/libkgeomap/Makefile ============================================================================== --- head/astro/libkgeomap/Makefile Wed May 9 01:10:11 2018 (r469420) +++ head/astro/libkgeomap/Makefile Wed May 9 01:44:50 2018 (r469421) @@ -2,6 +2,7 @@ PORTNAME= libkgeomap DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= astro kde kde-applications MAINTAINER= kde@FreeBSD.org Modified: head/graphics/cimg/Makefile ============================================================================== --- head/graphics/cimg/Makefile Wed May 9 01:10:11 2018 (r469420) +++ head/graphics/cimg/Makefile Wed May 9 01:44:50 2018 (r469421) @@ -3,7 +3,7 @@ PORTNAME= cimg DISTVERSION= 2.2.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= graphics devel Modified: head/graphics/digikam-kde4/Makefile ============================================================================== --- head/graphics/digikam-kde4/Makefile Wed May 9 01:10:11 2018 (r469420) +++ head/graphics/digikam-kde4/Makefile Wed May 9 01:44:50 2018 (r469421) @@ -3,7 +3,7 @@ PORTNAME= digikam PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 14 +PORTREVISION= 15 PORTEPOCH= 2 CATEGORIES= graphics kde PKGNAMESUFFIX= -kde4 Modified: head/graphics/digikam/Makefile ============================================================================== --- head/graphics/digikam/Makefile Wed May 9 01:10:11 2018 (r469420) +++ head/graphics/digikam/Makefile Wed May 9 01:44:50 2018 (r469421) @@ -2,6 +2,7 @@ PORTNAME= digikam DISTVERSION= 5.9.0 +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME} DIST_SUBDIR= KDE/digikam/${PORTVERSION} Modified: head/graphics/facedetect/Makefile ============================================================================== --- head/graphics/facedetect/Makefile Wed May 9 01:10:11 2018 (r469420) +++ head/graphics/facedetect/Makefile Wed May 9 01:44:50 2018 (r469421) @@ -3,7 +3,7 @@ PORTNAME= facedetect PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= graphics Modified: head/graphics/frei0r/Makefile ============================================================================== --- head/graphics/frei0r/Makefile Wed May 9 01:10:11 2018 (r469420) +++ head/graphics/frei0r/Makefile Wed May 9 01:44:50 2018 (r469421) @@ -29,7 +29,7 @@ USES+= localbase .endif .if defined(BUILDING_FREI0R_OPENCV) -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Frei0r OpenCV plugins PKGNAMESUFFIX= -plugins-opencv LIB_DEPENDS+= libopencv_core.so:graphics/opencv-core \ Modified: head/graphics/gimp-gmic-plugin/Makefile ============================================================================== --- head/graphics/gimp-gmic-plugin/Makefile Wed May 9 01:10:11 2018 (r469420) +++ head/graphics/gimp-gmic-plugin/Makefile Wed May 9 01:44:50 2018 (r469421) @@ -2,7 +2,7 @@ PORTNAME= gmic PORTVERSION= 1.6.9 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= http://gmic.eu/files/source/ PKGNAMEPREFIX= gimp- Modified: head/graphics/kipi-plugin-removeredeyes/Makefile ============================================================================== --- head/graphics/kipi-plugin-removeredeyes/Makefile Wed May 9 01:10:11 2018 (r469420) +++ head/graphics/kipi-plugin-removeredeyes/Makefile Wed May 9 01:44:50 2018 (r469421) @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org Modified: head/graphics/p5-Image-ObjectDetect/Makefile ============================================================================== --- head/graphics/p5-Image-ObjectDetect/Makefile Wed May 9 01:10:11 2018 (r469420) +++ head/graphics/p5-Image-ObjectDetect/Makefile Wed May 9 01:44:50 2018 (r469421) @@ -3,7 +3,7 @@ PORTNAME= Image-ObjectDetect PORTVERSION= 0.12 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/graphics/php-facedetect/Makefile ============================================================================== --- head/graphics/php-facedetect/Makefile Wed May 9 01:10:11 2018 (r469420) +++ head/graphics/php-facedetect/Makefile Wed May 9 01:44:50 2018 (r469421) @@ -3,7 +3,7 @@ PORTNAME= facedetect PORTVERSION= 1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} Modified: head/graphics/rubygem-objectdetect/Makefile ============================================================================== --- head/graphics/rubygem-objectdetect/Makefile Wed May 9 01:10:11 2018 (r469420) +++ head/graphics/rubygem-objectdetect/Makefile Wed May 9 01:44:50 2018 (r469421) @@ -3,7 +3,7 @@ PORTNAME= objectdetect PORTVERSION= 0.0.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics rubygems MASTER_SITES= RG Modified: head/graphics/waifu2x-converter-cpp/Makefile ============================================================================== --- head/graphics/waifu2x-converter-cpp/Makefile Wed May 9 01:10:11 2018 (r469420) +++ head/graphics/waifu2x-converter-cpp/Makefile Wed May 9 01:44:50 2018 (r469421) @@ -3,7 +3,7 @@ PORTNAME= waifu2x-converter-cpp DISTVERSION= 1.0.0-410 DISTVERSIONSUFFIX= -g5e5ac35 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/gstreamer-plugins-bad/Makefile ============================================================================== --- head/multimedia/gstreamer-plugins-bad/Makefile Wed May 9 01:10:11 2018 (r469420) +++ head/multimedia/gstreamer-plugins-bad/Makefile Wed May 9 01:44:50 2018 (r469421) @@ -2,7 +2,7 @@ # $FreeBSD$ # $MCom: ports/multimedia/gstreamer-plugins-bad/Makefile,v 1.11 2008/03/19 14:05:35 ahze Exp $ -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia COMMENT= Bad gstreamer-plugins Modified: head/multimedia/gstreamer1-plugins-bad/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-bad/Makefile Wed May 9 01:10:11 2018 (r469420) +++ head/multimedia/gstreamer1-plugins-bad/Makefile Wed May 9 01:44:50 2018 (r469421) @@ -1,7 +1,7 @@ # Created by: Michael Johnson # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia COMMENT= GStreamer-plugins that need more quality, testing or documentation Modified: head/multimedia/libav/Makefile ============================================================================== --- head/multimedia/libav/Makefile Wed May 9 01:10:11 2018 (r469420) +++ head/multimedia/libav/Makefile Wed May 9 01:44:50 2018 (r469421) @@ -2,7 +2,7 @@ PORTNAME= libav PORTVERSION= 12.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://libav.org/releases/ Modified: head/www/mod_pagespeed/Makefile ============================================================================== --- head/www/mod_pagespeed/Makefile Wed May 9 01:10:11 2018 (r469420) +++ head/www/mod_pagespeed/Makefile Wed May 9 01:44:50 2018 (r469421) @@ -2,7 +2,7 @@ PORTNAME= mod_pagespeed PORTVERSION= 1.12.34.2 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= www devel MASTER_SITES= LOCAL/mmokhi:boringssl,chromium_base,chromium_build,googleurl,gflags_arch,gflags_src,libjpeg_turbo_src,yasm_patched,libwebp,modpb64 \ Modified: head/x11-toolkits/py-kivy/Makefile ============================================================================== --- head/x11-toolkits/py-kivy/Makefile Wed May 9 01:10:11 2018 (r469420) +++ head/x11-toolkits/py-kivy/Makefile Wed May 9 01:44:50 2018 (r469421) @@ -3,7 +3,7 @@ PORTNAME= kivy PORTVERSION= 1.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}