aboutsummaryrefslogtreecommitdiff
path: root/x11/leechcraft
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-01-07 14:43:11 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-01-07 14:43:11 +0000
commit24bce6e056c149dd378d4037aece66e49a080a10 (patch)
tree39e124d9784854ef550ebb66d8d0501c1889259a /x11/leechcraft
parent2018ddae97c2e3406691f0141c1bc14bc6d79587 (diff)
downloadports-24bce6e056c149dd378d4037aece66e49a080a10.tar.gz
ports-24bce6e056c149dd378d4037aece66e49a080a10.zip
textproc/hunspell: update to 1.6.0
- Restore DIST_SUBDIR from r305651 - Adjust license for "or later" clause - Restore GPLv2+/LGPL21+ license files removed upstream as GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built) - Unbreak |make makepatch| Changes: https://github.com/hunspell/hunspell/releases/tag/v1.6.0 PR: 215714 Submitted by: sunpoet (based on) Exp-run by: antoine MFH: 2017Q1 Differential Revision: https://reviews.freebsd.org/D8887
Notes
Notes: svn path=/head/; revision=430796
Diffstat (limited to 'x11/leechcraft')
-rw-r--r--x11/leechcraft/Makefile4
-rw-r--r--x11/leechcraft/files/patch-plugins_rosenthal_cmake_FindHunspell.cmake2
2 files changed, 3 insertions, 3 deletions
diff --git a/x11/leechcraft/Makefile b/x11/leechcraft/Makefile
index 6263171b01e4..298c0d42b910 100644
--- a/x11/leechcraft/Makefile
+++ b/x11/leechcraft/Makefile
@@ -3,7 +3,7 @@
PORTNAME= leechcraft
PORTVERSION= 0.6.70
-PORTREVISION= 18
+PORTREVISION= 19
CATEGORIES= x11
MASTER_SITES= http://dist.leechcraft.org/LeechCraft/0.6.70/
@@ -287,7 +287,7 @@ QROSP_LIB_DEPENDS= libqrosscore.so:devel/qross
ROSENTHAL_DESC= Spellchecking support
ROSENTHAL_CMAKE_ON= -DENABLE_ROSENTHAL:BOOL=true
ROSENTHAL_CMAKE_OFF= -DENABLE_ROSENTHAL:BOOL=false
-ROSENTHAL_LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell
+ROSENTHAL_LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell
SB2_DESC= Sidebar for LeechCraft with combined launcher and tab switcher
SB2_CMAKE_ON= -DENABLE_SB2:BOOL=true
diff --git a/x11/leechcraft/files/patch-plugins_rosenthal_cmake_FindHunspell.cmake b/x11/leechcraft/files/patch-plugins_rosenthal_cmake_FindHunspell.cmake
index d8848d5afbe9..d6ee719a2747 100644
--- a/x11/leechcraft/files/patch-plugins_rosenthal_cmake_FindHunspell.cmake
+++ b/x11/leechcraft/files/patch-plugins_rosenthal_cmake_FindHunspell.cmake
@@ -5,7 +5,7 @@
endif ()
-find_library (HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2 libhunspell HINTS ${HUNSPELL_DIR} ${PROBE_DIR})
-+find_library (HUNSPELL_LIBRARIES NAMES hunspell-1.5 hunspell-1.4
++find_library (HUNSPELL_LIBRARIES NAMES hunspell-1.6 hunspell-1.5 hunspell-1.4
+ hunspell-1.3 hunspell-1.2 libhunspell HINTS ${HUNSPELL_DIR} ${PROBE_DIR})
find_path (HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx HINTS ${HUNSPELL_DIR} ${HUNSPELL_INCLUDE_WIN32})