diff options
author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2019-02-13 12:37:32 +0000 |
---|---|---|
committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2019-02-13 12:37:32 +0000 |
commit | c56adfd8f38f698d679563ad8989cfb4c568fde9 (patch) | |
tree | d37afa48d791ed750ee3873ad3f2a17c8126989b | |
parent | www/firefox-esr: update to 60.5.1 (diff) |
also update firefox-esr-i18n's Makefile
PR: 235710
Reported by: jbeich@
Approved by: gecko (jbeich@, implicit)
MFH: 2019Q1
-rw-r--r-- | www/firefox-esr-i18n/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/firefox-esr-i18n/Makefile b/www/firefox-esr-i18n/Makefile index 4d4888292f1b..2ca504086381 100644 --- a/www/firefox-esr-i18n/Makefile +++ b/www/firefox-esr-i18n/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 60.5.0 -PORTREVISION= 1 +PORTVERSION= 60.5.1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build2/linux-i686/xpi |