diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-12-03 22:24:36 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-12-03 22:24:36 +0000 |
commit | 70b03eae74a269dd8c450c0414ae8c27e719b128 (patch) | |
tree | a8ed8d1d00fc9115ded6faf82f4509c256a9166a /textproc/kf5-sonnet | |
parent | ae0db8070bc48689b61fd5dee8d3b330366634ae (diff) |
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/kf5-sonnet')
-rw-r--r-- | textproc/kf5-sonnet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/kf5-sonnet/Makefile b/textproc/kf5-sonnet/Makefile index badbafcc2968..ccadea955441 100644 --- a/textproc/kf5-sonnet/Makefile +++ b/textproc/kf5-sonnet/Makefile @@ -3,13 +3,14 @@ PORTNAME= sonnet PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= textproc kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 plugin-based spell checking library LIB_DEPENDS= libaspell.so:textproc/aspell \ - libhunspell-1.3.so:textproc/hunspell + libhunspell-1.5.so:textproc/hunspell USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz USE_KDE= ecm |