svn commit: r441312 - branches/2017Q2/Mk/Uses

Tobias C. Berner tcberner at FreeBSD.org
Sat May 20 12:40:09 UTC 2017


Author: tcberner
Date: Sat May 20 12:40:08 2017
New Revision: 441312
URL: https://svnweb.freebsd.org/changeset/ports/441312

Log:
  MFH: r441311
  
  Update _KDE_APPLICATIONS_ATTIC_VERSION to 16.12.3 to fix fetching of distfiles
  
  KDE has moved distfiles for applications 16.12.3 to Attic/ on their mirros.
  
  Reported by:	Matthias Apitz <guru at unixarea.de>
  Reviewed by:	rakuco
  Approved by:	rakuco (mentor, implicit)
  Differential Revision:	https://reviews.freebsd.org/D10830
  
  Approved by:	ports-secteam (blanket), rakuco (mentor)

Modified:
  branches/2017Q2/Mk/Uses/kde.mk
Directory Properties:
  branches/2017Q2/   (props changed)

Modified: branches/2017Q2/Mk/Uses/kde.mk
==============================================================================
--- branches/2017Q2/Mk/Uses/kde.mk	Sat May 20 12:38:44 2017	(r441311)
+++ branches/2017Q2/Mk/Uses/kde.mk	Sat May 20 12:40:08 2017	(r441312)
@@ -73,7 +73,7 @@ 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.
-_KDE_APPLICATIONS_ATTIC_VERSION=	15.12.3
+_KDE_APPLICATIONS_ATTIC_VERSION=	16.12.3
 
 # Extended KDE universe applications.
 CALLIGRA_VERSION?=		2.9.11


More information about the svn-ports-all mailing list