diff options
author | tron <tron@pkgsrc.org> | 2004-08-27 10:10:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-08-27 10:10:22 +0000 |
commit | d70fde0a635844ff74e29cdc87d46bfb5e90c139 (patch) | |
tree | 90db47dc068df30c1d0b7709488330c8c0cf28b5 /mail/wmbiff/Makefile | |
parent | 6fdcaf4f34a4bc57a1d8374242cfa37dec7ea030 (diff) | |
download | pkgsrc-d70fde0a635844ff74e29cdc87d46bfb5e90c139.tar.gz |
Update "wmbiff" package to version 0.4.25. Changes since version 0.4.19:
- Fix a build error in the new gnutls certificate
verification code on s390.
- Use GNUTLS 1.0.4 and GCRYPT 1.1.90, current Debian
unstable package libgnutls10-dev.
- Allow server hostnames in IMAP to be IP addresses
(start with a number).
- Skip examine/search unless requested with msglst option.
- Exit if ssh-askpass permissions check fails.
- Fix a bug where fetch times out to some IMAP servers.
- Add --disable-crypto for source-based distributions
while libgcrypt is unstable.
- Sam Izzo's patch for changing the mouse click action
depending on whether a box has new mail.
The update is based on changes provided by Joel Carnat in private e-mail.
Diffstat (limited to 'mail/wmbiff/Makefile')
-rw-r--r-- | mail/wmbiff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index 24e6a322c73..24080feaf51 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2004/02/25 19:04:19 minskim Exp $ +# $NetBSD: Makefile,v 1.17 2004/08/27 10:10:22 tron Exp $ -DISTNAME= wmbiff-0.4.19 -PKGREVISION= 2 +DISTNAME= wmbiff-0.4.25 CATEGORIES= mail x11 windowmaker MASTER_SITES= $(MASTER_SITE_SOURCEFORGE:=wmbiff/) @@ -23,4 +22,5 @@ post-install: .include "../../graphics/xpm/buildlink3.mk" .include "../../wm/windowmaker/buildlink3.mk" .include "../../security/libgcrypt/buildlink3.mk" +.include "../../security/gnutls/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |