diff options
author | martti <martti@pkgsrc.org> | 2003-01-23 07:37:15 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-01-23 07:37:15 +0000 |
commit | 4cb135fb6b8b4ebde05211c15c30cb30be27d030 (patch) | |
tree | bf4e92370a7741f56b1732f1a2fc12a2a77e5022 /mail/imap-uw/Makefile | |
parent | ee7fe105cde6ab64097745f63e9c52aec64a11e9 (diff) | |
download | pkgsrc-4cb135fb6b8b4ebde05211c15c30cb30be27d030.tar.gz |
Updated imap-uw to 2002.2
imap-2002b is a maintenace release, released concurrently with Pine 4.52,
and contains only bugfixes. Programs written for imap-2002 will build with
this version without modification.
Drivers which do not announce new mail are now indicated by the DR_NONEWMAIL
driver flag. Driver which do not announce new mail when read-only are now
indicated by the DR_NONEWMAILRONLY flag.
There are no user-visible functional enhancements in this version.
Diffstat (limited to 'mail/imap-uw/Makefile')
-rw-r--r-- | mail/imap-uw/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 141f37cd779..d3c961086db 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2003/01/23 01:28:36 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.53 2003/01/23 07:37:15 martti Exp $ -DISTNAME= imap-2002a.DEV.SNAP-0212051126 -PKGNAME= imap-uw-2002.1rc1 +DISTNAME= imap-2002b +PKGNAME= imap-uw-2002.2 CATEGORIES= mail MASTER_SITES= ftp://ftp.cac.washington.edu/imap/ EXTRACT_SUFX= .tar.Z |