diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-05-13 02:06:36 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-05-13 02:06:36 +0800 |
commit | fb6ade034a6caf93478611cb60154d152927cc52 (patch) | |
tree | b4cc42220c1fd95a72b60309c084d6711c693754 /Mk/Uses | |
parent | 73390f54f5f07e158801cb00f3515bca144d34fc (diff) | |
download | freebsd-ports-gnome-fb6ade034a6caf93478611cb60154d152927cc52.tar.gz freebsd-ports-gnome-fb6ade034a6caf93478611cb60154d152927cc52.tar.zst freebsd-ports-gnome-fb6ade034a6caf93478611cb60154d152927cc52.zip |
- Update NSS and ca_root_nss to 3.19
- Update Firefox to 38.0
- Update Firefox ESR and libxul to 31.7.0
- Update Thunderbird to 31.7.0
- Update Enigmail to 1.8.2
Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.19_release_notes
Changes: https://www.mozilla.org/firefox/38.0/releasenotes/
Changes: https://www.mozilla.org/firefox/31.7.0/releasenotes/
Changes: http://sourceforge.net/p/enigmail/bugs/search/?q=status%3Afixed+%26%26+_fixed%3A1.8.1
MFH: 2015Q2
Security: https://vuxml.freebsd.org/freebsd/d9b43004-f5fd-4807-b1d7-dbf66455b244.html
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 41625b4e26c2..eabf5167f67f 100644 --- a/Mk/Uses/gecko.mk +++ b/Mk/Uses/gecko.mk @@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=31:${PORTSDIR}/www/libxul .elif ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 31 -_GECKO_VERSIONS= 31 37 +_GECKO_VERSIONS= 31 38 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 31_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -37_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +38_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null |