diff options
author | tron <tron@pkgsrc.org> | 2008-05-26 22:01:07 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-05-26 22:01:07 +0000 |
commit | 35c294e03698990c404b07e72df252f1b7f3c822 (patch) | |
tree | f6e65b82c39d4513ba13d5f6bd9aa103c134cc34 /mail/imap-uw | |
parent | 23bfa1e54c335e339b69e5f8d6380aa677db926f (diff) | |
download | pkgsrc-35c294e03698990c404b07e72df252f1b7f3c822.tar.gz |
Turn IPv6 support on by default. Bump package revision.
Approved by Jim Wise.
Diffstat (limited to 'mail/imap-uw')
-rw-r--r-- | mail/imap-uw/Makefile | 4 | ||||
-rw-r--r-- | mail/imap-uw/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 0fa41ef8c5c..53f66ab5453 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.123 2008/04/20 22:41:56 dbj Exp $ +# $NetBSD: Makefile,v 1.124 2008/05/26 22:01:07 tron Exp $ # # ATTENTION: # The Kerberos support in this software is known to be problematic. If you @@ -11,7 +11,7 @@ DISTNAME= imap-2006j2 PKGNAME= ${DISTNAME:S/-/-uw-/} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= mail MASTER_SITES= ftp://ftp.cac.washington.edu/imap/ EXTRACT_SUFX= .tar.Z diff --git a/mail/imap-uw/options.mk b/mail/imap-uw/options.mk index 92290ea5dd8..22ffc7c7732 100644 --- a/mail/imap-uw/options.mk +++ b/mail/imap-uw/options.mk @@ -1,10 +1,10 @@ -# $NetBSD: options.mk,v 1.5 2007/08/05 18:41:52 tron Exp $ +# $NetBSD: options.mk,v 1.6 2008/05/26 22:01:07 tron Exp $ .include "../../mk/bsd.prefs.mk" PKG_OPTIONS_VAR= PKG_OPTIONS.imap-uw PKG_SUPPORTED_OPTIONS+= imapuw-cleartextpwd imapuw-whoson inet6 ssl -PKG_SUGGESTED_OPTIONS+= imapuw-cleartextpwd ssl +PKG_SUGGESTED_OPTIONS+= imapuw-cleartextpwd inet6 ssl # On NetBSD 1.x, using the native Kerberos 5 implementation causes # interoperability problems with OpenSSL 0.9.7 and above. |