summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-01-18 21:14:41 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-01-18 21:14:41 +0000
commit91ea5c3247ec607f48809a35593bf5580ed7d455 (patch)
treef9b29d3f811865ffb154be8b5af915119e00ed23 /net-im
parente44ca037001bbbd183d7bc64c183909da88a3d7d (diff)
downloadfreebsd-ports-91ea5c3247ec607f48809a35593bf5580ed7d455.zip
textproc/hunspell: update to 1.7.0
- Drop const optimization as v2 API moved to nuspell Changes: https://github.com/hunspell/hunspell/releases/tag/v1.7.0
Diffstat (limited to 'net-im')
-rw-r--r--net-im/licq-qt-gui/Makefile6
-rw-r--r--net-im/psi/Makefile4
2 files changed, 5 insertions, 5 deletions
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile
index ad0aa1072b4e..6c4f7ad0d359 100644
--- a/net-im/licq-qt-gui/Makefile
+++ b/net-im/licq-qt-gui/Makefile
@@ -3,7 +3,7 @@
PORTNAME= qt-gui
PORTVERSION= 1.9.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im
PKGNAMEPREFIX= licq-
PKGNAMESUFFIX?= ${KDE_SUFFIX}${PKGNAMESUFFIX2}
@@ -34,9 +34,9 @@ OPTIONS_DEFAULT=HUNSPELL
LICQ_PORT?= net-im/licq
-HUNSPELL_LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell
+HUNSPELL_LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
HUNSPELL_CMAKE_ON= -DHUNSPELL_INCLUDE_DIRS=${LOCALBASE}/include/hunspell \
- -DHUNSPELL_LIBRARIES=${LOCALBASE}/lib/libhunspell-1.6.so \
+ -DHUNSPELL_LIBRARIES=${LOCALBASE}/lib/libhunspell-1.7.so \
-DHUNSPELL_FOUND:BOOL=ON
HUNSPELL_CMAKE_OFF= -DHUNSPELL_FOUND:BOOL=OFF
diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile
index b3e02a3f6db3..f967eeb8d785 100644
--- a/net-im/psi/Makefile
+++ b/net-im/psi/Makefile
@@ -3,7 +3,7 @@
PORTNAME= psi
DISTVERSION= 1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= SF/${PORTNAME}/Psi/${PORTVERSION}
@@ -32,7 +32,7 @@ OPTIONS_RADIO_SPELLCHECKER= HUNSPELL ENCHANT
OPTIONS_DEFAULT= ENCHANT
HUNSPELL_DESC= Use hunspell for spell checking
-HUNSPELL_LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell
+HUNSPELL_LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
HUNSPELL_CMAKE_BOOL= USE_HUNSPELL
ENCHANT_DESC= Use Enchant for spell checking