diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-04-11 22:17:57 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-04-11 22:17:57 +0800 |
commit | 2d356ea52a60dec3736f11ebc69d789b26f55dd7 (patch) | |
tree | 72fa4584e8007fff14d6550dbbf8add5ba44f672 /Mk | |
parent | 92b22d47873fbd0ca5e0e73caabb450c0c0745b5 (diff) | |
download | freebsd-ports-gnome-2d356ea52a60dec3736f11ebc69d789b26f55dd7.tar.gz freebsd-ports-gnome-2d356ea52a60dec3736f11ebc69d789b26f55dd7.tar.zst freebsd-ports-gnome-2d356ea52a60dec3736f11ebc69d789b26f55dd7.zip |
www/firefox: update to 53.0 (rc3)
More candidates are likely to come before the official announcement (aka
the rush hour) scheduled on 2017-04-19. This one intended to pick up upstream
security fixes earlier while looking for downstream regressions.
Changes: https://www.mozilla.org/firefox/53.0/releasenotes/
Security: 5e0a038a-ca30-416d-a2f5-38cbf5e7df33
MFH: 2017Q2 (piling up)
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/gecko.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/gecko.mk b/Mk/Uses/gecko.mk index aa9ef6cc526a..54ea6738de2e 100644 --- a/Mk/Uses/gecko.mk +++ b/Mk/Uses/gecko.mk @@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=45:www/libxul .elif ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 45 -_GECKO_VERSIONS= 45 52 +_GECKO_VERSIONS= 45 53 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 45_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr -52_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox +53_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null |