diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-12-04 06:24:36 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-12-04 06:24:36 +0800 |
commit | 3100a3705c1899da9f4d7bd6226a2c6f4270ee7c (patch) | |
tree | a8ed8d1d00fc9115ded6faf82f4509c256a9166a /print/scribus | |
parent | dbfa834db2577187fd658269368414891966a0a4 (diff) | |
download | freebsd-ports-gnome-3100a3705c1899da9f4d7bd6226a2c6f4270ee7c.tar.gz freebsd-ports-gnome-3100a3705c1899da9f4d7bd6226a2c6f4270ee7c.tar.zst freebsd-ports-gnome-3100a3705c1899da9f4d7bd6226a2c6f4270ee7c.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)
Diffstat (limited to 'print/scribus')
-rw-r--r-- | print/scribus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 8a839ed28721..1b803bd22316 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -3,7 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.4.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print editors MASTER_SITES= SF \ http://www.scribus.net/downloads/${PORTVERSION}/ @@ -18,7 +18,7 @@ LIB_DEPENDS= liblcms.so:graphics/lcms \ libfreetype.so:print/freetype2 \ libpodofo.so:graphics/podofo \ libboost_thread.so:devel/boost-libs \ - libhunspell-1.3.so:textproc/hunspell \ + libhunspell-1.5.so:textproc/hunspell \ libcairo.so:graphics/cairo \ libhyphen.so:textproc/hyphen \ libfontconfig.so:x11-fonts/fontconfig |