From 91ea5c3247ec607f48809a35593bf5580ed7d455 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Fri, 18 Jan 2019 21:14:41 +0000 Subject: 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 --- editors/texworks/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/texworks') diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index 67e461f78184..b95acc0e1066 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -4,7 +4,7 @@ PORTNAME= texworks DISTVERSIONPREFIX= release- DISTVERSION= 0.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MAINTAINER= hrs@FreeBSD.org @@ -14,7 +14,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= hunspell:textproc/hunspell -LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell \ +LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell \ libpoppler.so:graphics/poppler \ libpoppler-qt5.so:graphics/poppler-qt5 -- cgit v1.2.3