From owner-svn-ports-all@freebsd.org Thu Aug 13 10:17:43 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9FAB13BD242; Thu, 13 Aug 2020 10:17:43 +0000 (UTC) (envelope-from mandree@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BS2ZH3dbhz479D; Thu, 13 Aug 2020 10:17:43 +0000 (UTC) (envelope-from mandree@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 576291B936; Thu, 13 Aug 2020 10:17:43 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07DAHhWg052995; Thu, 13 Aug 2020 10:17:43 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07DAHhDo052994; Thu, 13 Aug 2020 10:17:43 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202008131017.07DAHhDo052994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Thu, 13 Aug 2020 10:17:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544798 - head/graphics/darktable X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/graphics/darktable X-SVN-Commit-Revision: 544798 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.33 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, 13 Aug 2020 10:17:43 -0000 Author: mandree Date: Thu Aug 13 10:17:42 2020 New Revision: 544798 URL: https://svnweb.freebsd.org/changeset/ports/544798 Log: graphics/darktable: add exiftool:graphics/p5-Image-ExifTool to _DEPENDS Else the cmake setup will not install the extract_wb_from_images.sh script, leading to inconsistent installs or packaging failures. Reported by: poudriere Approved by: portmgr@ (blanket approval to add missing requisites) Modified: head/graphics/darktable/Makefile Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Thu Aug 13 10:17:40 2020 (r544797) +++ head/graphics/darktable/Makefile Thu Aug 13 10:17:42 2020 (r544798) @@ -3,6 +3,7 @@ PORTNAME= darktable PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ @@ -14,7 +15,8 @@ LICENSE= GPLv3 ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= uses SSE instructions and 64-bit address space -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \ +BUILD_DEPENDS= ${RUN_DEPENDS} \ + iso-codes>=0:misc/iso-codes \ p5-Pod-Parser>=0:textproc/p5-Pod-Parser \ po4a-translate:textproc/po4a \ xsltproc:textproc/libxslt @@ -29,6 +31,7 @@ LIB_DEPENDS= libcolord-gtk.so:graphics/colord-gtk \ libpugixml.so:textproc/pugixml \ libsoup-2.4.so:devel/libsoup \ libtiff.so:graphics/tiff +RUN_DEPENDS= exiftool:graphics/p5-Image-ExifTool USES= cmake compiler:c++11-lib desktop-file-utils gl gnome jpeg \ pkgconfig shebangfix sqlite tar:xz xorg