diff options
author | markd <markd@pkgsrc.org> | 2004-10-12 11:08:03 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-10-12 11:08:03 +0000 |
commit | 7164da2e7fb7f6f94800b5196b75de51b15e6bb2 (patch) | |
tree | 2d820ae145d39fd63d3542b74705da458aad8c66 /mail/kbiff/Makefile | |
parent | 37f4171f37ecb2429f6037b06afce93620008411 (diff) | |
download | pkgsrc-7164da2e7fb7f6f94800b5196b75de51b15e6bb2.tar.gz |
Update kbiff to 3.7.1 and fix configure script so SSL is supported.
Changes:
03-23-04 - Roeland Merks (3.7.1)
o Added code to toggle ASUS Mail LED
12-18-03 - Anton Perich
o Changed IMAP code to use STATUS instead of EXAMINE
11-14-03 - Kurt Granroth
o Updated 'admin' subdir to work with newer autoconf/automake
10-22-03 - Adam Piatyszek
o Bug fix in maildir code to handle 'f'lagged messages
09-26-03 - Clemens Oertel
o New option to set a command that runs whenever the status changes
from New back to Old. Useful to set LEDs and the like
Diffstat (limited to 'mail/kbiff/Makefile')
-rw-r--r-- | mail/kbiff/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile index 2b7a28346df..774d3752a90 100644 --- a/mail/kbiff/Makefile +++ b/mail/kbiff/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2004/10/03 00:12:53 tv Exp $ +# $NetBSD: Makefile,v 1.17 2004/10/12 11:08:03 markd Exp $ -DISTNAME= kbiff-3.7 -PKGREVISION= 2 +DISTNAME= kbiff-3.7.1 CATEGORIES= devel kde MASTER_SITES= http://devel-home.kde.org/~granroth/kbiff/ EXTRACT_SUFX= .tar.bz2 |