aboutsummaryrefslogtreecommitdiff
path: root/textproc/sigil
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-12-03 22:24:36 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-12-03 22:24:36 +0000
commit70b03eae74a269dd8c450c0414ae8c27e719b128 (patch)
treea8ed8d1d00fc9115ded6faf82f4509c256a9166a /textproc/sigil
parentae0db8070bc48689b61fd5dee8d3b330366634ae (diff)
downloadports-70b03eae74a269dd8c450c0414ae8c27e719b128.tar.gz
ports-70b03eae74a269dd8c450c0414ae8c27e719b128.zip
textproc/hunspell: update to 1.5.4
Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog PR: 214837 Exp-run by: antoine (for 1.5.3) Approved by: office (bapt)
Notes
Notes: svn path=/head/; revision=427743
Diffstat (limited to 'textproc/sigil')
-rw-r--r--textproc/sigil/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/sigil/Makefile b/textproc/sigil/Makefile
index ec6a7f0f96a9..a37f21589a88 100644
--- a/textproc/sigil/Makefile
+++ b/textproc/sigil/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sigil
PORTVERSION= 0.9.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MAINTAINER= ports@FreeBSD.org
@@ -13,7 +13,7 @@ LICENSE= GPLv3+
LIB_DEPENDS= libminizip.so:archivers/minizip \
libpcre.so:devel/pcre \
- libhunspell-1.3.so:textproc/hunspell
+ libhunspell-1.5.so:textproc/hunspell
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py3-lxml
USE_GITHUB= yes
@@ -32,7 +32,7 @@ CMAKE_ARGS= -DUSE_SYSTEM_LIBS:BOOL=1 \
-DINSTALL_BUNDLED_DICTS:BOOL=0
USE_LDCONFIG= ${PREFIX}/lib/sigil
-# Upstream uses pkg-config output to pass libhunspell-1.3.so and
+# Upstream uses pkg-config output to pass libhunspell-1.5.so and
# libpcre16.so to the linker. pkg-config output does not include full
# paths, so add a workaround to keep the port linking for now.
LDFLAGS+= -L${LOCALBASE}/lib