From owner-svn-ports-all@freebsd.org Sat Apr 2 19:03:12 2016 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 54FB0AEC8C6; Sat, 2 Apr 2016 19:03:12 +0000 (UTC) (envelope-from rakuco@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 250241305; Sat, 2 Apr 2016 19:03:12 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32J3BFF001199; Sat, 2 Apr 2016 19:03:11 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32J3BtV001198; Sat, 2 Apr 2016 19:03:11 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201604021903.u32J3BtV001198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 2 Apr 2016 19:03:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r412430 - branches/2016Q2/graphics/kipi-plugins-kde4 X-SVN-Group: ports-branches 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.21 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: Sat, 02 Apr 2016 19:03:12 -0000 Author: rakuco Date: Sat Apr 2 19:03:11 2016 New Revision: 412430 URL: https://svnweb.freebsd.org/changeset/ports/412430 Log: MFH: r412429 Fix the dependencies for the DOCS and NLS options. The current code was a no-op because it was left out of the options helper conversion in r340628. Approved by: portmgr blanket approval Modified: branches/2016Q2/graphics/kipi-plugins-kde4/Makefile Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/graphics/kipi-plugins-kde4/Makefile ============================================================================== --- branches/2016Q2/graphics/kipi-plugins-kde4/Makefile Sat Apr 2 19:02:15 2016 (r412429) +++ branches/2016Q2/graphics/kipi-plugins-kde4/Makefile Sat Apr 2 19:03:11 2016 (r412430) @@ -2,6 +2,7 @@ PORTNAME= kipi-plugins PORTVERSION= ${DIGIKAM_VER} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics kde DISTFILES= # @@ -27,7 +28,7 @@ ${plugin:tu}_DESC= ${${plugin}_DESC} ${plugin:tu}_RUN_DEPENDS= kipi-plugin-${plugin}>=${DIGIKAM_VER}:graphics/kipi-plugin-${plugin} .endfor -NLS_DEP= digikam-l10n>=${DIGIKAM_VER}:graphics/digikam-kde4-l10n -DOCS_DEP= digikam-doc>=${DIGIKAM_VER}:graphics/digikam-kde4-doc +NLS_RUN_DEPENDS= digikam-kde4-l10n>=${DIGIKAM_VER}:graphics/digikam-kde4-l10n +DOCS_RUN_DEPENDS= digikam-kde4-doc>=${DIGIKAM_VER}:graphics/digikam-kde4-doc .include