diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-06-13 19:55:24 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-06-13 19:55:24 +0000 |
commit | d7a356db13b9efca7aa45371d5f4c2c39bfa2dbf (patch) | |
tree | f8342fa27f4a8858fb8d2d8ea7e4d5bc7213d341 /mail/thunderbird-i18n/Makefile | |
parent | www/firefox-esr: update to 52.2.0 (diff) |
mail/thunderbird: update to 52.2.0
Changes: https://www.mozilla.org/thunderbird/52.2.0/releasenotes/
Changes: https://hg.mozilla.org/releases/comm-esr52/shortlog/THUNDERBIRD_52_2_0_RELEASE
Security: 6cec1b0a-da15-467d-8691-1dea392d4c8d
MFH: 2017Q2
Diffstat (limited to 'mail/thunderbird-i18n/Makefile')
-rw-r--r-- | mail/thunderbird-i18n/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/thunderbird-i18n/Makefile b/mail/thunderbird-i18n/Makefile index 909958682602..4e7aa04cf082 100644 --- a/mail/thunderbird-i18n/Makefile +++ b/mail/thunderbird-i18n/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 52.1.1 +PORTVERSION= 52.2.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build4/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} |