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 /www/qupzilla-qt4 | |
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 'www/qupzilla-qt4')
-rw-r--r-- | www/qupzilla-qt4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/qupzilla-qt4/Makefile b/www/qupzilla-qt4/Makefile index 0b8061a9140b..eb61f153107e 100644 --- a/www/qupzilla-qt4/Makefile +++ b/www/qupzilla-qt4/Makefile @@ -2,6 +2,7 @@ PORTNAME= qupzilla PORTVERSION= 1.8.9 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= -qt4 @@ -12,7 +13,7 @@ COMMENT= Web browser based on WebKit engine and Qt Framework LICENSE= GPLv3 -LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell +LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell CONFLICTS_INSTALL= ${PORTNAME}-qt5* |