From owner-svn-ports-all@FreeBSD.ORG Tue Mar 25 13:10:12 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF43156D; Tue, 25 Mar 2014 13:10:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 99C01969; Tue, 25 Mar 2014 13:10:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2PDACLI094639; Tue, 25 Mar 2014 13:10:12 GMT (envelope-from db@svn.freebsd.org) Received: (from db@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2PDACtQ094638; Tue, 25 Mar 2014 13:10:12 GMT (envelope-from db@svn.freebsd.org) Message-Id: <201403251310.s2PDACtQ094638@svn.freebsd.org> From: Diane Bruce Date: Tue, 25 Mar 2014 13:10:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349138 - head/irc/ircd-hybrid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Mar 2014 13:10:12 -0000 Author: db Date: Tue Mar 25 13:10:12 2014 New Revision: 349138 URL: http://svnweb.freebsd.org/changeset/ports/349138 QAT: https://qat.redports.org/buildarchive/r349138/ Log: - Fix tiny nit with mislabeled option descriptions Submitted by: fwaggle Modified: head/irc/ircd-hybrid/Makefile Modified: head/irc/ircd-hybrid/Makefile ============================================================================== --- head/irc/ircd-hybrid/Makefile Tue Mar 25 12:56:05 2014 (r349137) +++ head/irc/ircd-hybrid/Makefile Tue Mar 25 13:10:12 2014 (r349138) @@ -26,10 +26,10 @@ OPTIONS_DEFINE= OPENSSL HALFOPS ASSERT OPTIONS_DEFAULT=OPENSSL ASSERT_CONFIGURE_ENABLE= assert -ASSERT_DESC= Enable halfops on the server +ASSERT_DESC= Enable parts of the debugging code HALFOPS_CONFIGURE_ENABLE= halfops -HALFOPS_DESC= Enable parts of the debugging code +HALFOPS_DESC= Enable halfops on the server OPENSSL_DESC= Enable openssl - allows use of CHALLENGE and encrypted links @@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --enable-openssl=${OPEN .endif # User Configurable Variables -# NICKLEN - Nick length. Default is 9. Must be consistant across the network. +# NICKLEN - Nick length. Default is 9. Must be consistent across the network. .if defined(NICKLEN) CONFIGURE_ARGS+= --with-nicklen=${NICKLEN}