diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-09-21 03:58:36 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-09-21 03:58:36 +0800 |
commit | 84606af75c1cf5ac125bf0416aa40b38e734481b (patch) | |
tree | a51739299eb50775d07449156a9b1480d39889ef /www | |
parent | 8fcff6d0af5ffe673a91ee45ee7afb1e8ea952ed (diff) | |
download | freebsd-ports-gnome-84606af75c1cf5ac125bf0416aa40b38e734481b.tar.gz freebsd-ports-gnome-84606af75c1cf5ac125bf0416aa40b38e734481b.tar.zst freebsd-ports-gnome-84606af75c1cf5ac125bf0416aa40b38e734481b.zip |
Switch default devel/llvm* to 90
PR: 239682
Reviewed by: tobik
Differential Revision: https://reviews.freebsd.org/D21172
Diffstat (limited to 'www')
-rw-r--r-- | www/cliqz/Makefile | 1 | ||||
-rw-r--r-- | www/firefox-esr/Makefile | 2 | ||||
-rw-r--r-- | www/firefox/Makefile | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/www/cliqz/Makefile b/www/cliqz/Makefile index 1eb60abf5539..a28f9574e8b1 100644 --- a/www/cliqz/Makefile +++ b/www/cliqz/Makefile @@ -2,6 +2,7 @@ PORTNAME= cliqz DISTVERSION= 1.28.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://s3.amazonaws.com/cdn.cliqz.com/browser-f/APT/:amazon \ http://repository.cliqz.com/dist/${CLIQZ_CHANNEL}/${DISTVERSION}/${CLIQZ_LAST_BUILD_ID}/:cliqz diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index f5d6da8cc5da..ceeb5dc5e08d 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -3,7 +3,7 @@ PORTNAME= firefox DISTVERSION= 68.1.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index a1aef9436612..abf6cb894bf7 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 69.0.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ |