diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-10-11 23:33:59 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-10-11 23:33:59 +0000 |
commit | 16dd98723883b45ced8375642784df40f92cb733 (patch) | |
tree | 8876316fc6a8796e19d53557e19e576f4ccfc426 /mail/thunderbird/Makefile | |
parent | 10da05b990ab36c8d23bad0314fa46cdb622d591 (diff) | |
download | pkgsrc-16dd98723883b45ced8375642784df40f92cb733.tar.gz |
Update to 38.3.0
Changelog:
New Saved files tab now implements Search field and Clear button.
Fixed (Right-)Clicking on a newsgroup now allows directly composing a message again
Fixed Importing to the address book from CSV now works with international characters
Fixed Thunderbird no longer crashes when executing filter rules when using maildir
Fixed When using the maildir storage format, the INBOX folder is no longer deleted
Fixed Emails with long References headers are now decoded correctly
Fixed Checking for new messages correctly works after hibernation again
Fixed Chat entries are no longer sometimes lost in global database at shutdown.
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 abaa4f702f7..4fb2bc5523d 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.158 2015/10/10 01:58:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.159 2015/10/11 23:33:59 ryoon Exp $ DISTNAME= # empty PKGNAME= thunderbird-${TB_VER} -TB_VER= 38.2.0 -PKGREVISION= 2 +TB_VER= 38.3.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} DISTFILES= thunderbird-${TB_VER}.source.tar.bz2 |