summaryrefslogtreecommitdiff
path: root/mail/sylpheed/Makefile
diff options
context:
space:
mode:
authorchris <chris>2003-10-15 23:39:39 +0000
committerchris <chris>2003-10-15 23:39:39 +0000
commit96860115b086799c90b5ed5e2b547bb675ef3226 (patch)
tree11ce1d26b5850626792bcc5e7e6c4abf4d8dc49c /mail/sylpheed/Makefile
parent18e3ae3f01dcf4a934dc30c0fa9bc1f277be31dd (diff)
downloadpkgsrc-96860115b086799c90b5ed5e2b547bb675ef3226.tar.gz
Update Sylpheed to 0.9.7 to catch a security fix.
Changes are: * 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/sylpheed/Makefile')
-rw-r--r--mail/sylpheed/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile
index 774f52b6ab8..e8c07e7ea79 100644
--- a/mail/sylpheed/Makefile
+++ b/mail/sylpheed/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2003/09/28 11:38:51 xtraeme Exp $
+# $NetBSD: Makefile,v 1.50 2003/10/15 23:39:39 chris Exp $
-DISTNAME= sylpheed-0.9.6
-PKGREVISION= 1
+DISTNAME= sylpheed-0.9.7
CATEGORIES= mail news x11
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/
EXTRACT_SUFX= .tar.bz2
@@ -63,9 +62,12 @@ post-install:
${INSTALL_DATA} ${FILESDIR}/mime.types ${EGDIR}
.include "../../converters/libiconv/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../converters/libiconv/buildlink2.mk"
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
.include "../../security/gpgme/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
+.include "../../devel/glib/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"