From owner-dev-commits-ports-main@freebsd.org Wed May 26 10:37:04 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 D1671639606; Wed, 26 May 2021 10:37:04 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FqnSc5JgGz4hZH; Wed, 26 May 2021 10:37:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9A7A16EE5; Wed, 26 May 2021 10:37:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14QAb4Eh044843; Wed, 26 May 2021 10:37:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14QAb4X2044842; Wed, 26 May 2021 10:37:04 GMT (envelope-from git) Date: Wed, 26 May 2021 10:37:04 GMT Message-Id: <202105261037.14QAb4X2044842@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adriaan de Groot Subject: git: 40de10a88096 - main - graphics/libksane: reduce dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adridg X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 40de10a880965e2b09f8d866bc1b3687086634ce Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2021 10:37:04 -0000 The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=40de10a880965e2b09f8d866bc1b3687086634ce commit 40de10a880965e2b09f8d866bc1b3687086634ce Author: Adriaan de Groot AuthorDate: 2021-05-26 10:35:33 +0000 Commit: Adriaan de Groot CommitDate: 2021-05-26 10:37:02 +0000 graphics/libksane: reduce dependencies ecm, doctools and testlib are built-deps, not needed at runtime. --- graphics/libksane/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/graphics/libksane/Makefile b/graphics/libksane/Makefile index e6973da65a1a..64b8332d7200 100644 --- a/graphics/libksane/Makefile +++ b/graphics/libksane/Makefile @@ -1,5 +1,6 @@ PORTNAME= libksane DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -8,9 +9,10 @@ COMMENT= SANE library interface for KDE LIB_DEPENDS= libsane.so:graphics/sane-backends USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz -USE_KDE= config ecm i18n sonnet textwidgets wallet widgetsaddons -USE_QT= core gui testlib widgets \ - buildtools_build qmake_build +USE_KDE= config i18n sonnet textwidgets wallet widgetsaddons \ + ecm_build +USE_QT= core gui widgets \ + buildtools_build qmake_build testlib_build USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS