From owner-svn-ports-all@freebsd.org Thu Jun 1 16:05:21 2017 Return-Path: Delivered-To: svn-ports-all@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 94B8BB79742; Thu, 1 Jun 2017 16:05:21 +0000 (UTC) (envelope-from woodsb02@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 56E2380A48; Thu, 1 Jun 2017 16:05:21 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51G5KW8013223; Thu, 1 Jun 2017 16:05:20 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51G5IKj013204; Thu, 1 Jun 2017 16:05:18 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201706011605.v51G5IKj013204@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Thu, 1 Jun 2017 16:05:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442300 - in head: devel/gvfs graphics/camera graphics/camerakit graphics/darktable graphics/digikam-kde4 graphics/entangle graphics/eos-movrec graphics/flphoto graphics/fusefs-gphotofs... X-SVN-Group: ports-head 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.23 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: Thu, 01 Jun 2017 16:05:21 -0000 Author: woodsb02 Date: Thu Jun 1 16:05:18 2017 New Revision: 442300 URL: https://svnweb.freebsd.org/changeset/ports/442300 Log: graphics/libgphoto2: Update to 2.5.13 graphics/py-gphoto2: Update to 1.6.0 - Bump dependent ports Changes this release: https://github.com/gphoto/libgphoto2/releases/tag/libgphoto2-2_5_13-release Modified: head/devel/gvfs/Makefile head/graphics/camera/Makefile head/graphics/camerakit/Makefile head/graphics/darktable/Makefile head/graphics/digikam-kde4/Makefile head/graphics/entangle/Makefile head/graphics/eos-movrec/Makefile head/graphics/flphoto/Makefile head/graphics/fusefs-gphotofs/Makefile head/graphics/gphoto2/Makefile head/graphics/gtimelapse/Makefile head/graphics/gtkam/Makefile head/graphics/kamera-kde4/Makefile head/graphics/libgphoto2/Makefile head/graphics/libgphoto2/distinfo head/graphics/py-gphoto2/Makefile head/graphics/py-gphoto2/distinfo head/graphics/rawstudio/Makefile head/graphics/shotwell/Makefile Modified: head/devel/gvfs/Makefile ============================================================================== --- head/devel/gvfs/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/devel/gvfs/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,7 +3,7 @@ PORTNAME= gvfs PORTVERSION= 1.26.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/graphics/camera/Makefile ============================================================================== --- head/graphics/camera/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/camera/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,7 +3,7 @@ PORTNAME= camera PORTVERSION= 0.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ DISTNAME= Camera-${PORTVERSION} Modified: head/graphics/camerakit/Makefile ============================================================================== --- head/graphics/camerakit/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/camerakit/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -2,7 +2,7 @@ PORTNAME= camerakit PORTVERSION= 0.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ DISTNAME= CameraKit-20041011 Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/darktable/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,7 +3,7 @@ PORTNAME= darktable PORTVERSION= 2.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ Modified: head/graphics/digikam-kde4/Makefile ============================================================================== --- head/graphics/digikam-kde4/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/digikam-kde4/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,7 +3,7 @@ PORTNAME= digikam PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 2 CATEGORIES= graphics kde Modified: head/graphics/entangle/Makefile ============================================================================== --- head/graphics/entangle/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/entangle/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,7 +3,7 @@ PORTNAME= entangle PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://entangle-photo.org/download/sources/ Modified: head/graphics/eos-movrec/Makefile ============================================================================== --- head/graphics/eos-movrec/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/eos-movrec/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,7 +3,7 @@ PORTNAME= eos-movrec DISTVERSION= 0.3.2_beta -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/ Modified: head/graphics/flphoto/Makefile ============================================================================== --- head/graphics/flphoto/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/flphoto/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,7 +3,7 @@ PORTNAME= flphoto PORTVERSION= 1.3.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= SF/fltk/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-source Modified: head/graphics/fusefs-gphotofs/Makefile ============================================================================== --- head/graphics/fusefs-gphotofs/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/fusefs-gphotofs/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,7 +3,7 @@ PORTNAME= gphotofs PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics sysutils MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION}.0 PKGNAMEPREFIX= fusefs- Modified: head/graphics/gphoto2/Makefile ============================================================================== --- head/graphics/gphoto2/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/gphoto2/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,6 +3,7 @@ PORTNAME= gphoto2 PORTVERSION= 2.5.11 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/gphoto/gphoto/${PORTVERSION} Modified: head/graphics/gtimelapse/Makefile ============================================================================== --- head/graphics/gtimelapse/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/gtimelapse/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,7 +3,7 @@ PORTNAME= gtimelapse DISTVERSION= 0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Relase # yes, this is not a typo (here) Modified: head/graphics/gtkam/Makefile ============================================================================== --- head/graphics/gtkam/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/gtkam/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,6 +3,7 @@ PORTNAME= gtkam PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION} Modified: head/graphics/kamera-kde4/Makefile ============================================================================== --- head/graphics/kamera-kde4/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/kamera-kde4/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -2,7 +2,7 @@ PORTNAME= kamera PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde kde-kde4 MAINTAINER= kde@FreeBSD.org Modified: head/graphics/libgphoto2/Makefile ============================================================================== --- head/graphics/libgphoto2/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/libgphoto2/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libgphoto2 -PORTVERSION= 2.5.12 +PORTVERSION= 2.5.13 CATEGORIES= graphics MASTER_SITES= SF/gphoto/libgphoto/${PORTVERSION} Modified: head/graphics/libgphoto2/distinfo ============================================================================== --- head/graphics/libgphoto2/distinfo Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/libgphoto2/distinfo Thu Jun 1 16:05:18 2017 (r442300) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483856903 -SHA256 (libgphoto2-2.5.12.tar.bz2) = b9bb28990fde45ac385e4851a07dbad2e1250404b535b0a3a3b898bb431e4e2e -SIZE (libgphoto2-2.5.12.tar.bz2) = 6974928 +TIMESTAMP = 1496331597 +SHA256 (libgphoto2-2.5.13.tar.bz2) = ceaacbdf187d1cd1aed5336991f46b0100f6960b6c8383f9aeab98f1f64780ef +SIZE (libgphoto2-2.5.13.tar.bz2) = 6963625 Modified: head/graphics/py-gphoto2/Makefile ============================================================================== --- head/graphics/py-gphoto2/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/py-gphoto2/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gphoto2 -PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTVERSION= 1.6.0 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/py-gphoto2/distinfo ============================================================================== --- head/graphics/py-gphoto2/distinfo Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/py-gphoto2/distinfo Thu Jun 1 16:05:18 2017 (r442300) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482898655 -SHA256 (python-gphoto2/gphoto2-1.5.1.tar.gz) = 3e99530c5e4d560c6ef0675040b295f356346d87e96dbb65e9f220ac96670a84 -SIZE (python-gphoto2/gphoto2-1.5.1.tar.gz) = 3523726 +TIMESTAMP = 1496332349 +SHA256 (python-gphoto2/gphoto2-1.6.0.tar.gz) = 9c194418ad4a2d3b9c3128a4c5ee12328e7fcd77a47a2bc7ec20dc36870cc559 +SIZE (python-gphoto2/gphoto2-1.6.0.tar.gz) = 7024252 Modified: head/graphics/rawstudio/Makefile ============================================================================== --- head/graphics/rawstudio/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/rawstudio/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,7 +3,7 @@ PORTNAME= rawstudio PORTVERSION= 2.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics MASTER_SITES= http://rawstudio.org/files/release/ Modified: head/graphics/shotwell/Makefile ============================================================================== --- head/graphics/shotwell/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/shotwell/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,6 +3,7 @@ PORTNAME= shotwell PORTVERSION= 0.26.1 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME/sources/shotwell/${PORTVERSION:R}