Date: Sun, 3 Apr 2016 10:42:14 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r412459 - branches/2016Q2/graphics/kipi-plugins-kde4 Message-ID: <201604031042.u33AgEDD083868@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sun Apr 3 10:42:13 2016 New Revision: 412459 URL: https://svnweb.freebsd.org/changeset/ports/412459 Log: MFH: r412458 Fix package names in the dependencies added in r412429. This fixes errors such as: ===> kipi-plugins-4.2.0_1,1 depends on package: digikam-kde4-doc>=4.2.0 - not found that effectively broke the port after my previous commit. 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 Sun Apr 3 10:41:02 2016 (r412458) +++ branches/2016Q2/graphics/kipi-plugins-kde4/Makefile Sun Apr 3 10:42:13 2016 (r412459) @@ -28,7 +28,7 @@ ${plugin:tu}_DESC= ${${plugin}_DESC} ${plugin:tu}_RUN_DEPENDS= kipi-plugin-${plugin}>=${DIGIKAM_VER}:graphics/kipi-plugin-${plugin} .endfor -NLS_RUN_DEPENDS= digikam-kde4-l10n>=${DIGIKAM_VER}:graphics/digikam-kde4-l10n -DOCS_RUN_DEPENDS= digikam-kde4-doc>=${DIGIKAM_VER}:graphics/digikam-kde4-doc +NLS_RUN_DEPENDS= digikam-l10n>=${DIGIKAM_VER}:graphics/digikam-kde4-l10n +DOCS_RUN_DEPENDS= digikam-doc>=${DIGIKAM_VER}:graphics/digikam-kde4-doc .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604031042.u33AgEDD083868>