aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-04-21 11:18:13 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-04-21 11:18:13 +0000
commit4dfb37ee971374cd8b674b268d8b3394ad682b47 (patch)
tree137e7f78b6588b4f8a0de72ec98184f748d41bdf /Mk
parent897fd383380ee066e89afe3f492216a0b01444ed (diff)
downloadports-4dfb37ee971374cd8b674b268d8b3394ad682b47.tar.gz
ports-4dfb37ee971374cd8b674b268d8b3394ad682b47.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
Notes
Notes: svn path=/head/; revision=413726
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/gecko.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/Mk/Uses/gecko.mk b/Mk/Uses/gecko.mk
index 57f95814f946..db98b93ac582 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