diff options
author | alfred <alfred@FreeBSD.org> | 2004-01-18 09:12:27 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2004-01-18 09:12:27 +0000 |
commit | 386a6b44535c08f7e8cb3e4ee5313bfe5ebecdbd (patch) | |
tree | cfb2c9d150c13fae6f89b4879f12b109b87f1d53 /irc/insub/Makefile | |
parent | f192e5da80c2bffaff891bd508d1048ad1e2b78f (diff) | |
download | FreeBSD-ports-386a6b44535c08f7e8cb3e4ee5313bfe5ebecdbd.zip FreeBSD-ports-386a6b44535c08f7e8cb3e4ee5313bfe5ebecdbd.tar.gz |
Update to 8.3:
- added -ansi flag to force ANSI output in cases where it is not
detected properly and tries to use irc colors
- default html colors has white foreground
- no warnings if $COWPATH isn't set
- no more Text::Wrap warnings
Diffstat (limited to 'irc/insub/Makefile')
-rw-r--r-- | irc/insub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile index 6af66a3..bf77b8e 100644 --- a/irc/insub/Makefile +++ b/irc/insub/Makefile @@ -6,7 +6,7 @@ # PORTNAME= insub -PORTVERSION= 8.2 +PORTVERSION= 8.3 PORTREVISION?= 0 CATEGORIES?= irc MASTER_SITES= http://gruntle.org/projects/irssi/insub/ |