diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-04-01 03:10:39 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-04-01 03:10:39 +0800 |
commit | bf7493b5e000bb495a28accd4bda4d98105d38cd (patch) | |
tree | 1ce9cd2638ce5cb614cc68bc843ea89d8bcb6231 /Mk/Uses | |
parent | 1ec984bfadb5ae3d2bec6272a713932cf3c27204 (diff) | |
download | freebsd-ports-gnome-bf7493b5e000bb495a28accd4bda4d98105d38cd.tar.gz freebsd-ports-gnome-bf7493b5e000bb495a28accd4bda4d98105d38cd.tar.zst freebsd-ports-gnome-bf7493b5e000bb495a28accd4bda4d98105d38cd.zip |
- Update gmp-api to 38.0
- Update Firefox to 37.0
- Update Firefox ESR and libxul to 31.6.0
- Update Thunderbird to 31.6.0
- Backport a few GTK3 fixes to Firefox 37
MFH: 2015Q1
Security: https://vuxml.freebsd.org/freebsd/d0c97697-df2c-4b8b-bff2-cec24dc35af8.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 c18d240625b0..41625b4e26c2 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 36 +_GECKO_VERSIONS= 31 37 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 31_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -36_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +37_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null |