svn commit: r468921 - in head/x11: kde4 kde5

Adriaan de Groot adridg at FreeBSD.org
Thu May 3 12:32:30 UTC 2018


Author: adridg
Date: Thu May  3 12:32:29 2018
New Revision: 468921
URL: https://svnweb.freebsd.org/changeset/ports/468921

Log:
  Correct comment on the two top-level KDE ports:
   - indicate that the KDE4 metaport is legacy
   - there is no KDE5, so don't call it that in the comment even if
     the port *is* named suggestively (for that matter, Software
     Collection was never intended to be used in public communication
     either).
  
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/x11/kde4/Makefile
  head/x11/kde5/Makefile

Modified: head/x11/kde4/Makefile
==============================================================================
--- head/x11/kde4/Makefile	Thu May  3 09:33:57 2018	(r468920)
+++ head/x11/kde4/Makefile	Thu May  3 12:32:29 2018	(r468921)
@@ -7,7 +7,7 @@ PORTREVISION=	7
 CATEGORIES=	x11 kde
 
 MAINTAINER=	kde at FreeBSD.org
-COMMENT=	KDE Software Compilation 4 (meta port)
+COMMENT=	KDE Software Compilation 4 (legacy)
 
 USES=		kde:4 metaport
 USE_KDE=	baseapps_run runtime_run workspace_run

Modified: head/x11/kde5/Makefile
==============================================================================
--- head/x11/kde5/Makefile	Thu May  3 09:33:57 2018	(r468920)
+++ head/x11/kde5/Makefile	Thu May  3 12:32:29 2018	(r468921)
@@ -5,7 +5,7 @@ DISTVERSION=	${KDE_PLASMA_VERSION}.${KDE_APPLICATIONS_
 CATEGORIES=	x11 kde # kde-plasma
 
 MAINTAINER=	kde at FreeBSD.org
-COMMENT=	KDE5 meta port
+COMMENT=	KDE Plasma Desktop and Applications (current)
 
 LICENSE=	LGPL20
 


More information about the svn-ports-all mailing list