add a MESSAGE with a quick note about disabling "CAP LS" in

newer irssi versions; use https HOMEPAGE/MASTER_SITES while there
This commit is contained in:
sthen 2022-10-27 14:04:51 +00:00
parent 0d6496c6e9
commit 4f0f377f90
2 changed files with 6 additions and 4 deletions

View File

@ -1,17 +1,17 @@
COMMENT= proxy IRC client with ICB server
DISTNAME= icbirc-2.1
REVISION= 3
REVISION= 4
CATEGORIES= net
MASTER_SITES= http://www.benzedrine.ch/
MASTER_SITES= https://www.benzedrine.ch/
HOMEPAGE= http://www.benzedrine.ch/icbirc.html
HOMEPAGE= https://www.benzedrine.ch/icbirc.html
# BSD
PERMIT_PACKAGE= Yes
# uses pledge()
WANTLIB= c
WANTLIB= c
NO_TEST= Yes

2
net/icbirc/pkg/MESSAGE Normal file
View File

@ -0,0 +1,2 @@
icbirc does not support "CAP LS" which newer irssi versions send by
default; use 'no_cap = "yes"' in irssi server config to disable this.