diff options
author | junovitch <junovitch@FreeBSD.org> | 2015-12-18 09:57:02 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2015-12-18 09:57:02 +0800 |
commit | c11ba0f1e0e53848a7f7aa8b5bd29ef8ee88129f (patch) | |
tree | 2d51804d3468cdeeaae8c22bb72f3317160e22f3 /irc/bitchx/Makefile | |
parent | 9604177b853ebaeb129ca4d7b118bd67a8b7d693 (diff) | |
download | freebsd-ports-gnome-c11ba0f1e0e53848a7f7aa8b5bd29ef8ee88129f.tar.gz freebsd-ports-gnome-c11ba0f1e0e53848a7f7aa8b5bd29ef8ee88129f.tar.zst freebsd-ports-gnome-c11ba0f1e0e53848a7f7aa8b5bd29ef8ee88129f.zip |
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@bitchx.org (maintainer)
Diffstat (limited to 'irc/bitchx/Makefile')
-rw-r--r-- | irc/bitchx/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index ab755956cb57..ea9c88b3b570 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -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 PLUGINS SSL TOGGLES 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> |