summaryrefslogtreecommitdiff
path: root/mail/claws-mail
diff options
context:
space:
mode:
authorsmb <smb@pkgsrc.org>2007-10-23 20:16:50 +0000
committersmb <smb@pkgsrc.org>2007-10-23 20:16:50 +0000
commit4560341e898301ba6df88342664e8eb4ef6bf1ee (patch)
tree36267696998acec34190efeb8f5ed47b34c59294 /mail/claws-mail
parent133497a30a12dd81153cba389967894c5e7fc0e3 (diff)
downloadpkgsrc-4560341e898301ba6df88342664e8eb4ef6bf1ee.tar.gz
Update claws-mail to 3.0.2:
* Bug fixes: o bug 1320, 'Memory leak caused by gtk_container_get_children' o bug 1321, 'access before allocation when scanning for uris' o bug 1324, 'Corrupted IMAP cache' o bug 1327, 'segfault when replying to a non-existent news message' o bug 1329, 'error in quicksearch.c' o bug 1334, 'user defined mail incorporation script not run' o bug 1336, 'Segfault if empty space before search-string' o bug 1337, 'Crash on removing uncached emails' o Prevent unquoted mime boundaries, by always using a / o Remove unnecessary error when cancelling export to mbox. o MAEMO: make all Folder Properties pages visible o MAEMO: fix overlapping buttons in Edit Accounts page Also update the version dependencies of all plug-ins. The reality of the numbering for standard plug-ins was different than had been assumed, and the actual published dependencies were more complex tha was captured by the previous structure.
Diffstat (limited to 'mail/claws-mail')
-rw-r--r--mail/claws-mail/Makefile3
-rw-r--r--mail/claws-mail/Makefile.vers4
-rw-r--r--mail/claws-mail/distinfo8
-rw-r--r--mail/claws-mail/plugins.mk6
4 files changed, 9 insertions, 12 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index 6b073bef788..4efd060d6ae 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2007/09/22 21:24:24 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2007/10/23 20:16:51 smb Exp $
.include "Makefile.common"
PKGNAME= claws-mail-${CLAWS_VERSION}
-PKGREVISION= 1
MAINTAINER= smb@NetBSD.org
COMMENT= X based e-mail and netnews client
diff --git a/mail/claws-mail/Makefile.vers b/mail/claws-mail/Makefile.vers
index be357362130..815c7959df7 100644
--- a/mail/claws-mail/Makefile.vers
+++ b/mail/claws-mail/Makefile.vers
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.vers,v 1.2 2007/09/18 03:17:24 smb Exp $
+# $NetBSD: Makefile.vers,v 1.3 2007/10/23 20:16:51 smb Exp $
#
-CLAWS_VERSION= 3.0.1
+CLAWS_VERSION= 3.0.2
diff --git a/mail/claws-mail/distinfo b/mail/claws-mail/distinfo
index 776446ed0f6..155ff552b17 100644
--- a/mail/claws-mail/distinfo
+++ b/mail/claws-mail/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2007/09/18 03:17:24 smb Exp $
+$NetBSD: distinfo,v 1.5 2007/10/23 20:16:51 smb Exp $
-SHA1 (claws-mail-3.0.1.tar.bz2) = 670c2731bf6bf209ca7d3bd341b38fc3108e6390
-RMD160 (claws-mail-3.0.1.tar.bz2) = 431ab3ca051382db1e307ef1abafc5ce659f4aa3
-Size (claws-mail-3.0.1.tar.bz2) = 5654189 bytes
+SHA1 (claws-mail-3.0.2.tar.bz2) = a607aca53a349f3a0a8d8f7a51f4754705e12350
+RMD160 (claws-mail-3.0.2.tar.bz2) = e7041fa284b73faa40ba7fc6dce3914625cd89d9
+Size (claws-mail-3.0.2.tar.bz2) = 5664767 bytes
SHA1 (patch-ab) = d908b8b47b525aa9d6ed677e5c1d5e5eddf74cc0
SHA1 (patch-ac) = cb1b427cf2bcd810cc1bd05324fdb9d40c695bfc
SHA1 (patch-ad) = f4944b8fe86b1c6e2362dd9068d09199de6b83d7
diff --git a/mail/claws-mail/plugins.mk b/mail/claws-mail/plugins.mk
index 361597e8651..6b30458023a 100644
--- a/mail/claws-mail/plugins.mk
+++ b/mail/claws-mail/plugins.mk
@@ -1,16 +1,14 @@
-# $NetBSD: plugins.mk,v 1.1 2007/08/03 02:34:41 smb Exp $
+# $NetBSD: plugins.mk,v 1.2 2007/10/23 20:16:51 smb Exp $
#
.include "../../mail/claws-mail/Makefile.common"
-PKGNAME= claws-mail-${PLUGIN_NAME:S/_/-/}-${CLAWS_VERSION}
+PKGNAME= claws-mail-${PLUGIN_NAME:S/_/-/}-${PLUG_VER}
CONFIGURE_DIRS= .
BUILD_DIRS= src/plugins/${PLUGIN_NAME}
INSTALL_DIRS= src/plugins/${PLUGIN_NAME}
-DEPENDS+= claws-mail>=${CLAWS_VERSION}:../../mail/claws-mail
-
LIBTOOL_OVERRIDE= ../../../libtool
#.include "../../mail/claws-mail/options.mk"