Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 684CA7A217 for ; Sun, 14 Aug 2016 21:02:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CFFAA85E73; Sun, 14 Aug 2016 21:02:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5F0C785DFF for ; Sun, 14 Aug 2016 21:02:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id W4co4ey71Vtg for ; Sun, 14 Aug 2016 21:02:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 01EFB84C86 for ; Sun, 14 Aug 2016 21:02:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F0AECFBC3; Sun, 14 Aug 2016 21:02:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1471208565284120" MIME-Version: 1.0 Date: Sun, 14 Aug 2016 21:02:45 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/chat/irssi To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20160814210245.F0AECFBC3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1471208565284120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Sun Aug 14 21:02:45 UTC 2016 Modified Files: pkgsrc/chat/irssi: options.mk Log Message: Add ssl as suggested option. No rev bump because I'm updating too. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/chat/irssi/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1471208565284120 Content-Disposition: inline Content-Length: 615 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/irssi/options.mk diff -u pkgsrc/chat/irssi/options.mk:1.10 pkgsrc/chat/irssi/options.mk:1.11 --- pkgsrc/chat/irssi/options.mk:1.10 Sun Mar 6 04:12:09 2011 +++ pkgsrc/chat/irssi/options.mk Sun Aug 14 21:02:45 2016 @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.10 2011/03/06 04:12:09 dholland Exp $ +# $NetBSD: options.mk,v 1.11 2016/08/14 21:02:45 maya Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.irssi PKG_SUPPORTED_OPTIONS= inet6 perl ssl -PKG_SUGGESTED_OPTIONS= inet6 +PKG_SUGGESTED_OPTIONS= inet6 ssl PKG_OPTIONS_LEGACY_OPTS+= irssi-perl:perl .include "../../mk/bsd.options.mk" --_----------=_1471208565284120--