pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/xchat Turn IPv6 support on by default. Bump packa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5135d97867ca
branches:  trunk
changeset: 542747:5135d97867ca
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon May 26 14:39:24 2008 +0000

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

diffstat:

 chat/xchat/Makefile   |  4 ++--
 chat/xchat/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 5e7e0473fb58 -r 5135d97867ca chat/xchat/Makefile
--- a/chat/xchat/Makefile       Mon May 26 14:21:43 2008 +0000
+++ b/chat/xchat/Makefile       Mon May 26 14:39:24 2008 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.55 2008/05/25 20:49:39 tron Exp $
+# $NetBSD: Makefile,v 1.56 2008/05/26 14:39:24 tron Exp $
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 .include "Makefile.common"
 
-PKGREVISION=   2
+PKGREVISION=   3
 
 OWNER=         tron%NetBSD.org@localhost
 COMMENT=       X11 (X Window System) IRC client, using the GTK2 toolkit
diff -r 5e7e0473fb58 -r 5135d97867ca chat/xchat/options.mk
--- a/chat/xchat/options.mk     Mon May 26 14:21:43 2008 +0000
+++ b/chat/xchat/options.mk     Mon May 26 14:39:24 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2008/04/12 22:42:58 jlam Exp $
+# $NetBSD: options.mk,v 1.12 2008/05/26 14:39:24 tron Exp $
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -7,7 +7,7 @@
 PKG_SUPPORTED_OPTIONS= inet6 ssl socks5 mitshm gnome
 PKG_OPTIONS_GROUP.spell=       libsexy gtkspell
 PKG_OPTIONS_OPTIONAL_GROUPS=   spell
-PKG_SUGGESTED_OPTIONS= ssl
+PKG_SUGGESTED_OPTIONS= inet6 ssl
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index