diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-11-20 08:38:40 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-11-20 08:38:40 +0800 |
commit | fa01ad50a7949ade6d161af287d076ebcd5e44a3 (patch) | |
tree | a75bb4ab57ec92aec4898037e6f0f059dbb9df21 /Mk/Uses | |
parent | ce2662c3473bf038eadff42982812fe829fa06a8 (diff) | |
download | freebsd-ports-graphics-fa01ad50a7949ade6d161af287d076ebcd5e44a3.tar.gz freebsd-ports-graphics-fa01ad50a7949ade6d161af287d076ebcd5e44a3.tar.zst freebsd-ports-graphics-fa01ad50a7949ade6d161af287d076ebcd5e44a3.zip |
gecko: catch up with 2015-11-03 release train
- Update NSPR to 4.10.10 [1]
- Update NSS to 3.20.1 [2]
- Update Firefox ESR and libxul to 38.4.0
- Update Firefox to 42.0 [2]
- Update SeaMonkey to 2.39
Changes: http://mozilla.6506.n7.nabble.com/ANNOUNCE-NSPR-4-10-10-Release-td346822.html
Changes: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.20.1_release_notes
Changes: https://www.mozilla.org/en-US/firefox/42.0/releasenotes/
Changes: http://www.seamonkey-project.org/news#2015-11-08
PR: 204277 [1], 204332 [2], 203099
Submitted by: swills, Christoph Moench-Tegeder
MFH: 2015Q4
Security: 9d04936c-75f1-4a2c-9ade-4c1708be5df9
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 0902f78c8a0..0799f71ab19 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 41 +_GECKO_VERSIONS= 38 42 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 38_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -41_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +42_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null |