diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-04-13 03:18:55 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-04-13 03:18:55 +0800 |
commit | 447510687116c3ef1b81bae9563eee5bec3e4b8b (patch) | |
tree | f664ae9c72bc07e9347d596062d32e310cb5ede2 /Mk/Uses | |
parent | 08d73d416dd3ffd858a4b0e652ae6829d6d1852a (diff) | |
download | freebsd-ports-gnome-447510687116c3ef1b81bae9563eee5bec3e4b8b.tar.gz freebsd-ports-gnome-447510687116c3ef1b81bae9563eee5bec3e4b8b.tar.zst freebsd-ports-gnome-447510687116c3ef1b81bae9563eee5bec3e4b8b.zip |
mail/thunderbird: update to 45.0 (rc1)
Changes: https://www.mozilla.org/thunderbird/45.0/releasenotes/
Security: 92d44f83-a7bf-41cf-91ee-3d1b8ecf579f
MFH: 2016Q2
Diffstat (limited to 'Mk/Uses')
-rw-r--r-- | Mk/Uses/gecko.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/Uses/gecko.mk b/Mk/Uses/gecko.mk index 8588436bc4e7..57f95814f946 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= 38 -_GECKO_VERSIONS= 38 +_GECKO_DEFAULT_VERSION= 45 +_GECKO_VERSIONS= 45 _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 -38_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:mail/thunderbird +45_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:mail/thunderbird .else IGNORE= Unknown type of gecko dependency you may specify either libxul, firefox, seamonkey or thunderbird |