aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-01-19 05:14:41 +0800
committerJan Beich <jbeich@FreeBSD.org>2019-01-19 05:14:41 +0800
commit91ea5c3247ec607f48809a35593bf5580ed7d455 (patch)
treef9b29d3f811865ffb154be8b5af915119e00ed23 /www
parente44ca037001bbbd183d7bc64c183909da88a3d7d (diff)
downloadfreebsd-ports-gnome-91ea5c3247ec607f48809a35593bf5580ed7d455.tar.gz
freebsd-ports-gnome-91ea5c3247ec607f48809a35593bf5580ed7d455.tar.zst
freebsd-ports-gnome-91ea5c3247ec607f48809a35593bf5580ed7d455.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')
-rw-r--r--www/firefox-esr/Makefile2
-rw-r--r--www/otter-browser/Makefile4
-rw-r--r--www/palemoon/Makefile2
-rw-r--r--www/qupzilla-qt4/Makefile4
-rw-r--r--www/qupzilla-qt5/Makefile4
-rw-r--r--www/seamonkey/Makefile2
6 files changed, 9 insertions, 9 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index 349884fdf11e..25a6c63c7f6c 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -3,7 +3,7 @@
PORTNAME= firefox
DISTVERSION= 60.4.0
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
diff --git a/www/otter-browser/Makefile b/www/otter-browser/Makefile
index aa1c53c8fd96..d44e517b2b35 100644
--- a/www/otter-browser/Makefile
+++ b/www/otter-browser/Makefile
@@ -3,7 +3,7 @@
PORTNAME= otter-browser
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.01
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MAINTAINER= kde@FreeBSD.org
@@ -12,7 +12,7 @@ COMMENT= Browser based on Qt 5
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell
+LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
USES= cmake compiler:c++11-lib desktop-file-utils qt:5
USE_QT= concurrent core dbus declarative gui multimedia network printsupport \
diff --git a/www/palemoon/Makefile b/www/palemoon/Makefile
index f34feb2ac257..e208099064ce 100644
--- a/www/palemoon/Makefile
+++ b/www/palemoon/Makefile
@@ -4,7 +4,7 @@
PORTNAME= palemoon
DISTVERSION= 27.9.4
DISTVERSIONSUFFIX=_Release
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www ipv6
MAINTAINER= lichray@gmail.com
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*
diff --git a/www/qupzilla-qt5/Makefile b/www/qupzilla-qt5/Makefile
index 8d32f4045347..e25def9a9167 100644
--- a/www/qupzilla-qt5/Makefile
+++ b/www/qupzilla-qt5/Makefile
@@ -2,7 +2,7 @@
PORTNAME= qupzilla
PORTVERSION= 1.8.9
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= www
MASTER_SITES= https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/
PKGNAMESUFFIX= -qt5
@@ -13,7 +13,7 @@ COMMENT= Web browser based on WebKit engine and Qt Framework
LICENSE= GPLv3
-LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell
+LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
CONFLICTS_INSTALL= ${PORTNAME}-qt4*
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index 20b1aacdf430..66b8e5221949 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -3,7 +3,7 @@
PORTNAME= seamonkey
DISTVERSION= 2.49.4
-PORTREVISION= 20
+PORTREVISION= 21
MOZILLA_VER= 52 # above + 3
CATEGORIES?= www mail news editors irc ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \