diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-06-14 03:55:24 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-06-14 03:55:24 +0800 |
commit | 3096a5b7f114c3efa4417ae135d210915f7b55d1 (patch) | |
tree | f8342fa27f4a8858fb8d2d8ea7e4d5bc7213d341 /mail/thunderbird/Makefile | |
parent | d69123ce2aa3e7f26b3474f5b02a2a2dd6930be7 (diff) | |
download | freebsd-ports-gnome-3096a5b7f114c3efa4417ae135d210915f7b55d1.tar.gz freebsd-ports-gnome-3096a5b7f114c3efa4417ae135d210915f7b55d1.tar.zst freebsd-ports-gnome-3096a5b7f114c3efa4417ae135d210915f7b55d1.zip |
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/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index e0e0fbbd04da..b6c82c9db4f1 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 52.1.1 -PORTREVISION= 1 +DISTVERSION= 52.2.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build4/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} |