svn commit: r436969 - head/Mk/Uses

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Mar 26 15:33:59 UTC 2017


Author: rakuco
Date: Sun Mar 26 15:33:58 2017
New Revision: 436969
URL: https://svnweb.freebsd.org/changeset/ports/436969

Log:
  Bump KDE_APPLICATIONS_VERSION to 16.12.3.
  
  It is the latest available release. While it is not used by any port at the
  moment, ensure it is up-to-date for ports to actually start using it.
  
  Reviewed by:	tcberner

Modified:
  head/Mk/Uses/kde.mk

Modified: head/Mk/Uses/kde.mk
==============================================================================
--- head/Mk/Uses/kde.mk	Sun Mar 26 15:21:45 2017	(r436968)
+++ head/Mk/Uses/kde.mk	Sun Mar 26 15:33:58 2017	(r436969)
@@ -69,7 +69,7 @@ KDE_FRAMEWORKS_VERSION?=	5.32.0
 KDE_FRAMEWORKS_BRANCH?= 	stable
 
 # Current KDE applications.
-KDE_APPLICATIONS_VERSION?=      16.12.0
+KDE_APPLICATIONS_VERSION?=      16.12.3
 KDE_APPLICATIONS_BRANCH?=       stable
 # Upstream moves old software to Attic/. Specify the newest applications release there.
 # Only the major version is used for the comparison.


More information about the svn-ports-all mailing list