diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-02-01 19:29:16 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-02-01 19:29:16 +0800 |
commit | d3ed1d7cf23cb693b0997be883503caad7e2d911 (patch) | |
tree | 077311327957be578ca926de47c7e3319ad0a9e8 /Mk/Uses | |
parent | 0d0f46ff6ae79e5514809cfc6b288b81c82a835f (diff) | |
download | freebsd-ports-graphics-d3ed1d7cf23cb693b0997be883503caad7e2d911.tar.gz freebsd-ports-graphics-d3ed1d7cf23cb693b0997be883503caad7e2d911.tar.zst freebsd-ports-graphics-d3ed1d7cf23cb693b0997be883503caad7e2d911.zip |
www/firefox{,-esr}: update to 44.0/38.6.0
- Raise required NSS version [1]
Changes: https://www.mozilla.org/firefox/44.0/releasenotes/
PR: 206637
Reported by: Toomas Aas <toomas.aas@suhtlus.ee> [1]
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
Security: 4f00dac0-1e18-4481-95af-7aaad63fd303
MFH: 2016Q1
Diffstat (limited to 'Mk/Uses')
-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 b5b0076033d..524cb4df51d 100644 --- a/Mk/Uses/gecko.mk +++ b/Mk/Uses/gecko.mk @@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=38:${PORTSDIR}/www/libxul .elif ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 38 -_GECKO_VERSIONS= 38 43 +_GECKO_VERSIONS= 38 44 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 38_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -43_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +44_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null |