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 /www/qupzilla-qt4 | |
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 'www/qupzilla-qt4')
-rw-r--r-- | www/qupzilla-qt4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/qupzilla-qt4/Makefile b/www/qupzilla-qt4/Makefile index 5d9f073f96c1..d814c225ea78 100644 --- a/www/qupzilla-qt4/Makefile +++ b/www/qupzilla-qt4/Makefile @@ -2,7 +2,7 @@ PORTNAME= qupzilla PORTVERSION= 1.8.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= -qt4 @@ -16,7 +16,7 @@ LICENSE= GPLv3 DEPRECATED= Qt4 has been EOL since december 2015 EXPIRATION_DATE= 2019-03-15 -LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell +LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell CONFLICTS_INSTALL= ${PORTNAME}-qt5* |