summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorschnoebe <schnoebe>2016-06-20 15:25:39 +0000
committerschnoebe <schnoebe>2016-06-20 15:25:39 +0000
commit5d90cb87d7b85ab6fca8a07e66a47793b703c1d0 (patch)
tree2dbcade6702fe06fcdffba92cbb705d02b729281 /comms
parentf80d978f7771cd0b5daa98d03da45b793246bcaf (diff)
downloadpkgsrc-5d90cb87d7b85ab6fca8a07e66a47793b703c1d0.tar.gz
Revert changing the default away from "inet6".
Diffstat (limited to 'comms')
-rw-r--r--comms/conserver8/Makefile4
-rw-r--r--comms/conserver8/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/conserver8/Makefile b/comms/conserver8/Makefile
index b946625b634..612398f9772 100644
--- a/comms/conserver8/Makefile
+++ b/comms/conserver8/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2016/06/16 16:05:51 schnoebe Exp $
+# $NetBSD: Makefile,v 1.21 2016/06/20 15:25:39 schnoebe Exp $
#
PKGVER= 8.2.1
-PKGREVISION= 1
+PKGREVISION= 2
DISTNAME= conserver-${PKGVER}
PKGNAME= conserver8-${PKGVER}
CATEGORIES= comms
diff --git a/comms/conserver8/options.mk b/comms/conserver8/options.mk
index 9cbb4b70039..1a8400b4dad 100644
--- a/comms/conserver8/options.mk
+++ b/comms/conserver8/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2016/06/15 23:02:10 schnoebe Exp $
+# $NetBSD: options.mk,v 1.4 2016/06/20 15:25:39 schnoebe Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.conserver8
@@ -7,7 +7,7 @@ PKG_OPTIONS_GROUP.connectivity=inet6 uds
PKG_SUPPORTED_OPTIONS= pam ssl
-PKG_SUGGESTED_OPTIONS= ssl
+PKG_SUGGESTED_OPTIONS= ssl inet6
.include "../../mk/bsd.options.mk"