diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2019-06-10 21:37:43 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2019-06-10 21:37:43 +0000 |
commit | 561c81f3e6ae0da8e34c4db6d2162a570f44de8f (patch) | |
tree | 67db6726dd4ad3ae6b1b5dd9b8cfe29306f84d42 /graphics/kxstitch | |
parent | a28493be4f580ed4e6c5978156233fb89ad5152b (diff) | |
download | freebsd-ports-561c81f3e6ae0da8e34c4db6d2162a570f44de8f.zip |
Update graphics/kxstitch to latest upstream release.
- patch from git no longer needed
- This release adds a cropping tool to the image importing function.
There are several bug fixes with image importing relating to the
various ImageMagick library versions, and some compilation fixes
for later KDE/Qt versions. This release also fixes the file opening
bug found with later versions of KDE/Qt.
Diffstat (limited to 'graphics/kxstitch')
-rw-r--r-- | graphics/kxstitch/Makefile | 5 | ||||
-rw-r--r-- | graphics/kxstitch/distinfo | 8 | ||||
-rw-r--r-- | graphics/kxstitch/pkg-plist | 1 |
3 files changed, 5 insertions, 9 deletions
diff --git a/graphics/kxstitch/Makefile b/graphics/kxstitch/Makefile index b2c591112cd5..2560aceb2cd1 100644 --- a/graphics/kxstitch/Makefile +++ b/graphics/kxstitch/Makefile @@ -1,13 +1,10 @@ # $FreeBSD$ PORTNAME= kxstitch -DISTVERSION= 2.1.1 +DISTVERSION= 2.2.0 MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} CATEGORIES= graphics kde -PATCH_SITES= https://github.com/KDE/${PORTNAME}/commit/ -PATCHFILES= 9db3fcf9cd367681c0864238dc5009a604f3896c.patch:-p1 - MAINTAINER= kde@FreeBSD.org COMMENT= Cross stitch pattern editor diff --git a/graphics/kxstitch/distinfo b/graphics/kxstitch/distinfo index 4a4da2211f09..cf3e529fcac5 100644 --- a/graphics/kxstitch/distinfo +++ b/graphics/kxstitch/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1558812636 -SHA256 (kxstitch-2.1.1.tar.xz) = a194f366223f8eee7d93b2ace9c464c8ed968d5e928175bc4f49fbba9b4d8e15 -SIZE (kxstitch-2.1.1.tar.xz) = 1726364 -SHA256 (9db3fcf9cd367681c0864238dc5009a604f3896c.patch) = a9d3be5ca529ff1dcd86b96deb438ceafe949cc2917c4333d722cb50ed40504c -SIZE (9db3fcf9cd367681c0864238dc5009a604f3896c.patch) = 983 +TIMESTAMP = 1560202060 +SHA256 (kxstitch-2.2.0.tar.xz) = 4c230b47873b660f3232f74e536a1cb3e6f32bbd0ec436b36b1d9a8fd9a6cbe0 +SIZE (kxstitch-2.2.0.tar.xz) = 1784360 diff --git a/graphics/kxstitch/pkg-plist b/graphics/kxstitch/pkg-plist index a081d077634f..0b95ee5c5e7e 100644 --- a/graphics/kxstitch/pkg-plist +++ b/graphics/kxstitch/pkg-plist @@ -185,6 +185,7 @@ share/locale/de/LC_MESSAGES/kxstitch.mo share/locale/en_GB/LC_MESSAGES/kxstitch.mo share/locale/es/LC_MESSAGES/kxstitch.mo share/locale/et/LC_MESSAGES/kxstitch.mo +share/locale/fi/LC_MESSAGES/kxstitch.mo share/locale/fr/LC_MESSAGES/kxstitch.mo share/locale/gl/LC_MESSAGES/kxstitch.mo share/locale/hu/LC_MESSAGES/kxstitch.mo |