Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 2020 09:37:41 +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: r540022 - head/graphics/kcolorpicker
Message-ID:  <202006240937.05O9bfIf081608@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Wed Jun 24 09:37:40 2020
New Revision: 540022
URL: https://svnweb.freebsd.org/changeset/ports/540022

Log:
  Fix up description and descr to make clear this is a library, not app.

Modified:
  head/graphics/kcolorpicker/Makefile
  head/graphics/kcolorpicker/pkg-descr

Modified: head/graphics/kcolorpicker/Makefile
==============================================================================
--- head/graphics/kcolorpicker/Makefile	Wed Jun 24 09:33:11 2020	(r540021)
+++ head/graphics/kcolorpicker/Makefile	Wed Jun 24 09:37:40 2020	(r540022)
@@ -6,7 +6,7 @@ DISTVERSION=	0.1.4
 CATEGORIES=	graphics kde
 
 MAINTAINER=	kde@FreeBSD.org
-COMMENT=	Qt based Color Picker with popup menu
+COMMENT=	Qt based Color Picker library with popup menu
 
 LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/LICENSE

Modified: head/graphics/kcolorpicker/pkg-descr
==============================================================================
--- head/graphics/kcolorpicker/pkg-descr	Wed Jun 24 09:33:11 2020	(r540021)
+++ head/graphics/kcolorpicker/pkg-descr	Wed Jun 24 09:37:40 2020	(r540022)
@@ -1,5 +1,5 @@
-QToolButton with color popup menu with lets you select a color. The popup
-features a color dialog button which can be used to add custom colors to the
-popup menu.
+Library containing a QToolButton with color popup menu for selecting a color.
+The popup features a color dialog button which can be used to add custom
+colors to the popup menu.
 
 WWW: https://github.com/ksnip/kColorPicker



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006240937.05O9bfIf081608>