From owner-svn-ports-head@freebsd.org Fri Aug 31 04:14:49 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 27C70F727C8; Fri, 31 Aug 2018 04:14:49 +0000 (UTC) (envelope-from tcberner@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 BFC4680BB3; Fri, 31 Aug 2018 04:14:48 +0000 (UTC) (envelope-from tcberner@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 9D92016420; Fri, 31 Aug 2018 04:14:48 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7V4EmbK010416; Fri, 31 Aug 2018 04:14:48 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7V4EmiX010415; Fri, 31 Aug 2018 04:14:48 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201808310414.w7V4EmiX010415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 31 Aug 2018 04:14:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478515 - head/graphics/kipiplugins X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/graphics/kipiplugins X-SVN-Commit-Revision: 478515 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.27 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: Fri, 31 Aug 2018 04:14:49 -0000 Author: tcberner Date: Fri Aug 31 04:14:48 2018 New Revision: 478515 URL: https://svnweb.freebsd.org/changeset/ports/478515 Log: graphics/kipiplugins: remove dependency on graphics/digikam it is no longer required. PR: 231005 Reported by: Modified: head/graphics/kipiplugins/Makefile Modified: head/graphics/kipiplugins/Makefile ============================================================================== --- head/graphics/kipiplugins/Makefile Fri Aug 31 04:13:54 2018 (r478514) +++ head/graphics/kipiplugins/Makefile Fri Aug 31 04:14:48 2018 (r478515) @@ -2,15 +2,13 @@ PORTNAME= kipiplugins DISTVERSION= 5.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/digikam DIST_SUBDIR= KDE/digikam/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Plugins for digikam - -LIB_DEPENDS= libdigikamcore.so:graphics/digikam USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \ qt:5 tar:xz