svn commit: r536628 - head/graphics/kcolorpicker

Adriaan de Groot adridg at FreeBSD.org
Tue May 26 12:34:22 UTC 2020


Author: adridg
Date: Tue May 26 12:34:21 2020
New Revision: 536628
URL: https://svnweb.freebsd.org/changeset/ports/536628

Log:
  Update graphics/kcolorpicker to latest upstream release
  
  There's no release notes, but the 6 commits since the previous
  release are mostly documentation and licensing changes. The library
  is now LGPLv3+ licensed (previously the Makefile said GPLv2, which
  applied to releases up to and including 0.1.1 of this software).

Modified:
  head/graphics/kcolorpicker/Makefile
  head/graphics/kcolorpicker/distinfo
  head/graphics/kcolorpicker/pkg-plist

Modified: head/graphics/kcolorpicker/Makefile
==============================================================================
--- head/graphics/kcolorpicker/Makefile	Tue May 26 12:23:34 2020	(r536627)
+++ head/graphics/kcolorpicker/Makefile	Tue May 26 12:34:21 2020	(r536628)
@@ -2,13 +2,13 @@
 
 PORTNAME=	kColorPicker
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.1.1
+DISTVERSION=	0.1.2
 CATEGORIES=	graphics kde
 
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Qt based Color Picker with popup menu
 
-LICENSE=	GPLv2
+LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		cmake compiler:c++11-lang qt:5

Modified: head/graphics/kcolorpicker/distinfo
==============================================================================
--- head/graphics/kcolorpicker/distinfo	Tue May 26 12:23:34 2020	(r536627)
+++ head/graphics/kcolorpicker/distinfo	Tue May 26 12:34:21 2020	(r536628)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1587039013
-SHA256 (ksnip-kColorPicker-v0.1.1_GH0.tar.gz) = 3abecbe2268affee0e725f6a5bd03a249265dcd1d6c535e9f2ba2aa5cc00ac36
-SIZE (ksnip-kColorPicker-v0.1.1_GH0.tar.gz) = 15526
+TIMESTAMP = 1590495825
+SHA256 (ksnip-kColorPicker-v0.1.2_GH0.tar.gz) = ae86c2aa28bc83147a3312049d35332dda162ff53e52a76a7e57ad266d599c08
+SIZE (ksnip-kColorPicker-v0.1.2_GH0.tar.gz) = 11534

Modified: head/graphics/kcolorpicker/pkg-plist
==============================================================================
--- head/graphics/kcolorpicker/pkg-plist	Tue May 26 12:23:34 2020	(r536627)
+++ head/graphics/kcolorpicker/pkg-plist	Tue May 26 12:34:21 2020	(r536628)
@@ -5,4 +5,4 @@ lib/cmake/kColorPicker/kColorPicker-targets.cmake
 lib/cmake/kColorPicker/kColorPickerConfig-version.cmake
 lib/cmake/kColorPicker/kColorPickerConfig.cmake
 lib/libkColorPicker.so
-lib/libkColorPicker.so.0.1.1
+lib/libkColorPicker.so.0.1.2


More information about the svn-ports-all mailing list