svn commit: r413309 - head/Mk

Raphael Kubo da Costa rakuco at FreeBSD.org
Thu Apr 14 18:38:01 UTC 2016


Author: rakuco
Date: Thu Apr 14 18:37:59 2016
New Revision: 413309
URL: https://svnweb.freebsd.org/changeset/ports/413309

Log:
  bsd.kde4.mk: Add KDE4_APPLICATIONS_{VERSION,BRANCH}.
  
  At the moment they correspond to the latest KDE Applications release with
  mostly KDE4-compatible applications.
  
  These are going to be used by the upcoming DigiKam update (some ports have
  been split off the main DigiKam tarball and are part of the regular KDE SC
  releases). It will also be used once we add KDE Frameworks 5 and Plasma 5 to
  the tree.
  
  PR:		204623

Modified:
  head/Mk/bsd.kde4.mk

Modified: head/Mk/bsd.kde4.mk
==============================================================================
--- head/Mk/bsd.kde4.mk	Thu Apr 14 17:48:51 2016	(r413308)
+++ head/Mk/bsd.kde4.mk	Thu Apr 14 18:37:59 2016	(r413309)
@@ -78,6 +78,8 @@ Kde_Pre_Include=	bsd.kde4.mk
 KDE4_VERSION?=		4.14.3
 KDE4_ACTIVITES_VERSION=	4.13.3
 KDE4_WORKSPACE_VERSION=	4.11.14
+KDE4_APPLICATIONS_VERSION?=	15.04.3
+KDE4_APPLICATIONS_BRANCH?=	Attic
 KDE4_BRANCH?=		stable
 KTP_VERSION?=		0.9.0
 KTP_BRANCH?=		stable


More information about the svn-ports-all mailing list