summaryrefslogtreecommitdiff
path: root/mail/imap-uw
diff options
context:
space:
mode:
authortron <tron>2008-05-26 22:01:07 +0000
committertron <tron>2008-05-26 22:01:07 +0000
commitd39cd00d40a83b47779af1256051577a95134bfd (patch)
treef6e65b82c39d4513ba13d5f6bd9aa103c134cc34 /mail/imap-uw
parentcb85b0be88abffa1dfcc025ae8db73a2dcf6bf50 (diff)
downloadpkgsrc-d39cd00d40a83b47779af1256051577a95134bfd.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/Makefile4
-rw-r--r--mail/imap-uw/options.mk4
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.