summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-07-23 23:36:07 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-07-23 23:36:07 +0000
commitbc2d7d11da0f41962ae6b00a099b76d57e17c64c (patch)
tree616c2752c978e0308f19227e781fbb1a64d73d1e /Mk
parentwww/firefox{,-esr}, www/libxul: stop regressing r380782 (diff)
- Update Thunderbird to 38.1.0
Changes: https://www.mozilla.org/thunderbird/38.0.1/releasenotes/ Changes: https://www.mozilla.org/thunderbird/38.1.0/releasenotes/ PR: 201769 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> (based on) MFH: 2015Q3 X-MFH-With: r392273 Security: https://vuxml.freebsd.org/freebsd/44d9daee-940c-4179-86bb-6e3ffd617869.html
Notes
Notes: svn path=/head/; revision=392761
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/gecko.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/Uses/gecko.mk b/Mk/Uses/gecko.mk
index 45af2be93ee3..e21db282b789 100644
--- a/Mk/Uses/gecko.mk
+++ b/Mk/Uses/gecko.mk
@@ -65,8 +65,8 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLED_VER:M[0-9]*:C/[0-9].([0-9][0-9]).*/\1/
.elif ${gecko_ARGS:Mthunderbird}
-_GECKO_DEFAULT_VERSION= 31
-_GECKO_VERSIONS= 31
+_GECKO_DEFAULT_VERSION= 38
+_GECKO_VERSIONS= 38
_GECKO_TYPE= thunderbird
.if exists(${LOCALBASE}/bin/thunderbird)
@@ -75,7 +75,7 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLED_VER:M[0-9][0-9]*:C/([0-9][0-9]).*/\1/g
.endif
# Dependence lines for different Thunderbird versions
-31_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird
+38_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird
.else
IGNORE= Unknown type of gecko dependency you may specify either libxul, firefox, seamonkey or thunderbird