svn commit: r540022 - head/graphics/kcolorpicker

Adriaan de Groot adridg at FreeBSD.org
Wed Jun 24 09:37:41 UTC 2020


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 at 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


More information about the svn-ports-all mailing list