diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-01-19 05:14:41 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-01-19 05:14:41 +0800 |
commit | 99b25b50477813946cd3271e99b5be9c9eeb1283 (patch) | |
tree | f9b29d3f811865ffb154be8b5af915119e00ed23 /print | |
parent | 9f371b20d596e3a15a1df2638dc9915c0e61dc1a (diff) | |
download | freebsd-ports-gnome-99b25b50477813946cd3271e99b5be9c9eeb1283.tar.gz freebsd-ports-gnome-99b25b50477813946cd3271e99b5be9c9eeb1283.tar.zst freebsd-ports-gnome-99b25b50477813946cd3271e99b5be9c9eeb1283.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 'print')
-rw-r--r-- | print/lyx/Makefile | 4 | ||||
-rw-r--r-- | print/scribus-devel/Makefile | 4 | ||||
-rw-r--r-- | print/scribus/Makefile | 4 | ||||
-rw-r--r-- | print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 3aba26b9365a..593f8d8e663c 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -3,7 +3,7 @@ PORTNAME= lyx PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print editors MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ @@ -51,7 +51,7 @@ ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell ENCHANT_CONFIGURE_OFF= --without-enchant ENCHANT_LIB_DEPENDS= libenchant.so:textproc/enchant HUNSPELL_CONFIGURE_OFF= --without-hunspell -HUNSPELL_LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell +HUNSPELL_LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile index 133e1402380c..e90c6c58193f 100644 --- a/print/scribus-devel/Makefile +++ b/print/scribus-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.5.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \ http://www.scribus.net/downloads/${PORTVERSION}/ @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libboost_thread.so:devel/boost-libs \ - libhunspell-1.6.so:textproc/hunspell \ + libhunspell-1.7.so:textproc/hunspell \ libcairo.so:graphics/cairo \ librevenge-0.0.so:textproc/librevenge \ libcups.so:print/cups \ diff --git a/print/scribus/Makefile b/print/scribus/Makefile index f8d65dc76f92..63e956dee624 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -3,7 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.4.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print editors MASTER_SITES= SF \ http://www.scribus.net/downloads/${PORTVERSION}/ @@ -26,7 +26,7 @@ LIB_DEPENDS= liblcms.so:graphics/lcms \ libfreetype.so:print/freetype2 \ libpodofo.so:graphics/podofo \ libboost_thread.so:devel/boost-libs \ - libhunspell-1.6.so:textproc/hunspell \ + libhunspell-1.7.so:textproc/hunspell \ libcairo.so:graphics/cairo \ libhyphen.so:textproc/hyphen \ libfontconfig.so:x11-fonts/fontconfig diff --git a/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake b/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake index c00577ff3632..297aea872b4e 100644 --- a/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake +++ b/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake @@ -5,7 +5,7 @@ FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx ) -FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.4 hunspell-1.3 hunspell-1.2 PATHS /opt/local/lib /usr/local/lib /usr/lib ) -+FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.6 ++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.7 hunspell-1.6 + hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2 hunspell + PATHS /opt/local/lib /usr/local/lib /usr/lib ) |