pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/sylpheed-gtk2 Update to 0.9.8a
details: https://anonhg.NetBSD.org/pkgsrc/rev/5259ccdc1431
branches: trunk
changeset: 466236:5259ccdc1431
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Tue Jan 13 22:27:34 2004 +0000
description:
Update to 0.9.8a
Changes:
* 0.9.8a
* The bug that caused the failure of cache data read has been fixed.
* 0.9.8
* The offline mode has been implemented.
* The performance of the scanning of MH folders has been improved on
the platforms which support d_type in 'struct dirent'.
* The error checking on moving/deleting messages has become strict.
* When getting IMAP4 message list, it now fallbacks to FETCH command
if server doesn't fully support SEARCH command.
* Outbox for accounts are now correctly chosen when sending from queue.
* Gettext has been upgraded to 0.12.1.
* IPv6 support is now enabled by default.
* Other bugfixes have been made.
* 0.9.7
* The vulnerability in SMTP response handling, which is exploitable by
a malicious SMTP server, has been fixed.
* The structure of folder system has been sorted out.
* The checking of the existence of IMAP root directory has been
modified.
diffstat:
mail/sylpheed-gtk2/Makefile | 11 ++++++-----
mail/sylpheed-gtk2/distinfo | 6 +++---
2 files changed, 9 insertions(+), 8 deletions(-)
diffs (39 lines):
diff -r 1532bda47e6e -r 5259ccdc1431 mail/sylpheed-gtk2/Makefile
--- a/mail/sylpheed-gtk2/Makefile Tue Jan 13 22:06:39 2004 +0000
+++ b/mail/sylpheed-gtk2/Makefile Tue Jan 13 22:27:34 2004 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2004/01/03 18:49:45 reed Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/13 22:27:34 xtraeme Exp $
#
-DISTNAME= sylpheed-0.9.5-gtk2-20030906
-PKGNAME= sylpheed-gtk2-0.9.5
-PKGREVISION= 4
+DISTNAME= sylpheed-0.9.8a-gtk2-20040109
+PKGNAME= sylpheed-gtk2-0.9.8a
CATEGORIES= mail x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-gtk2/}
@@ -34,8 +33,10 @@
.include "../../mk/bsd.prefs.mk"
BUILD_DEFS+= USE_INET6 USE_OPENLDAP USE_JPILOT
-.if defined(USE_INET6) && ${USE_INET6} == YES
+.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])
CONFIGURE_ARGS+= --enable-ipv6
+.else
+CONFIGURE_ARGS+= --disable-ipv6
.endif
FACES_IS_INSTALLED!= ${PKG_INFO} -e faces || ${ECHO}
diff -r 1532bda47e6e -r 5259ccdc1431 mail/sylpheed-gtk2/distinfo
--- a/mail/sylpheed-gtk2/distinfo Tue Jan 13 22:06:39 2004 +0000
+++ b/mail/sylpheed-gtk2/distinfo Tue Jan 13 22:27:34 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/09/28 11:04:29 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2004/01/13 22:27:34 xtraeme Exp $
-SHA1 (sylpheed-0.9.5-gtk2-20030906.tar.gz) = d789b6d82f9384bbcfcd6acd1840008907edcb97
-Size (sylpheed-0.9.5-gtk2-20030906.tar.gz) = 3084156 bytes
+SHA1 (sylpheed-0.9.8a-gtk2-20040109.tar.gz) = f2a43b99288b8d12e61d975db501c7fec9ba84a4
+Size (sylpheed-0.9.8a-gtk2-20040109.tar.gz) = 3154139 bytes
Home |
Main Index |
Thread Index |
Old Index