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/scribus-devel | |
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/scribus-devel')
-rw-r--r-- | print/scribus-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |