svn commit: r403948 - head/irc/bitchx

Jason Unovitch junovitch at FreeBSD.org
Fri Dec 18 01:57:04 UTC 2015


Author: junovitch
Date: Fri Dec 18 01:57:02 2015
New Revision: 403948
URL: https://svnweb.freebsd.org/changeset/ports/403948

Log:
  irc/bitchx: drop AIM plugin support and grammar fixes
  
  - Remove AIM plugin support as it is no longer supported
  - Bump PORTREVISION for package change
  - While here, minor grammar changes in pkg-descr and Makefile
  
  PR:		205260
  Submitted by:	cpet at bitchx.org (maintainer)

Modified:
  head/irc/bitchx/Makefile
  head/irc/bitchx/pkg-descr
  head/irc/bitchx/pkg-plist

Modified: head/irc/bitchx/Makefile
==============================================================================
--- head/irc/bitchx/Makefile	Fri Dec 18 01:34:02 2015	(r403947)
+++ head/irc/bitchx/Makefile	Fri Dec 18 01:57:02 2015	(r403948)
@@ -3,6 +3,7 @@
 
 PORTNAME=	bitchx
 PORTVERSION=	1.2.1
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES+=	irc
 MASTER_SITES=	SF/${PORTNAME}/ircii-pana/${PORTNAME}-${DISTVERSION}
@@ -35,7 +36,7 @@ OPTIONS_DEFINE=	DOCS HEBREW IPV6 LATIN P
 LATIN_DESC=	Recommended for ISO-8859-1 display
 PLUGINS_DESC=	Build a handful of BitchX plugins
 HEBREW_DESC=	Add support for hebrew language
-TOGGLES_DESC=	Disable away,kick_ops,auto_rejoin
+TOGGLES_DESC=	Disable annoyance toggles
 OPTIONS_DEFAULT=	PLUGINS SSL
 
 IPV6_CONFIGURE_ENABLE=	ipv6
@@ -45,7 +46,7 @@ SSL_USE=	openssl=yes
 
 PLUGINS_CONFIGURE_WITH=		plugins="${PLUGIN_LIST:C/\$$/,/g}"
 
-PLUGIN_LIST=	abot acro aim arcfour autocycle blowfish cavlink cdrom encrypt \
+PLUGIN_LIST=	abot acro arcfour autocycle blowfish cavlink cdrom encrypt \
 		europa fserv hint nap nicklist pkga possum qbx qmail wavplay
 .include <bsd.port.options.mk>
 

Modified: head/irc/bitchx/pkg-descr
==============================================================================
--- head/irc/bitchx/pkg-descr	Fri Dec 18 01:34:02 2015	(r403947)
+++ head/irc/bitchx/pkg-descr	Fri Dec 18 01:57:02 2015	(r403948)
@@ -5,8 +5,8 @@ BitchX was originally started as a scrip
 the popular Unix IRC client ircII.  Around Christmas of 1994 the script
 was patched directly into the client by Colten Edwards.
 
-BitchX includes features which make it an eggdrop, a bouncer, and a
-friendly IRC client at the same time.
+BitchX includes features which make it a bot, bouncer, and a friendly 
+IRC client at the same time.
 
 BitchX is one the most popular IRC clients among Unix systems.  It is
 highly customizable and capable of running scripts, so it can be used

Modified: head/irc/bitchx/pkg-plist
==============================================================================
--- head/irc/bitchx/pkg-plist	Fri Dec 18 01:34:02 2015	(r403947)
+++ head/irc/bitchx/pkg-plist	Fri Dec 18 01:57:02 2015	(r403948)
@@ -10,7 +10,6 @@ man/man1/BitchX.1.gz
 @dir %%DATADIR%%/plugins
 %%PLUGINS%%%%DATADIR%%/plugins/BitchX.hints
 %%PLUGINS%%%%DATADIR%%/plugins/acro.so
-%%PLUGINS%%%%DATADIR%%/plugins/aim.so
 %%PLUGINS%%%%DATADIR%%/plugins/autobot.so
 %%PLUGINS%%%%DATADIR%%/plugins/blowfish.so
 %%PLUGINS%%%%DATADIR%%/plugins/cavlink.so


More information about the svn-ports-head mailing list