diff options
author | cmt <cmt@FreeBSD.org> | 2017-05-02 04:13:35 +0800 |
---|---|---|
committer | cmt <cmt@FreeBSD.org> | 2017-05-02 04:13:35 +0800 |
commit | da2aaa208509a4a0a2e1d5c519bd3a2b9ddf19f5 (patch) | |
tree | 6e7df7c5cbd9277c690df2cb69933cb3d43fd52f /mail/thunderbird/Makefile | |
parent | 67dbe890894b963c9970405b74aa77b8dbf8bdaa (diff) | |
download | freebsd-ports-gnome-da2aaa208509a4a0a2e1d5c519bd3a2b9ddf19f5.tar.gz freebsd-ports-gnome-da2aaa208509a4a0a2e1d5c519bd3a2b9ddf19f5.tar.zst freebsd-ports-gnome-da2aaa208509a4a0a2e1d5c519bd3a2b9ddf19f5.zip |
mail/thunderbird: update to 52.1.0
https://www.mozilla.org/en-US/thunderbird/52.1.0/releasenotes/
PR: 219006
Approved by: jbeich (maintainer)
MFH: 2017Q2
Security: 5e0a038a-ca30-416d-a2f5-38cbf5e7df33
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index f574fba15f4c..52acedb7333b 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 52.0.1 -PORTREVISION= 1 +DISTVERSION= 52.1.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build4/source |