pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/imap-uw Turn IPv6 support on by default. Bump pac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c46fdbe27ac4
branches:  trunk
changeset: 542759:c46fdbe27ac4
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon May 26 22:01:07 2008 +0000

description:
Turn IPv6 support on by default. Bump package revision.
Approved by Jim Wise.

diffstat:

 mail/imap-uw/Makefile   |  4 ++--
 mail/imap-uw/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 4ac932d0f463 -r c46fdbe27ac4 mail/imap-uw/Makefile
--- a/mail/imap-uw/Makefile     Mon May 26 19:23:59 2008 +0000
+++ b/mail/imap-uw/Makefile     Mon May 26 22:01:07 2008 +0000
@@ -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 -r 4ac932d0f463 -r c46fdbe27ac4 mail/imap-uw/options.mk
--- a/mail/imap-uw/options.mk   Mon May 26 19:23:59 2008 +0000
+++ b/mail/imap-uw/options.mk   Mon May 26 22:01:07 2008 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index