svn commit: r465437 - head/x11/kde-runtime-kde4

Tobias C. Berner tcberner at FreeBSD.org
Sat Mar 24 08:55:20 UTC 2018


Author: tcberner
Date: Sat Mar 24 08:55:20 2018
New Revision: 465437
URL: https://svnweb.freebsd.org/changeset/ports/465437

Log:
  Explicitely set KDE_APPLICATIONS_VERSION so that it can be bumped in kde.mk.

Modified:
  head/x11/kde-runtime-kde4/Makefile

Modified: head/x11/kde-runtime-kde4/Makefile
==============================================================================
--- head/x11/kde-runtime-kde4/Makefile	Sat Mar 24 08:49:43 2018	(r465436)
+++ head/x11/kde-runtime-kde4/Makefile	Sat Mar 24 08:55:20 2018	(r465437)
@@ -58,6 +58,9 @@ ZEITGEIST_RUN_DEPENDS=	zeitgeist-daemon:sysutils/zeitg
 # http://mail.kde.org/pipermail/kde-freebsd/2010-March/008015.html
 CMAKE_ARGS+=	-DWITH_ALSA:BOOL=OFF
 
+# Override KDE_APPLICATIONS_VERSION
+KDE_APPLICATIONS_VERSION=	16.12.3
+
 post-extract:
 # Don't install share/icons/hicolor/index.theme to avoid conflcit with
 # hicolor-icon-theme port


More information about the svn-ports-all mailing list