diff options
author | ryoon <ryoon> | 2015-10-11 23:33:59 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2015-10-11 23:33:59 +0000 |
commit | 02ab774a23e9fd12fc50a72e6201c43dc4fe2e02 (patch) | |
tree | 8876316fc6a8796e19d53557e19e576f4ccfc426 /mail/thunderbird | |
parent | b8dd4a8da1070321084ef8a50b3fab11bd32c467 (diff) | |
download | pkgsrc-02ab774a23e9fd12fc50a72e6201c43dc4fe2e02.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')
-rw-r--r-- | mail/thunderbird/Makefile | 5 | ||||
-rw-r--r-- | mail/thunderbird/distinfo | 8 |
2 files changed, 6 insertions, 7 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 diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index 957096c1bdf..76d820f0107 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.165 2015/09/27 23:46:31 tnn Exp $ +$NetBSD: distinfo,v 1.166 2015/10/11 23:33:59 ryoon Exp $ -SHA1 (thunderbird-38.2.0.source.tar.bz2) = 0e27c54ee63b71cd7e8ff4fd87bbe66e0a16ffc1 -RMD160 (thunderbird-38.2.0.source.tar.bz2) = 62d8388cf8998bd051ee6b899a98883dd278d85b -Size (thunderbird-38.2.0.source.tar.bz2) = 204448261 bytes +SHA1 (thunderbird-38.3.0.source.tar.bz2) = 7c8ef066d6b6516fddbb654b38353f894f85d469 +RMD160 (thunderbird-38.3.0.source.tar.bz2) = 0b30a430d9006d737a7116b63c66b8a1843c0381 +Size (thunderbird-38.3.0.source.tar.bz2) = 204361602 bytes SHA1 (patch-aa) = 199400ee6dc3c727c950e33ccc65cf57b81cdcb7 SHA1 (patch-al) = 81a733e9b13a47abfef818ecd10d7ef18a191855 SHA1 (patch-ao) = 2b4cfb8f06cb137058be7aa47ab7a3cada7cbfe1 |