Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Apr 2016 10:41:02 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412458 - head/graphics/kipi-plugins-kde4
Message-ID:  <201604031041.u33Af2xb081738@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Apr  3 10:41:02 2016
New Revision: 412458
URL: https://svnweb.freebsd.org/changeset/ports/412458

Log:
  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.

Modified:
  head/graphics/kipi-plugins-kde4/Makefile

Modified: head/graphics/kipi-plugins-kde4/Makefile
==============================================================================
--- head/graphics/kipi-plugins-kde4/Makefile	Sun Apr  3 10:17:44 2016	(r412457)
+++ head/graphics/kipi-plugins-kde4/Makefile	Sun Apr  3 10:41:02 2016	(r412458)
@@ -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?201604031041.u33Af2xb081738>