summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortaya <taya>2004-07-06 13:41:35 +0000
committertaya <taya>2004-07-06 13:41:35 +0000
commit5b793181bf6ce396b3966f16a01469327bb72a47 (patch)
tree04f6b65b131c1fc7e74d2b22e3c994c4744d8718 /mail
parent0de1babf95f14cb2a79699c074d16bff897e6c05 (diff)
downloadpkgsrc-5b793181bf6ce396b3966f16a01469327bb72a47.tar.gz
Update thunderbird-gtk2 to 0.7.1
From the article from mozillazine.org: mozilla.org today released upgrades to both Firefox 0.9 (0.9.1) and Thunderbird 0.7 (0.7.1) to fix some minor bugs present in both releases. Both releases correct some flaws in the extension system that some users may have been experiencing, as well as a new icon set for the navigation toolbar on Windows and Linux in Firefox 0.9.1. All users of both products should get this upgrade.
Diffstat (limited to 'mail')
-rw-r--r--mail/thunderbird-gtk2/MESSAGE4
-rw-r--r--mail/thunderbird-gtk2/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/mail/thunderbird-gtk2/MESSAGE b/mail/thunderbird-gtk2/MESSAGE
new file mode 100644
index 00000000000..0be21c7bcfd
--- /dev/null
+++ b/mail/thunderbird-gtk2/MESSAGE
@@ -0,0 +1,4 @@
+If you have ever run another version of thunderbird or thunderbird-gtk2, you
+must remove compreg.dat under your thunderbird profile before you run thunderbird.
+e.g.
+ rm ~/.thunderbird/*/compreg.dat
diff --git a/mail/thunderbird-gtk2/Makefile b/mail/thunderbird-gtk2/Makefile
index 57a7cdf9076..6822217afa5 100644
--- a/mail/thunderbird-gtk2/Makefile
+++ b/mail/thunderbird-gtk2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2004/06/24 23:10:36 taya Exp $
+# $NetBSD: Makefile,v 1.4 2004/07/06 13:41:35 taya Exp $
MOZILLA= thunderbird-gtk2
MOZILLA_BIN= thunderbird-bin
-MOZ_VER= 0.7
+MOZ_VER= 0.7.1
EXTRACT_SUFX= .tar.bz2
DISTNAME= thunderbird-${MOZ_VER}-source
MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${MOZ_VER}/ \