diff options
author | cmt <cmt@FreeBSD.org> | 2017-03-03 02:10:09 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 19:57:03 +0800 |
commit | 099dc18c7279590c7bc35ea3a8e0e624c73463fb (patch) | |
tree | e129de8e9cf744821a66bc2a1c42dbba021890e9 /mail/linux-thunderbird/Makefile | |
parent | 0f3194c220eb433dbf1489f2c1de71a67c6b8cb9 (diff) | |
download | freebsd-ports-gnome-099dc18c7279590c7bc35ea3a8e0e624c73463fb.tar.gz freebsd-ports-gnome-099dc18c7279590c7bc35ea3a8e0e624c73463fb.tar.zst freebsd-ports-gnome-099dc18c7279590c7bc35ea3a8e0e624c73463fb.zip |
update thunderbird to 45.7.1
https://www.mozilla.org/en-US/thunderbird/45.7.0/releasenotes/
https://www.mozilla.org/en-US/thunderbird/45.7.1/releasenotes/
After changes in packaging in ports r428672, profiles using lightning
will have to be recreated.
PR: 216584
Approved by: jbeich (maintainer), rene (mentor, implicit)
MFH: 2017Q1
Security: e60169c4-aa86-46b0-8ae2-0d81f683df09 e60169c4-aa86-46b0-8ae2-0d81f683df09
Diffstat (limited to 'mail/linux-thunderbird/Makefile')
-rw-r--r-- | mail/linux-thunderbird/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/linux-thunderbird/Makefile b/mail/linux-thunderbird/Makefile index 51c1b30565ab..14abc68bfdad 100644 --- a/mail/linux-thunderbird/Makefile +++ b/mail/linux-thunderbird/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 45.6.0 -PORTREVISION= 1 +DISTVERSION= 45.7.1 +PORTREVISION= 0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US |