summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-01-13 22:27:34 +0000
committerxtraeme <xtraeme>2004-01-13 22:27:34 +0000
commita0cae789caadb6960328b5204cb53ae9df12a7f8 (patch)
tree0ab4352db504638974bc84bb215fe1210eaf8cb1 /mail
parentba635afa5ee981f074db8eb41c98ab5e79eb2ddc (diff)
downloadpkgsrc-a0cae789caadb6960328b5204cb53ae9df12a7f8.tar.gz
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 (limited to 'mail')
-rw-r--r--mail/sylpheed-gtk2/Makefile11
-rw-r--r--mail/sylpheed-gtk2/distinfo6
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