From owner-svn-ports-all@freebsd.org Fri May 4 13:16:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76CF8FAD6CC; Fri, 4 May 2018 13:16:43 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 22A9D777A9; Fri, 4 May 2018 13:16:43 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 179257604; Fri, 4 May 2018 13:16:43 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w44DGgbd004681; Fri, 4 May 2018 13:16:42 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w44DGgHo004679; Fri, 4 May 2018 13:16:42 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201805041316.w44DGgHo004679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Fri, 4 May 2018 13:16:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469028 - in head/x11: kde4 kde5 X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: in head/x11: kde4 kde5 X-SVN-Commit-Revision: 469028 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 May 2018 13:16:43 -0000 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