From owner-svn-ports-head@freebsd.org Sat Oct 29 12:02:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06EEAC2637D; Sat, 29 Oct 2016 12:02:05 +0000 (UTC) (envelope-from rakuco@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 mx1.freebsd.org (Postfix) with ESMTPS id 1CDEEE26; Sat, 29 Oct 2016 12:02:02 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9TC2242074145; Sat, 29 Oct 2016 12:02:02 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9TC22Kq074144; Sat, 29 Oct 2016 12:02:02 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201610291202.u9TC22Kq074144@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 29 Oct 2016 12:02:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424903 - head/Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2016 12:02:05 -0000 Author: rakuco Date: Sat Oct 29 12:02:01 2016 New Revision: 424903 URL: https://svnweb.freebsd.org/changeset/ports/424903 Log: kde.mk: Further cosmetic cleanups Remove some extra tabs/spaces, fix typos in comments and refer to the right variables in the comments. Modified: head/Mk/Uses/kde.mk Modified: head/Mk/Uses/kde.mk ============================================================================== --- head/Mk/Uses/kde.mk Sat Oct 29 12:01:54 2016 (r424902) +++ head/Mk/Uses/kde.mk Sat Oct 29 12:02:01 2016 (r424903) @@ -80,7 +80,7 @@ KTP_BRANCH?= stable KDE_PREFIX= ${LOCALBASE} # ============================================================================== -# === _KDE_DIST HANDLING -- SETTING DEFAULT VALUES ============================= +# === CATEGORIES HANDLING -- SETTING DEFAULT VALUES ============================ # Doing MASTER_SITES magic based on the category of the port _KDE_CATEGORIES_SUPPORTED= kde-kde4 . for cat in ${_KDE_CATEGORIES_SUPPORTED} @@ -94,15 +94,15 @@ IGNORE?= cannot be installed: multiple k . endfor . if defined(_KDE_CATEGORY) -# KDE is normally licencensed LGPL 2.0. +# KDE is normally licensed under the LGPL 2.0. LICENSE?= LGPL20 # Set CPE Vendor Information -# As KDE_DIST is set we can assume it is port release by KDE and the vendor -# is therefore kde. +# As _KDE_CATEGORY is set we can assume it is port release by KDE and the +# vendor is therefore kde. CPE_VENDOR?= kde -. if ${_KDE_CATEGORY:Mkde-kde4} +. if ${_KDE_CATEGORY:Mkde-kde4} PORTVERSION?= ${KDE4_VERSION} MASTER_SITES?= KDE/${KDE4_BRANCH}/${KDE4_VERSION}/src DIST_SUBDIR?= KDE/${KDE4_VERSION} @@ -153,7 +153,7 @@ PLIST_SUB+= PYCACHE="" \ PYO_SUFFIX=pyo . endif # ============================================================================== -_USE_KDE4_ALL= baloo baloo-widgets baseapps kactivities kate kdelibs \ +_USE_KDE4_ALL= baloo baloo-widgets baseapps kactivities kate kdelibs \ kfilemetadata korundum libkcddb libkcompactdisc \ libkdcraw libkdeedu libkdegames libkexiv2 libkipi \ libkonq libksane marble nepomuk-core nepomuk-widgets \