Date: Fri, 4 May 2018 13:16:42 +0000 (UTC) From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469028 - in head/x11: kde4 kde5 Message-ID: <201805041316.w44DGgHo004679@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adridg Date: Fri May 4 13:16:42 2018 New Revision: 469028 URL: https://svnweb.freebsd.org/changeset/ports/469028 Log: Fix pkg-descr for the kde[45] metaports as well - kde4 is legacy - kde5 is current (and isn't called KDE5) - fix https while I'm at it Approved by: tcberner (mentor, implicit) Modified: head/x11/kde4/pkg-descr head/x11/kde5/pkg-descr Modified: head/x11/kde4/pkg-descr ============================================================================== --- head/x11/kde4/pkg-descr Fri May 4 13:08:42 2018 (r469027) +++ head/x11/kde4/pkg-descr Fri May 4 13:16:42 2018 (r469028) @@ -6,4 +6,6 @@ This package does not contain anything by itself -- it to require dependencies so users can install this package only and have all the KDE stuff pulled in by the port/package dependency mechanism. -WWW: http://www.kde.org/ +x11/kde4 contains the legacy KDE desktop and applications. + +WWW: https://www.kde.org/ Modified: head/x11/kde5/pkg-descr ============================================================================== --- head/x11/kde5/pkg-descr Fri May 4 13:08:42 2018 (r469027) +++ head/x11/kde5/pkg-descr Fri May 4 13:16:42 2018 (r469028) @@ -1,3 +1,11 @@ -KDE5 Meta Port +KDE is a powerful Free Software graphical desktop environment for Linux +and Unix workstations. + +This package does not contain anything by itself -- it is a +"meta-port" that depends on other KDE packages. Its sole purpose is +to require dependencies so users can install this package only and +have all the KDE stuff pulled in by the port/package dependency mechanism. + +x11/kde5 contains current KDE Frameworks, Plasma Desktop and Applications. WWW: https://www.kde.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805041316.w44DGgHo004679>