From owner-svn-ports-all@freebsd.org Mon May 27 10:21:51 2019 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 7A8DE15BF226; Mon, 27 May 2019 10:21:51 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1821D8D885; Mon, 27 May 2019 10:21:51 +0000 (UTC) (envelope-from kai@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 EA4641850; Mon, 27 May 2019 10:21:50 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4RALojx070507; Mon, 27 May 2019 10:21:50 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4RALlNU070486; Mon, 27 May 2019 10:21:47 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201905271021.x4RALlNU070486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Mon, 27 May 2019 10:21:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502780 - in head: devel/gvfs graphics/camera graphics/camerakit graphics/darktable graphics/digikam graphics/entangle graphics/flphoto graphics/fusefs-gphotofs graphics/gphoto2 graphic... X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: in head: devel/gvfs graphics/camera graphics/camerakit graphics/darktable graphics/digikam graphics/entangle graphics/flphoto graphics/fusefs-gphotofs graphics/gphoto2 graphics/gtimelapse graphics/gtk... X-SVN-Commit-Revision: 502780 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1821D8D885 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.981,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 27 May 2019 10:21:51 -0000 Author: kai Date: Mon May 27 10:21:46 2019 New Revision: 502780 URL: https://svnweb.freebsd.org/changeset/ports/502780 Log: graphics/libgphoto2: Update to 2.5.22, graphics/gphoto2: Update to 2.5.20 * Bump PORTREVISION of ports depending on them. Also while I'm here: * Add "gnome" to USES if the XML option is enabled to avoid warnings about using USE_GNOME alone. * Pet portlint Notable changes since 2.5.16 (graphics/libgphoto2) [1]: * Added new USB Ids for various camera types * Updated translations * Report file changes via GP_EVENT_FILE_CHANGED (hooked up for Canon EOS currently) Changes since 2.5.15 (graphics/gphoto2) [2]: * Maximum number in file ranges bumped from 16384 to 65536 * Add shell commands to match commandline: summary, storage-info, trigger-capture * Fixed a fd leak * Updated translations * Handle GP_EVENT_FILE_CHANGED event https://github.com/gphoto/libgphoto2/blob/libgphoto2-2_5_22-release/NEWS https://github.com/gphoto/gphoto2/blob/gphoto2-2_5_20-release/NEWS PR: 235817 [1], 235818 [2] Submitted by: Darren Mulligan Approved by: woodsb02 (maintainer timeout) Modified: head/devel/gvfs/Makefile head/graphics/camera/Makefile head/graphics/camerakit/Makefile head/graphics/darktable/Makefile head/graphics/digikam/Makefile head/graphics/entangle/Makefile head/graphics/flphoto/Makefile head/graphics/fusefs-gphotofs/Makefile head/graphics/gphoto2/Makefile head/graphics/gphoto2/distinfo head/graphics/gtimelapse/Makefile head/graphics/gtkam/Makefile head/graphics/kamera/Makefile head/graphics/libgphoto2/Makefile head/graphics/libgphoto2/distinfo head/graphics/libgphoto2/pkg-plist head/graphics/py-gphoto2/Makefile head/graphics/shotwell/Makefile Modified: head/devel/gvfs/Makefile ============================================================================== --- head/devel/gvfs/Makefile Mon May 27 10:10:15 2019 (r502779) +++ head/devel/gvfs/Makefile Mon May 27 10:21:46 2019 (r502780) @@ -3,6 +3,7 @@ PORTNAME= gvfs PORTVERSION= 1.30.4 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome Modified: head/graphics/camera/Makefile ============================================================================== --- head/graphics/camera/Makefile Mon May 27 10:10:15 2019 (r502779) +++ head/graphics/camera/Makefile Mon May 27 10:21:46 2019 (r502780) @@ -3,7 +3,7 @@ PORTNAME= camera PORTVERSION= 0.8 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ DISTNAME= Camera-${PORTVERSION} Modified: head/graphics/camerakit/Makefile ============================================================================== --- head/graphics/camerakit/Makefile Mon May 27 10:10:15 2019 (r502779) +++ head/graphics/camerakit/Makefile Mon May 27 10:21:46 2019 (r502780) @@ -2,7 +2,7 @@ PORTNAME= camerakit PORTVERSION= 0.0.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ DISTNAME= CameraKit-20041011 Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Mon May 27 10:10:15 2019 (r502779) +++ head/graphics/darktable/Makefile Mon May 27 10:21:46 2019 (r502780) @@ -3,7 +3,7 @@ PORTNAME= darktable PORTVERSION= 2.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ Modified: head/graphics/digikam/Makefile ============================================================================== --- head/graphics/digikam/Makefile Mon May 27 10:10:15 2019 (r502779) +++ head/graphics/digikam/Makefile Mon May 27 10:21:46 2019 (r502780) @@ -2,7 +2,7 @@ PORTNAME= digikam DISTVERSION= 6.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/digikam/${PORTVERSION} Modified: head/graphics/entangle/Makefile ============================================================================== --- head/graphics/entangle/Makefile Mon May 27 10:10:15 2019 (r502779) +++ head/graphics/entangle/Makefile Mon May 27 10:21:46 2019 (r502780) @@ -3,7 +3,7 @@ PORTNAME= entangle PORTVERSION= 0.7.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://entangle-photo.org/download/sources/ Modified: head/graphics/flphoto/Makefile ============================================================================== --- head/graphics/flphoto/Makefile Mon May 27 10:10:15 2019 (r502779) +++ head/graphics/flphoto/Makefile Mon May 27 10:21:46 2019 (r502780) @@ -3,7 +3,7 @@ PORTNAME= flphoto PORTVERSION= 1.3.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics MASTER_SITES= SF/fltk/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-source Modified: head/graphics/fusefs-gphotofs/Makefile ============================================================================== --- head/graphics/fusefs-gphotofs/Makefile Mon May 27 10:10:15 2019 (r502779) +++ head/graphics/fusefs-gphotofs/Makefile Mon May 27 10:21:46 2019 (r502780) @@ -3,7 +3,7 @@ PORTNAME= gphotofs PORTVERSION= 0.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics sysutils MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION}.0 PKGNAMEPREFIX= fusefs- Modified: head/graphics/gphoto2/Makefile ============================================================================== --- head/graphics/gphoto2/Makefile Mon May 27 10:10:15 2019 (r502779) +++ head/graphics/gphoto2/Makefile Mon May 27 10:21:46 2019 (r502780) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gphoto2 -PORTVERSION= 2.5.15 -PORTREVISION= 1 +PORTVERSION= 2.5.20 CATEGORIES= graphics MASTER_SITES= SF/gphoto/gphoto/${PORTVERSION} @@ -18,6 +17,7 @@ LIB_DEPENDS= libexif.so:graphics/libexif \ libpopt.so:devel/popt USES= gmake jpeg pkgconfig tar:bzip2 + GNU_CONFIGURE= yes CONFIGURE_ENV= POPT_CFLAGS="$$(pkg-config --cflags popt)" \ POPT_LIBS="$$(pkg-config --libs popt)" Modified: head/graphics/gphoto2/distinfo ============================================================================== --- head/graphics/gphoto2/distinfo Mon May 27 10:10:15 2019 (r502779) +++ head/graphics/gphoto2/distinfo Mon May 27 10:21:46 2019 (r502780) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515810541 -SHA256 (gphoto2-2.5.15.tar.bz2) = ae571a227983dc9997876702a73af5431d41f287ea0f483cda897c57a6084a77 -SIZE (gphoto2-2.5.15.tar.bz2) = 790513 +TIMESTAMP = 1550439166 +SHA256 (gphoto2-2.5.20.tar.bz2) = a36f03b50a8f040f185cbc757f957f03dc05a9210907199e6919ef3f970248f6 +SIZE (gphoto2-2.5.20.tar.bz2) = 790065 Modified: head/graphics/gtimelapse/Makefile ============================================================================== --- head/graphics/gtimelapse/Makefile Mon May 27 10:10:15 2019 (r502779) +++ head/graphics/gtimelapse/Makefile Mon May 27 10:21:46 2019 (r502780) @@ -3,7 +3,7 @@ PORTNAME= gtimelapse DISTVERSION= 0.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Relase # yes, this is not a typo (here) Modified: head/graphics/gtkam/Makefile ============================================================================== --- head/graphics/gtkam/Makefile Mon May 27 10:10:15 2019 (r502779) +++ head/graphics/gtkam/Makefile Mon May 27 10:21:46 2019 (r502780) @@ -3,7 +3,7 @@ PORTNAME= gtkam PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION} Modified: head/graphics/kamera/Makefile ============================================================================== --- head/graphics/kamera/Makefile Mon May 27 10:10:15 2019 (r502779) +++ head/graphics/kamera/Makefile Mon May 27 10:21:46 2019 (r502780) @@ -2,6 +2,7 @@ PORTNAME= kamera DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org Modified: head/graphics/libgphoto2/Makefile ============================================================================== --- head/graphics/libgphoto2/Makefile Mon May 27 10:10:15 2019 (r502779) +++ head/graphics/libgphoto2/Makefile Mon May 27 10:21:46 2019 (r502780) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libgphoto2 -PORTVERSION= 2.5.16 +PORTVERSION= 2.5.22 CATEGORIES= graphics MASTER_SITES= SF/gphoto/libgphoto/${PORTVERSION} @@ -16,6 +16,7 @@ LIB_DEPENDS= libltdl.so:devel/libltdl USES= gmake iconv libtool localbase pathfix pkgconfig tar:bzip2 USE_CSTD= gnu89 + GNU_CONFIGURE= yes CONFIGURE_ENV= LTDLINCL="-I${LOCALBASE}/include" \ LIBLTDL="-L${LOCALBASE}/lib -lltdl" \ @@ -45,6 +46,7 @@ LIBEXIF_CONFIGURE_OFF= --with-libexif=no NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls XML_USE= GNOME=libxml2 +XML_USES= gnome XML_CONFIGURE_OFF= --with-libxml-2.0=no post-patch: Modified: head/graphics/libgphoto2/distinfo ============================================================================== --- head/graphics/libgphoto2/distinfo Mon May 27 10:10:15 2019 (r502779) +++ head/graphics/libgphoto2/distinfo Mon May 27 10:21:46 2019 (r502780) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515810394 -SHA256 (libgphoto2-2.5.16.tar.bz2) = e757416d1623e01a9d0d294b2e790162e434c0964f50d3b7ff1a3424b62a2906 -SIZE (libgphoto2-2.5.16.tar.bz2) = 7006551 +TIMESTAMP = 1550439128 +SHA256 (libgphoto2-2.5.22.tar.bz2) = 15d7327aa9a986af1e1dbfd8f15ba81352b67450d30e44562ce768ff9435ce58 +SIZE (libgphoto2-2.5.22.tar.bz2) = 7169810 Modified: head/graphics/libgphoto2/pkg-plist ============================================================================== --- head/graphics/libgphoto2/pkg-plist Mon May 27 10:10:15 2019 (r502779) +++ head/graphics/libgphoto2/pkg-plist Mon May 27 10:21:46 2019 (r502780) @@ -21,7 +21,7 @@ include/gphoto2/gphoto2-widget.h include/gphoto2/gphoto2.h lib/libgphoto2.so lib/libgphoto2.so.6 -lib/libgphoto2.so.6.0.0 +lib/libgphoto2.so.6.1.0 lib/libgphoto2/%%VERSION%%/adc65.so lib/libgphoto2/%%VERSION%%/agfa_cl20.so lib/libgphoto2/%%VERSION%%/aox.so @@ -103,7 +103,7 @@ man/man3/libgphoto2_port.3.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/README.packaging %%PORTDOCS%%%%DOCSDIR%%/camlibs/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/camlibs/README.9050 Modified: head/graphics/py-gphoto2/Makefile ============================================================================== --- head/graphics/py-gphoto2/Makefile Mon May 27 10:10:15 2019 (r502779) +++ head/graphics/py-gphoto2/Makefile Mon May 27 10:21:46 2019 (r502780) @@ -2,6 +2,7 @@ PORTNAME= gphoto2 PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/shotwell/Makefile ============================================================================== --- head/graphics/shotwell/Makefile Mon May 27 10:10:15 2019 (r502779) +++ head/graphics/shotwell/Makefile Mon May 27 10:21:46 2019 (r502780) @@ -3,6 +3,7 @@ PORTNAME= shotwell PORTVERSION= 0.30.4 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME