diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-07-16 14:05:59 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-07-16 14:05:59 +0800 |
commit | 5873978b2c3832e1d08395fee2f0aafb6e94811c (patch) | |
tree | caa550e9c6de6d456de3b7c58dd8a734b5352b71 /Mk/Uses | |
parent | 2845d93d1e8c3e47c539a1e7bcafc1a822f8178d (diff) | |
download | freebsd-ports-gnome-5873978b2c3832e1d08395fee2f0aafb6e94811c.tar.gz freebsd-ports-gnome-5873978b2c3832e1d08395fee2f0aafb6e94811c.tar.zst freebsd-ports-gnome-5873978b2c3832e1d08395fee2f0aafb6e94811c.zip |
- Update NSS and ca_root_nss to 3.19.2
- Update Firefox and gmp-api to 39.0
- Update Firefox ESR and libxul to 38.1.0
Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.19.2_release_notes
Changes: https://www.mozilla.org/firefox/39.0/releasenotes/
Changes: https://www.mozilla.org/firefox/38.1.0/releasenotes/
MFH: 2015Q3
Security: https://vuxml.freebsd.org/freebsd/44d9daee-940c-4179-86bb-6e3ffd617869.html
Diffstat (limited to 'Mk/Uses')
-rw-r--r-- | Mk/Uses/gecko.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Mk/Uses/gecko.mk b/Mk/Uses/gecko.mk index eabf5167f67f..45af2be93ee3 100644 --- a/Mk/Uses/gecko.mk +++ b/Mk/Uses/gecko.mk @@ -31,18 +31,18 @@ GECKO_CONFING?= ${LOCALBASE}/bin/${GECKO}-config XPIDL?= ${LOCALBASE}/lib/${GECKO}/xpidl XPIDL_INCL?= `${GECKO_CONFIG} --idlflags` -BUILD_DEPENDS+= libxul>=31:${PORTSDIR}/www/libxul -RUN_DEPENDS+= libxul>=31:${PORTSDIR}/www/libxul +BUILD_DEPENDS+= libxul>=38:${PORTSDIR}/www/libxul +RUN_DEPENDS+= libxul>=38:${PORTSDIR}/www/libxul .elif ${gecko_ARGS:Mfirefox} -_GECKO_DEFAULT_VERSION= 31 -_GECKO_VERSIONS= 31 38 +_GECKO_DEFAULT_VERSION= 38 +_GECKO_VERSIONS= 38 39 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions -31_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -38_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +38_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr +39_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null |