diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-esr/Makefile | 2 | ||||
-rw-r--r-- | www/firefox/Makefile | 2 | ||||
-rw-r--r-- | www/libxul/Makefile | 2 | ||||
-rw-r--r-- | www/qupzilla-qt4/Makefile | 3 | ||||
-rw-r--r-- | www/qupzilla-qt5/Makefile | 3 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 2 |
6 files changed, 8 insertions, 6 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index ae4f955244f0..eec75bacd24a 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 45.5.1 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 25387a687b77..d7910b626d30 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 50.0.2 DISTVERSIONSUFFIX=.source -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ diff --git a/www/libxul/Makefile b/www/libxul/Makefile index 6dc49af392fe..e88f3f4e1c24 100644 --- a/www/libxul/Makefile +++ b/www/libxul/Makefile @@ -3,7 +3,7 @@ PORTNAME= libxul DISTVERSION= 45.5.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build1/source 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* diff --git a/www/qupzilla-qt5/Makefile b/www/qupzilla-qt5/Makefile index 461cd19e3681..004e330fe029 100644 --- a/www/qupzilla-qt5/Makefile +++ b/www/qupzilla-qt5/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= -qt5 @@ -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}-qt4* diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index f9f8e277afa8..5c8f4b399f35 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -4,7 +4,7 @@ PORTNAME= seamonkey DISTVERSION= 2.40 MOZILLA_VER= 43 # above + 3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source |