From a0cae789caadb6960328b5204cb53ae9df12a7f8 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Tue, 13 Jan 2004 22:27:34 +0000 Subject: 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. --- mail/sylpheed-gtk2/Makefile | 11 ++++++----- mail/sylpheed-gtk2/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/mail/sylpheed-gtk2/Makefile b/mail/sylpheed-gtk2/Makefile index 974f9c5432e..45f7177b429 100644 --- a/mail/sylpheed-gtk2/Makefile +++ b/mail/sylpheed-gtk2/Makefile @@ -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 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} .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 --git a/mail/sylpheed-gtk2/distinfo b/mail/sylpheed-gtk2/distinfo index 36e073eb1af..748e6aeacc6 100644 --- a/mail/sylpheed-gtk2/distinfo +++ b/mail/sylpheed-gtk2/distinfo @@ -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 -- cgit v1.2.3