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 | |
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')
-rw-r--r-- | irc/insub/Makefile | 2 | ||||
-rw-r--r-- | irc/insub/distinfo | 2 |
2 files changed, 2 insertions, 2 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/ diff --git a/irc/insub/distinfo b/irc/insub/distinfo index 43964d7..5ca715d 100644 --- a/irc/insub/distinfo +++ b/irc/insub/distinfo @@ -1 +1 @@ -MD5 (insub-8.2.tar.gz) = 916a3b807e627e8e7231822981798183 +MD5 (insub-8.3.tar.gz) = eb574f8c76bc8c69aab62b2569c8145e |