git: 80f6c9bbcd13 - main - graphics/ksnip: update to 1.9.0, latest upstream
Adriaan de Groot
adridg at FreeBSD.org
Tue May 25 13:25:53 UTC 2021
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=80f6c9bbcd13a9c2cca4136a3796e2a2e474340d
commit 80f6c9bbcd13a9c2cca4136a3796e2a2e474340d
Author: Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-05-25 13:20:33 +0000
Commit: Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-05-25 13:25:47 +0000
graphics/ksnip: update to 1.9.0, latest upstream
Release notes at
https://github.com/ksnip/ksnip/releases/tag/v1.9.0
with all the features and fixes that apply to kColorPicker
and kImageAnnotator listed. Plenty of new features.
License (of the application) changed to GPL, some new
translations too.
---
graphics/ksnip/Makefile | 6 +++---
graphics/ksnip/distinfo | 6 +++---
graphics/ksnip/pkg-plist | 2 ++
3 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/graphics/ksnip/Makefile b/graphics/ksnip/Makefile
index 263f74950727..fb7261e61b1d 100644
--- a/graphics/ksnip/Makefile
+++ b/graphics/ksnip/Makefile
@@ -1,13 +1,13 @@
PORTNAME= ksnip
DISTVERSIONPREFIX= v
-DISTVERSION= 1.8.2
+DISTVERSION= 1.9.0
CATEGORIES= graphics kde
MAINTAINER= kde at FreeBSD.org
COMMENT= Screenshot and annotation tool
-LICENSE= LGPL3+
-LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libkColorPicker.so:graphics/kcolorpicker \
libkImageAnnotator.so:graphics/kimageannotator
diff --git a/graphics/ksnip/distinfo b/graphics/ksnip/distinfo
index 165d60530874..528b086b4e87 100644
--- a/graphics/ksnip/distinfo
+++ b/graphics/ksnip/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1616503883
-SHA256 (ksnip-ksnip-v1.8.2_GH0.tar.gz) = 3939ae0fb04494b11c6c6cb7a4b53cd837d282eb96beafdc1acede81abbf9e36
-SIZE (ksnip-ksnip-v1.8.2_GH0.tar.gz) = 443796
+TIMESTAMP = 1621946684
+SHA256 (ksnip-ksnip-v1.9.0_GH0.tar.gz) = 682fef73f1b643d5ad7c7db9830e0afbcc028676a2cef78ecdd77464ce099c8a
+SIZE (ksnip-ksnip-v1.9.0_GH0.tar.gz) = 532570
diff --git a/graphics/ksnip/pkg-plist b/graphics/ksnip/pkg-plist
index 8f056e379ce5..db7e6b8f8ba1 100644
--- a/graphics/ksnip/pkg-plist
+++ b/graphics/ksnip/pkg-plist
@@ -11,10 +11,12 @@ share/applications/org.ksnip.ksnip.desktop
%%DATADIR%%/translations/ksnip_fr.qm
%%DATADIR%%/translations/ksnip_fr_CA.qm
%%DATADIR%%/translations/ksnip_gl.qm
+%%DATADIR%%/translations/ksnip_hr.qm
%%DATADIR%%/translations/ksnip_hu.qm
%%DATADIR%%/translations/ksnip_id.qm
%%DATADIR%%/translations/ksnip_it.qm
%%DATADIR%%/translations/ksnip_ja.qm
+%%DATADIR%%/translations/ksnip_ko.qm
%%DATADIR%%/translations/ksnip_nl.qm
%%DATADIR%%/translations/ksnip_no.qm
%%DATADIR%%/translations/ksnip_pl.qm
More information about the dev-commits-ports-all
mailing list