pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Updated claws-mail and all of its plug-ins to 3.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/647bb19d32b8
branches:  trunk
changeset: 552861:647bb19d32b8
user:      smb <smb%pkgsrc.org@localhost>
date:      Sun Jan 11 03:11:37 2009 +0000

description:
Updated claws-mail and all of its plug-ins to 3.7.0

* 3.7.0
-------

* Expanding/Collapsing of threads is now approximately 95% faster.

* Cache reading is now approximately 10% faster.

* The shortcut key settings of the main window and the message list
  context menus are now connected.

* The preferences on the 'Other' page have now been moved to
  Other/Miscellaneous. The parent pages are now unselectable and the
  first page is automatically selected on opening the preferences.

* In the Compose window, on the Others tab, the 'Save message to'
  entry now has a drop-down list of the previous save locations.

*  In the Compose window, the Attachments Properties window is now
   confirmed and closed with the Return key.

* When using an external editor to compose messages, the message is
  automatically saved to Drafts when the external editor is closed.

* A hidden option has been added, 'primary_paste_unselects' which
  causes the primary buffer to be cleared and the insertion point to
  be repositioned when the middle mouse button is used for pasting
  text. It is turned off by default.

* In the Actions window, the Escape key now cancels the action
  editing.

* Offline SSL certificate verification has been added.

* Privacy plugins: The decryption failure messages are now shown
  in the NoticeView just above the message text rather than in a
  popup window.

* Privacy plugins: when listing the UIDs during a signature check,
  show the UID validity

* tools/popfile-link.sh
  Support for reusing existing POPFile session ID has been added.

* tools/kdeservicemenu
  Support for kde4 has been added.

* win32: better integration has been implemented by using the
  standard file associations.

diffstat:

 doc/CHANGES-2009                      |   3 ++-
 mail/claws-mail-archive/Makefile      |   8 ++++----
 mail/claws-mail-archive/PLIST         |   4 +++-
 mail/claws-mail-archive/distinfo      |   8 ++++----
 mail/claws-mail-attachwarner/Makefile |   8 ++++----
 mail/claws-mail-attachwarner/PLIST    |   3 ++-
 mail/claws-mail-attachwarner/distinfo |   8 ++++----
 mail/claws-mail-attremover/Makefile   |   8 ++++----
 mail/claws-mail-attremover/distinfo   |   8 ++++----
 mail/claws-mail-bogofilter/Makefile   |   4 ++--
 mail/claws-mail-cachesaver/Makefile   |   4 ++--
 mail/claws-mail-dillo-viewer/Makefile |   4 ++--
 mail/claws-mail-fetchinfo/Makefile    |   7 +++----
 mail/claws-mail-gtkhtml/Makefile      |   9 ++++-----
 mail/claws-mail-gtkhtml/PLIST         |   5 ++---
 mail/claws-mail-gtkhtml/distinfo      |   8 ++++----
 mail/claws-mail-mailmbox/Makefile     |   8 ++++----
 mail/claws-mail-mailmbox/distinfo     |   8 ++++----
 mail/claws-mail-newmail/Makefile      |   8 ++++----
 mail/claws-mail-newmail/distinfo      |   8 ++++----
 mail/claws-mail-notification/Makefile |   8 ++++----
 mail/claws-mail-notification/distinfo |   8 ++++----
 mail/claws-mail-pgp/Makefile          |   8 ++++----
 mail/claws-mail-pgpcore/buildlink3.mk |   4 ++--
 mail/claws-mail-pgpinline/Makefile    |   4 ++--
 mail/claws-mail-rssyl/Makefile        |   8 ++++----
 mail/claws-mail-rssyl/PLIST           |   3 ++-
 mail/claws-mail-rssyl/distinfo        |   8 ++++----
 mail/claws-mail-spamreport/Makefile   |   9 ++++-----
 mail/claws-mail-spamreport/PLIST      |   5 ++---
 mail/claws-mail-spamreport/distinfo   |   8 ++++----
 mail/claws-mail-synce/Makefile        |   8 ++++----
 mail/claws-mail-synce/distinfo        |   8 ++++----
 mail/claws-mail-tnef/Makefile         |   9 ++++-----
 mail/claws-mail-tnef/PLIST            |   5 ++---
 mail/claws-mail-tnef/distinfo         |   8 ++++----
 mail/claws-mail-vcalendar/Makefile    |   8 ++++----
 mail/claws-mail-vcalendar/PLIST       |   5 +++--
 mail/claws-mail-vcalendar/distinfo    |   8 ++++----
 mail/claws-mail/Makefile.vers         |   4 ++--
 mail/claws-mail/PLIST                 |   5 ++---
 mail/claws-mail/buildlink3.mk         |   4 ++--
 mail/claws-mail/distinfo              |  10 +++++-----
 mail/claws-mail/patches/patch-ag      |  13 +++++++++++++
 mail/clawsker/Makefile                |   7 ++++---
 45 files changed, 159 insertions(+), 147 deletions(-)

diffs (truncated from 832 to 300 lines):

diff -r 665c534803f9 -r 647bb19d32b8 doc/CHANGES-2009
--- a/doc/CHANGES-2009  Sun Jan 11 02:50:46 2009 +0000
+++ b/doc/CHANGES-2009  Sun Jan 11 03:11:37 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2009,v 1.163 2009/01/10 23:47:26 markd Exp $
+$NetBSD: CHANGES-2009,v 1.164 2009/01/11 03:12:48 smb Exp $
 
 Changes to the packages collection and infrastructure in 2009:
 
@@ -210,3 +210,4 @@
        Added textproc/ebook-tools version 0.1.1 [wiz 2009-01-10]
        Updated mail/libspf2 to 1.2.9 [adrianp 2009-01-10]
        Updated textproc/soprano to 2.1.64 [markd 2009-01-10]
+       Updated mail/claws-mail to 3.7.0 [smb 2009-01-10]
diff -r 665c534803f9 -r 647bb19d32b8 mail/claws-mail-archive/Makefile
--- a/mail/claws-mail-archive/Makefile  Sun Jan 11 02:50:46 2009 +0000
+++ b/mail/claws-mail-archive/Makefile  Sun Jan 11 03:11:37 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2008/10/15 16:22:02 smb Exp $
+# $NetBSD: Makefile,v 1.4 2009/01/11 03:11:37 smb Exp $
 #
 
-DISTNAME=      archive-0.6.2
-PKGNAME=       claws-mail-archive-0.6.2
+DISTNAME=      archive-0.6.3
+PKGNAME=       claws-mail-archive-0.6.3
 CATEGORIES=    mail
 MASTER_SITES=  http://claws-mail.org/downloads/plugins/
 
@@ -11,7 +11,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-DEPENDS+=      claws-mail-3.6.1{,nb[0-9]*}:../../mail/claws-mail
+DEPENDS+=      claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 665c534803f9 -r 647bb19d32b8 mail/claws-mail-archive/PLIST
--- a/mail/claws-mail-archive/PLIST     Sun Jan 11 02:50:46 2009 +0000
+++ b/mail/claws-mail-archive/PLIST     Sun Jan 11 03:11:37 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2008/10/21 12:10:08 tonnerre Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/01/11 03:11:37 smb Exp $
 include/claws-mail/plugins/archive/archiver.h
 include/claws-mail/plugins/archive/archiver_prefs.h
 lib/claws-mail/plugins/archive.la
@@ -7,6 +7,8 @@
 share/locale/fr/LC_MESSAGES/archive.mo
 share/locale/hu/LC_MESSAGES/archive.mo
 share/locale/pt_BR/LC_MESSAGES/archive.mo
+share/locale/cs/LC_MESSAGES/archive.mo
+share/locale/ru/LC_MESSAGES/archive.mo
 @dirrm lib/claws-mail/plugins
 @dirrm include/claws-mail/plugins/archive
 @dirrm include/claws-mail/plugins
diff -r 665c534803f9 -r 647bb19d32b8 mail/claws-mail-archive/distinfo
--- a/mail/claws-mail-archive/distinfo  Sun Jan 11 02:50:46 2009 +0000
+++ b/mail/claws-mail-archive/distinfo  Sun Jan 11 03:11:37 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2008/10/15 16:22:02 smb Exp $
+$NetBSD: distinfo,v 1.3 2009/01/11 03:11:37 smb Exp $
 
-SHA1 (archive-0.6.2.tar.gz) = 0601ecac921ca1c36131632dfcecbf079de1948a
-RMD160 (archive-0.6.2.tar.gz) = 50769fdd835fe87d79ce027fa428e682fb635790
-Size (archive-0.6.2.tar.gz) = 426391 bytes
+SHA1 (archive-0.6.3.tar.gz) = 83484bde94f4c03c8bc43f07c186515ed9e5ac56
+RMD160 (archive-0.6.3.tar.gz) = 950bbb0f17dcaf21833d700d10f33d5761bbb825
+Size (archive-0.6.3.tar.gz) = 440777 bytes
diff -r 665c534803f9 -r 647bb19d32b8 mail/claws-mail-attachwarner/Makefile
--- a/mail/claws-mail-attachwarner/Makefile     Sun Jan 11 02:50:46 2009 +0000
+++ b/mail/claws-mail-attachwarner/Makefile     Sun Jan 11 03:11:37 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2008/10/15 16:22:02 smb Exp $
+# $NetBSD: Makefile,v 1.12 2009/01/11 03:11:37 smb Exp $
 #
 
-DISTNAME=      attachwarner-0.2.14
-PKGNAME=       claws-mail-attachwarner-0.2.14
+DISTNAME=      attachwarner-0.2.15
+PKGNAME=       claws-mail-attachwarner-0.2.15
 CATEGORIES=    mail
 MASTER_SITES=  http://claws-mail.org/downloads/plugins/
 
@@ -13,7 +13,7 @@
 
 PLIST_SRC+=    PLIST
 
-DEPENDS+=      claws-mail-3.6.1{,nb[0-9]*}:../../mail/claws-mail
+DEPENDS+=      claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 665c534803f9 -r 647bb19d32b8 mail/claws-mail-attachwarner/PLIST
--- a/mail/claws-mail-attachwarner/PLIST        Sun Jan 11 02:50:46 2009 +0000
+++ b/mail/claws-mail-attachwarner/PLIST        Sun Jan 11 03:11:37 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2008/10/21 12:13:05 tonnerre Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/01/11 03:11:37 smb Exp $
 lib/claws-mail/plugins/attachwarner.la
 share/locale/ca/LC_MESSAGES/attachwarner.mo
 share/locale/cs/LC_MESSAGES/attachwarner.mo
@@ -11,6 +11,7 @@
 share/locale/pl/LC_MESSAGES/attachwarner.mo
 share/locale/pt_BR/LC_MESSAGES/attachwarner.mo
 share/locale/ru/LC_MESSAGES/attachwarner.mo
+share/locale/cs/LC_MESSAGES/attachwarner.mo
 share/locale/sk/LC_MESSAGES/attachwarner.mo
 share/locale/sr/LC_MESSAGES/attachwarner.mo
 @dirrm lib/claws-mail/plugins
diff -r 665c534803f9 -r 647bb19d32b8 mail/claws-mail-attachwarner/distinfo
--- a/mail/claws-mail-attachwarner/distinfo     Sun Jan 11 02:50:46 2009 +0000
+++ b/mail/claws-mail-attachwarner/distinfo     Sun Jan 11 03:11:37 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2008/10/15 16:22:02 smb Exp $
+$NetBSD: distinfo,v 1.6 2009/01/11 03:11:37 smb Exp $
 
-SHA1 (attachwarner-0.2.14.tar.gz) = 863e6de20e11150d119aafe40f2e002ded1d9c6b
-RMD160 (attachwarner-0.2.14.tar.gz) = 8e3e5bf5e676f1ff02045e57bb8ab36e975fb5f5
-Size (attachwarner-0.2.14.tar.gz) = 404420 bytes
+SHA1 (attachwarner-0.2.15.tar.gz) = af3f7cf328f5f9edd3c32de73679f01700f57518
+RMD160 (attachwarner-0.2.15.tar.gz) = 790036d6d1dbe3c163a8e0937166835550d2733c
+Size (attachwarner-0.2.15.tar.gz) = 405159 bytes
diff -r 665c534803f9 -r 647bb19d32b8 mail/claws-mail-attremover/Makefile
--- a/mail/claws-mail-attremover/Makefile       Sun Jan 11 02:50:46 2009 +0000
+++ b/mail/claws-mail-attremover/Makefile       Sun Jan 11 03:11:37 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2008/10/15 16:22:02 smb Exp $
+# $NetBSD: Makefile,v 1.11 2009/01/11 03:11:37 smb Exp $
 #
 
-DISTNAME=      att_remover-1.0.9
-PKGNAME=       claws-mail-att_remover-1.0.9
+DISTNAME=      att_remover-1.0.10
+PKGNAME=       claws-mail-att_remover-1.0.10
 CATEGORIES=    mail
 MASTER_SITES=  http://claws-mail.org/downloads/plugins/
 
@@ -11,7 +11,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-DEPENDS+=      claws-mail-3.6.1{,nb[0-9]*}:../../mail/claws-mail
+DEPENDS+=      claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 665c534803f9 -r 647bb19d32b8 mail/claws-mail-attremover/distinfo
--- a/mail/claws-mail-attremover/distinfo       Sun Jan 11 02:50:46 2009 +0000
+++ b/mail/claws-mail-attremover/distinfo       Sun Jan 11 03:11:37 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2008/10/15 16:22:02 smb Exp $
+$NetBSD: distinfo,v 1.5 2009/01/11 03:11:37 smb Exp $
 
-SHA1 (att_remover-1.0.9.tar.gz) = 959171fd5605e83cdc734e3221dbb3a44e281b77
-RMD160 (att_remover-1.0.9.tar.gz) = 0fae9b753408feddc84fb1e50de4c6c0cf9a30a0
-Size (att_remover-1.0.9.tar.gz) = 327333 bytes
+SHA1 (att_remover-1.0.10.tar.gz) = 01831d838bf81cf353f4b9587046343b5de0294c
+RMD160 (att_remover-1.0.10.tar.gz) = 8fb29e8adbd9834156aa99da025d81d9af2b0d35
+Size (att_remover-1.0.10.tar.gz) = 327977 bytes
diff -r 665c534803f9 -r 647bb19d32b8 mail/claws-mail-bogofilter/Makefile
--- a/mail/claws-mail-bogofilter/Makefile       Sun Jan 11 02:50:46 2009 +0000
+++ b/mail/claws-mail-bogofilter/Makefile       Sun Jan 11 03:11:37 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2008/10/15 16:22:02 smb Exp $
+# $NetBSD: Makefile,v 1.11 2009/01/11 03:11:37 smb Exp $
 #
 
 PKG_DESTDIR_SUPPORT=   user-destdir
@@ -12,6 +12,6 @@
 CONFIGURE_ARGS+=       --enable-${PLUGIN_NAME}-plugin
 
 DEPENDS+=      claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
-DEPENDS+=      bogofilter>=1.0.3nb2:../../mail/bogofilter
+DEPENDS+=      bogofilter>=1.1.7:../../mail/bogofilter
 
 .include "../../mk/bsd.pkg.mk"
diff -r 665c534803f9 -r 647bb19d32b8 mail/claws-mail-cachesaver/Makefile
--- a/mail/claws-mail-cachesaver/Makefile       Sun Jan 11 02:50:46 2009 +0000
+++ b/mail/claws-mail-cachesaver/Makefile       Sun Jan 11 03:11:37 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2008/10/15 16:22:02 smb Exp $
+# $NetBSD: Makefile,v 1.11 2009/01/11 03:11:37 smb Exp $
 #
 
 DISTNAME=      cachesaver-0.10.8
@@ -11,7 +11,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-DEPENDS+=      claws-mail-3.6.1{,nb[0-9]*}:../../mail/claws-mail
+DEPENDS+=      claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 665c534803f9 -r 647bb19d32b8 mail/claws-mail-dillo-viewer/Makefile
--- a/mail/claws-mail-dillo-viewer/Makefile     Sun Jan 11 02:50:46 2009 +0000
+++ b/mail/claws-mail-dillo-viewer/Makefile     Sun Jan 11 03:11:37 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2008/10/15 16:22:02 smb Exp $
+# $NetBSD: Makefile,v 1.11 2009/01/11 03:11:37 smb Exp $
 #
 
 PKG_DESTDIR_SUPPORT=   user-destdir
@@ -12,7 +12,7 @@
 CONFIGURE_ARGS+=       --enable-dillo_viewer-plugin
 
 DEPENDS+=      claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
-DEPENDS+=      dillo>=0.8.6nb2:../../www/dillo
+DEPENDS+=      dillo>=2.0:../../www/dillo
 
 .include "../../mail/claws-mail/Makefile.vers"
 .include "../../security/gnutls/buildlink3.mk"
diff -r 665c534803f9 -r 647bb19d32b8 mail/claws-mail-fetchinfo/Makefile
--- a/mail/claws-mail-fetchinfo/Makefile        Sun Jan 11 02:50:46 2009 +0000
+++ b/mail/claws-mail-fetchinfo/Makefile        Sun Jan 11 03:11:37 2009 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2008/12/26 13:21:45 obache Exp $
+# $NetBSD: Makefile,v 1.12 2009/01/11 03:11:37 smb Exp $
 #
 
 DISTNAME=      fetchinfo-plugin-0.4.23
-PKGNAME=       claws-mail-fetchinfo-plugin-0.4.23
-PKGREVISION=   2
+PKGNAME=       claws-mail-fetchinfo-plugin-0.4.24
 CATEGORIES=    mail
 MASTER_SITES=  http://claws-mail.org/downloads/plugins/
 
@@ -12,7 +11,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-DEPENDS+=      claws-mail-3.6.1{,nb[0-9]*}:../../mail/claws-mail
+DEPENDS+=      claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 665c534803f9 -r 647bb19d32b8 mail/claws-mail-gtkhtml/Makefile
--- a/mail/claws-mail-gtkhtml/Makefile  Sun Jan 11 02:50:46 2009 +0000
+++ b/mail/claws-mail-gtkhtml/Makefile  Sun Jan 11 03:11:37 2009 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2008/12/16 20:35:06 smb Exp $
+# $NetBSD: Makefile,v 1.17 2009/01/11 03:11:37 smb Exp $
 #
 
-DISTNAME=      gtkhtml2_viewer-0.21
-PKGNAME=       claws-mail-gtkhtml2_viewer-0.21
-PKGREVISION=   1
+DISTNAME=      gtkhtml2_viewer-0.22
+PKGNAME=       claws-mail-gtkhtml2_viewer-0.22
 CATEGORIES=    mail
 MASTER_SITES=  http://claws-mail.org/downloads/plugins/
 
@@ -14,7 +13,7 @@
 
 PLIST_SRC+=    PLIST
 
-DEPENDS+=      claws-mail-3.6.1{,nb[0-9]*}:../../mail/claws-mail
+DEPENDS+=      claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 665c534803f9 -r 647bb19d32b8 mail/claws-mail-gtkhtml/PLIST
--- a/mail/claws-mail-gtkhtml/PLIST     Sun Jan 11 02:50:46 2009 +0000
+++ b/mail/claws-mail-gtkhtml/PLIST     Sun Jan 11 03:11:37 2009 +0000
@@ -1,7 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2008/12/16 20:35:06 smb Exp $
-lib/claws-mail/plugins/gtkhtml2_viewer.a
+@comment $NetBSD: PLIST,v 1.4 2009/01/11 03:11:37 smb Exp $
 lib/claws-mail/plugins/gtkhtml2_viewer.la
-lib/claws-mail/plugins/gtkhtml2_viewer.so
 share/locale/ca/LC_MESSAGES/gtkhtml2_viewer.mo
 share/locale/de/LC_MESSAGES/gtkhtml2_viewer.mo
 share/locale/es/LC_MESSAGES/gtkhtml2_viewer.mo
@@ -14,6 +12,7 @@
 share/locale/ru/LC_MESSAGES/gtkhtml2_viewer.mo
 share/locale/sk/LC_MESSAGES/gtkhtml2_viewer.mo
 share/locale/sr/LC_MESSAGES/gtkhtml2_viewer.mo
+share/locale/cs/LC_MESSAGES/gtkhtml2_viewer.mo
 share/locale/zh_CN/LC_MESSAGES/gtkhtml2_viewer.mo
 @dirrm lib/claws-mail/plugins
 @dirrm lib/claws-mail
diff -r 665c534803f9 -r 647bb19d32b8 mail/claws-mail-gtkhtml/distinfo
--- a/mail/claws-mail-gtkhtml/distinfo  Sun Jan 11 02:50:46 2009 +0000
+++ b/mail/claws-mail-gtkhtml/distinfo  Sun Jan 11 03:11:37 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2008/10/15 16:22:02 smb Exp $
+$NetBSD: distinfo,v 1.7 2009/01/11 03:11:37 smb Exp $
 
-SHA1 (gtkhtml2_viewer-0.21.tar.gz) = c077a637a3d440aed6329d76098cd4a416d84041
-RMD160 (gtkhtml2_viewer-0.21.tar.gz) = 7672194cd66cd035a4bc292a035d0d6bf79a3272
-Size (gtkhtml2_viewer-0.21.tar.gz) = 711103 bytes
+SHA1 (gtkhtml2_viewer-0.22.tar.gz) = 2c972c31dc1fa1f64f1ae752202ec0e1d5f8d2c7
+RMD160 (gtkhtml2_viewer-0.22.tar.gz) = 27ca323eb31457fcbe6ce06ada719ea567d37268
+Size (gtkhtml2_viewer-0.22.tar.gz) = 713781 bytes
diff -r 665c534803f9 -r 647bb19d32b8 mail/claws-mail-mailmbox/Makefile
--- a/mail/claws-mail-mailmbox/Makefile Sun Jan 11 02:50:46 2009 +0000
+++ b/mail/claws-mail-mailmbox/Makefile Sun Jan 11 03:11:37 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2008/10/15 16:22:02 smb Exp $



Home | Main Index | Thread Index | Old Index