svn commit: r349138 - head/irc/ircd-hybrid

Diane Bruce db at FreeBSD.org
Tue Mar 25 13:10:12 UTC 2014


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 <fwagglechop at gmail.com>

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}


More information about the svn-ports-head mailing list