diff options
Diffstat (limited to 'textproc/kf5-sonnet')
-rw-r--r-- | textproc/kf5-sonnet/Makefile | 1 | ||||
-rw-r--r-- | textproc/kf5-sonnet/distinfo | 6 | ||||
-rw-r--r-- | textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake | 12 |
3 files changed, 3 insertions, 16 deletions
diff --git a/textproc/kf5-sonnet/Makefile b/textproc/kf5-sonnet/Makefile index 1445c919eeb4..fb42b61b20c1 100644 --- a/textproc/kf5-sonnet/Makefile +++ b/textproc/kf5-sonnet/Makefile @@ -3,7 +3,6 @@ PORTNAME= sonnet PORTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 CATEGORIES= textproc kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/textproc/kf5-sonnet/distinfo b/textproc/kf5-sonnet/distinfo index 1e24b1417cc1..0d8f275c3efd 100644 --- a/textproc/kf5-sonnet/distinfo +++ b/textproc/kf5-sonnet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1480934877 -SHA256 (KDE/frameworks/5.29.0/sonnet-5.29.0.tar.xz) = 20358de0d45387f44260c3e6f8df012d661b4446293cbb3823c978e3a8766965 -SIZE (KDE/frameworks/5.29.0/sonnet-5.29.0.tar.xz) = 2652812 +TIMESTAMP = 1483950430 +SHA256 (KDE/frameworks/5.30.0/sonnet-5.30.0.tar.xz) = 99fd42d919d3350e22ae99fc480a14bc30ebd461b064ef24aed5042c772a91c4 +SIZE (KDE/frameworks/5.30.0/sonnet-5.30.0.tar.xz) = 281828 diff --git a/textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake b/textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake deleted file mode 100644 index 00e5a0848cd8..000000000000 --- a/textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake +++ /dev/null @@ -1,12 +0,0 @@ ---- cmake/FindHUNSPELL.cmake.orig 2016-12-03 21:15:34 UTC -+++ cmake/FindHUNSPELL.cmake -@@ -14,7 +14,8 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL - - FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx ) - --FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2) -+FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.6 -+ hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2 hunspell) - - # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if - # all listed variables are TRUE |