diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-04-21 19:18:13 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-04-21 19:18:13 +0800 |
commit | 6430722ff2a915080b85d5e4136b10757a23a481 (patch) | |
tree | 137e7f78b6588b4f8a0de72ec98184f748d41bdf /Mk | |
parent | ba98b0c18d595d43d54f1c426a56c3a01b48b4fc (diff) | |
download | freebsd-ports-graphics-6430722ff2a915080b85d5e4136b10757a23a481.tar.gz freebsd-ports-graphics-6430722ff2a915080b85d5e4136b10757a23a481.tar.zst freebsd-ports-graphics-6430722ff2a915080b85d5e4136b10757a23a481.zip |
www/firefox{,-esr}: update to 46.0 (rc4) / 45.1esr
Changes: https://www.mozilla.org/firefox/46.0/releasenotes/
Changes: https://www.mozilla.org/firefox/45.1.0/releasenotes/
Security: 92d44f83-a7bf-41cf-91ee-3d1b8ecf579f
MFH: 2016Q2
Diffstat (limited to 'Mk')
-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 57f95814f94..db98b93ac58 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>=38:www/libxul -RUN_DEPENDS+= libxul>=38:www/libxul +BUILD_DEPENDS+= libxul>=45:www/libxul +RUN_DEPENDS+= libxul>=45:www/libxul .elif ${gecko_ARGS:Mfirefox} -_GECKO_DEFAULT_VERSION= 38 -_GECKO_VERSIONS= 38 45 +_GECKO_DEFAULT_VERSION= 45 +_GECKO_VERSIONS= 45 46 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions -38_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr -45_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox +45_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr +46_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null |