Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2020 12:34:21 +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: r536628 - head/graphics/kcolorpicker
Message-ID:  <202005261234.04QCYL8M046714@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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