diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-03-20 20:23:25 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-03-20 20:23:25 +0800 |
commit | dcc2fbc05225aa6465cebeeea08053cd7860b74d (patch) | |
tree | a9606fa0eb2e53a9f60a9c5fe854490690883c88 /www | |
parent | 368d11c892ba130a8df009c2e0fa12c552af601c (diff) | |
download | freebsd-ports-gnome-dcc2fbc05225aa6465cebeeea08053cd7860b74d.tar.gz freebsd-ports-gnome-dcc2fbc05225aa6465cebeeea08053cd7860b74d.tar.zst freebsd-ports-gnome-dcc2fbc05225aa6465cebeeea08053cd7860b74d.zip |
Switch to devel/llvm80 for DEFAULT_VERSIONS
PR: 235215
Diffstat (limited to 'www')
-rw-r--r-- | www/cliqz/Makefile | 1 | ||||
-rw-r--r-- | www/firefox-esr/Makefile | 1 | ||||
-rw-r--r-- | www/firefox/Makefile | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/www/cliqz/Makefile b/www/cliqz/Makefile index b006b147726e..a0cfae43d923 100644 --- a/www/cliqz/Makefile +++ b/www/cliqz/Makefile @@ -2,6 +2,7 @@ PORTNAME= cliqz DISTVERSION= 1.25.3 +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 e19f4050963e..c05e6c47a7ad 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 60.6.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 a21d313cf74f..ef904298f256 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -3,7 +3,7 @@ PORTNAME= firefox DISTVERSION= 66.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ |