pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/claws-mail update to 3.7.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7df6b4b783c
branches:  trunk
changeset: 399222:d7df6b4b783c
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Sep 15 10:27:02 2009 +0000

description:
update to 3.7.2
changes:
Default Cc, Bcc and Reply-To options have been added to Folder
 Properties.
MIME parts that lack an end boundary are now handled, (even though
 they're INVALID!).
A 'Metadata handling' option has been added to the Miscellaneous
 options page. The options are 'safer' or 'faster'. 'faster' is
 Claws' original behaviour. 'safer' prevents data loss on system
 crashes where the filesystem is of a 'not-so-robust' variety, e.g.
 xfs. If in doubt, use 'safer'. This option defaults to 'safer'.
Face and X-Face previews have been added to the Custom Header
 Configuration dialogue in Account preferences.
An option has been added to the Receive page of IMAP account
 preferences, "Move deleted mails to trash and expunge immediately".
 This option is on by default to avoid changing the existing
 behaviour. Turning it off prevents automatic expunging.
 Also, 'Tools/Expunge' and 'View/Hide deleted messages' menu items
 have been added to main toolbar.
Support for clickable gopher:// links has been added.
In the Compose window a warning dialogue is raised if attachments
 that have been added no longer exist on the filesystem at the time
 of sending.
Buttons to clear header lines in the Compose window have been
 added.
GnuTLS compatibility mode is now used, this avoids problems with
 servers that don't comply 100% with the spec, but still exist.
tools/csv2addressbook.pl
 thunderbird import for version 2.0.0.21 has been added.
translation updates
bugfixes

diffstat:

 mail/claws-mail/Makefile         |   4 ++--
 mail/claws-mail/Makefile.vers    |   4 ++--
 mail/claws-mail/PLIST            |   7 ++++++-
 mail/claws-mail/distinfo         |   9 ++++-----
 mail/claws-mail/patches/patch-ag |  13 -------------
 5 files changed, 14 insertions(+), 23 deletions(-)

diffs (100 lines):

diff -r 194ac1cee974 -r d7df6b4b783c mail/claws-mail/Makefile
--- a/mail/claws-mail/Makefile  Tue Sep 15 10:03:48 2009 +0000
+++ b/mail/claws-mail/Makefile  Tue Sep 15 10:27:02 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2009/08/29 13:24:14 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2009/09/15 10:27:02 drochner Exp $
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 INSTALLATION_DIRS+=    ${EGDIR}
@@ -7,7 +7,6 @@
 .include "Makefile.common"
 
 PKGNAME=       claws-mail-${CLAWS_VERSION}
-PKGREVISION=   2
 
 MAINTAINER=    smb%NetBSD.org@localhost
 COMMENT=       X based e-mail and netnews client
@@ -76,5 +75,6 @@
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../x11/startup-notification/buildlink3.mk"
 .include "../../x11/libSM/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r 194ac1cee974 -r d7df6b4b783c mail/claws-mail/Makefile.vers
--- a/mail/claws-mail/Makefile.vers     Tue Sep 15 10:03:48 2009 +0000
+++ b/mail/claws-mail/Makefile.vers     Tue Sep 15 10:27:02 2009 +0000
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.vers,v 1.8 2009/01/11 03:11:37 smb Exp $
+# $NetBSD: Makefile.vers,v 1.9 2009/09/15 10:27:02 drochner Exp $
 #
-CLAWS_VERSION= 3.7.0
+CLAWS_VERSION= 3.7.2
diff -r 194ac1cee974 -r d7df6b4b783c mail/claws-mail/PLIST
--- a/mail/claws-mail/PLIST     Tue Sep 15 10:03:48 2009 +0000
+++ b/mail/claws-mail/PLIST     Tue Sep 15 10:27:02 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2009/06/14 18:04:27 joerg Exp $
+@comment $NetBSD: PLIST,v 1.13 2009/09/15 10:27:02 drochner Exp $
 bin/claws-mail
 bin/sylpheed-claws
 include/claws-mail/account.h
@@ -114,6 +114,7 @@
 include/claws-mail/gtk/prefswindow.h
 include/claws-mail/gtk/progressdialog.h
 include/claws-mail/gtk/quicksearch.h
+include/claws-mail/gtk/spell_entry.h
 include/claws-mail/gtk/sslcertwindow.h
 include/claws-mail/headerview.h
 include/claws-mail/html.h
@@ -243,11 +244,15 @@
 share/locale/fi/LC_MESSAGES/claws-mail.mo
 share/locale/fr/LC_MESSAGES/claws-mail.mo
 share/locale/hu/LC_MESSAGES/claws-mail.mo
+share/locale/id/LC_MESSAGES/claws-mail.mo
 share/locale/it/LC_MESSAGES/claws-mail.mo
+share/locale/ja/LC_MESSAGES/claws-mail.mo
 share/locale/nl/LC_MESSAGES/claws-mail.mo
 share/locale/pl/LC_MESSAGES/claws-mail.mo
 share/locale/pt_BR/LC_MESSAGES/claws-mail.mo
+share/locale/pt_PT/LC_MESSAGES/claws-mail.mo
 share/locale/ru/LC_MESSAGES/claws-mail.mo
 share/locale/cs/LC_MESSAGES/claws-mail.mo
+share/locale/sk/LC_MESSAGES/claws-mail.mo
 share/locale/sv/LC_MESSAGES/claws-mail.mo
 share/locale/zh_CN/LC_MESSAGES/claws-mail.mo
diff -r 194ac1cee974 -r d7df6b4b783c mail/claws-mail/distinfo
--- a/mail/claws-mail/distinfo  Tue Sep 15 10:03:48 2009 +0000
+++ b/mail/claws-mail/distinfo  Tue Sep 15 10:27:02 2009 +0000
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.12 2009/01/11 03:11:37 smb Exp $
+$NetBSD: distinfo,v 1.13 2009/09/15 10:27:02 drochner Exp $
 
-SHA1 (claws-mail-3.7.0.tar.bz2) = f0627f50c6a60467a7c9ebc9b543d1c4c234f5e8
-RMD160 (claws-mail-3.7.0.tar.bz2) = ac02b5d9eb9faab2e3bb02c48a45a2bd44b8d591
-Size (claws-mail-3.7.0.tar.bz2) = 5346500 bytes
+SHA1 (claws-mail-3.7.2.tar.bz2) = 4e988793ac6258c26d61c06af5b7ecf1e965389f
+RMD160 (claws-mail-3.7.2.tar.bz2) = f37e7466f06fdf5dd878d45f1acdb04667c5d1b0
+Size (claws-mail-3.7.2.tar.bz2) = 5907134 bytes
 SHA1 (patch-ab) = d908b8b47b525aa9d6ed677e5c1d5e5eddf74cc0
 SHA1 (patch-ae) = 0312eeaaf2d31ab72d771598062019127c69cbef
 SHA1 (patch-af) = 2655fac7e0e7bfb2d50291537eab9481dbc83691
-SHA1 (patch-ag) = d3fc46f5b3125e336fb8edabeaa61e847e06f027
diff -r 194ac1cee974 -r d7df6b4b783c mail/claws-mail/patches/patch-ag
--- a/mail/claws-mail/patches/patch-ag  Tue Sep 15 10:03:48 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.3 2009/01/11 03:11:37 smb Exp $
-
---- tools/popfile-link.sh.orig 2009-01-10 18:04:13.000000000 -0500
-+++ tools/popfile-link.sh      2009-01-10 18:04:40.000000000 -0500
-@@ -32,7 +32,7 @@
- 
- 
- SESSION_ID=""
--if [ "$1" == "--ask-session-id" ]
-+if [ "$1" = "--ask-session-id" ]
- then
-       shift
-       SESSION_ID=$(gxmessage -entry -center -wrap -buttons "OK:0,Cancel:1" -default "OK" \



Home | Main Index | Thread Index | Old Index