diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-10-12 00:25:18 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-10-12 00:25:18 +0000 |
commit | ef4eb4edda077c8d34cbb44465d19fb282e2acd6 (patch) | |
tree | f6528c114131ee3aec05f9aa91ef4ddd6485c02a /www | |
parent | e6efdc7e86ef3d9f2ca65e8770e9f7e67f6a6856 (diff) | |
download | ports-ef4eb4edda077c8d34cbb44465d19fb282e2acd6.tar.gz ports-ef4eb4edda077c8d34cbb44465d19fb282e2acd6.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-esr/Makefile | 2 | ||||
-rw-r--r-- | www/firefox/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 43c6bac98f8d..167ea8ed64e1 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -3,7 +3,7 @@ PORTNAME= firefox DISTVERSION= 68.1.0 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index f8366d71ea50..f1724aaeaa76 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 69.0.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ |