pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/thunderbird Update thunderbird to 0.7.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d33799bcb263
branches:  trunk
changeset: 477616:d33799bcb263
user:      taya <taya%pkgsrc.org@localhost>
date:      Tue Jul 06 13:40:57 2004 +0000

description:
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:

 mail/thunderbird/MESSAGE          |   4 ++++
 mail/thunderbird/Makefile         |   4 ++--
 mail/thunderbird/distinfo         |   8 ++++----
 mail/thunderbird/patches/patch-by |  23 +++++++++++++++++++++--
 4 files changed, 31 insertions(+), 8 deletions(-)

diffs (75 lines):

diff -r 92f2477107be -r d33799bcb263 mail/thunderbird/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/thunderbird/MESSAGE  Tue Jul 06 13:40:57 2004 +0000
@@ -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 -r 92f2477107be -r d33799bcb263 mail/thunderbird/Makefile
--- a/mail/thunderbird/Makefile Tue Jul 06 13:34:37 2004 +0000
+++ b/mail/thunderbird/Makefile Tue Jul 06 13:40:57 2004 +0000
@@ -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 -r 92f2477107be -r d33799bcb263 mail/thunderbird/distinfo
--- a/mail/thunderbird/distinfo Tue Jul 06 13:34:37 2004 +0000
+++ b/mail/thunderbird/distinfo Tue Jul 06 13:40:57 2004 +0000
@@ -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-bv) = 4f23dfd885131ea866f31370f1421e7c19706860
 SHA1 (patch-bw) = fc3a518d3762be6e85104a6dc7fffd5ae1a463c8
 SHA1 (patch-bx) = 721c58f89c829ec3dfd72a311d49c211833b107c
-SHA1 (patch-by) = 5c226fb01508decdf13c0db505066623d7636a0f
+SHA1 (patch-by) = 643185af7a0df7030b2b96447ee4031dc9c82f88
diff -r 92f2477107be -r d33799bcb263 mail/thunderbird/patches/patch-by
--- a/mail/thunderbird/patches/patch-by Tue Jul 06 13:34:37 2004 +0000
+++ b/mail/thunderbird/patches/patch-by Tue Jul 06 13:40:57 2004 +0000
@@ -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;
    }



Home | Main Index | Thread Index | Old Index