summaryrefslogtreecommitdiff
path: root/mail/thunderbird
diff options
context:
space:
mode:
authortaya <taya>2004-07-06 13:40:57 +0000
committertaya <taya>2004-07-06 13:40:57 +0000
commitc68fa0668a0985ab299de13cd11a2d680d724fd4 (patch)
tree9e7a13c338e33e380f884015494b8655ea6a99f2 /mail/thunderbird
parente61decdfa5384e29533fd42b0d3d51a50cde90d8 (diff)
downloadpkgsrc-c68fa0668a0985ab299de13cd11a2d680d724fd4.tar.gz
Update thunderbird 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/thunderbird')
-rw-r--r--mail/thunderbird/MESSAGE4
-rw-r--r--mail/thunderbird/Makefile4
-rw-r--r--mail/thunderbird/distinfo8
-rw-r--r--mail/thunderbird/patches/patch-by23
4 files changed, 31 insertions, 8 deletions
diff --git a/mail/thunderbird/MESSAGE b/mail/thunderbird/MESSAGE
new file mode 100644
index 00000000000..0be21c7bcfd
--- /dev/null
+++ b/mail/thunderbird/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/Makefile b/mail/thunderbird/Makefile
index 8b58ebfb8bf..82f80d2ad7b 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2004/06/24 23:09:55 taya Exp $
+# $NetBSD: Makefile,v 1.5 2004/07/06 13:40:57 taya Exp $
MOZILLA= thunderbird
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}/ \
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo
index e67dcfa6274..32edd22e566 100644
--- a/mail/thunderbird/distinfo
+++ b/mail/thunderbird/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2004/06/24 23:09:55 taya Exp $
+$NetBSD: distinfo,v 1.5 2004/07/06 13:40:57 taya Exp $
-SHA1 (thunderbird-0.7-source.tar.bz2) = 945c77869fa066e2b9ae3d923c1b22f728bddbe7
-Size (thunderbird-0.7-source.tar.bz2) = 32523616 bytes
+SHA1 (thunderbird-0.7.1-source.tar.bz2) = 7747c35f19e7461dc8b1487fa45e205bae12d2fc
+Size (thunderbird-0.7.1-source.tar.bz2) = 33974414 bytes
SHA1 (patch-aa) = 9225a7a2c9b4545e800008169d4d88452c85d1a9
SHA1 (patch-ab) = 0c1f2d6cca09b4dd6b168ed29d84d245967a3369
SHA1 (patch-ac) = e9bc27529cf595ab6f120d9021dd7d6c49112084
@@ -31,4 +31,4 @@ SHA1 (patch-bu) = db33b8651e3cb1fbf9a18dbe78e1e8288cfda0ee
SHA1 (patch-bv) = 4f23dfd885131ea866f31370f1421e7c19706860
SHA1 (patch-bw) = fc3a518d3762be6e85104a6dc7fffd5ae1a463c8
SHA1 (patch-bx) = 721c58f89c829ec3dfd72a311d49c211833b107c
-SHA1 (patch-by) = 5c226fb01508decdf13c0db505066623d7636a0f
+SHA1 (patch-by) = 643185af7a0df7030b2b96447ee4031dc9c82f88
diff --git a/mail/thunderbird/patches/patch-by b/mail/thunderbird/patches/patch-by
index 7e2e8fd3954..65e7d988bcb 100644
--- a/mail/thunderbird/patches/patch-by
+++ b/mail/thunderbird/patches/patch-by
@@ -1,8 +1,27 @@
-$NetBSD: patch-by,v 1.1 2004/06/24 23:09:56 taya Exp $
+$NetBSD: patch-by,v 1.2 2004/07/06 13:40:57 taya Exp $
diff -ru ../Orig/mozilla/layout/svg/renderer/src/libart/nsSVGLibartGlyphMetricsFT.cpp ./layout/svg/renderer/src/libart/nsSVGLibartGlyphMetricsFT.cpp
--- ../Orig/mozilla/layout/svg/renderer/src/libart/nsSVGLibartGlyphMetricsFT.cpp 2004-03-19 10:36:16.000000000 +0900
-+++ ./layout/svg/renderer/src/libart/nsSVGLibartGlyphMetricsFT.cpp 2004-06-15 23:57:02.000000000 +0900
++++ ./layout/svg/renderer/src/libart/nsSVGLibartGlyphMetricsFT.cpp 2004-07-04 22:59:19.000000000 +0900
+@@ -155,15 +155,15 @@
+
+ static NS_NAMED_LITERAL_STRING(arial, "arial");
+ nsSVGLibartGlyphMetricsFT::sFontAliases.Put(NS_LITERAL_STRING("helvetica"),
+- &arial);
++ (nsDependentString *)&arial);
+
+ static NS_NAMED_LITERAL_STRING(courier, "courier new");
+ nsSVGLibartGlyphMetricsFT::sFontAliases.Put(NS_LITERAL_STRING("courier"),
+- &courier);
++ (nsDependentString *)&courier);
+
+ static NS_NAMED_LITERAL_STRING(times, "times new roman");
+ nsSVGLibartGlyphMetricsFT::sFontAliases.Put(NS_LITERAL_STRING("times"),
+- &times);
++ (nsDependentString *)&times);
+ }
+
+ void NS_FreeSVGLibartGlyphMetricsFTGlobals()
@@ -440,19 +440,19 @@
return;
}