diff options
author | alfred <alfred@FreeBSD.org> | 2004-04-28 16:46:18 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2004-04-28 16:46:18 +0000 |
commit | 4f981bc0e52f570939e1feadba61cd3aff3c627f (patch) | |
tree | 80914ab4398341366482447701a771b0cd52ea83 /irc | |
parent | f5d05c286882fd1b5de28ded4f9cdd012006403c (diff) | |
download | FreeBSD-ports-4f981bc0e52f570939e1feadba61cd3aff3c627f.zip FreeBSD-ports-4f981bc0e52f570939e1feadba61cd3aff3c627f.tar.gz |
Update to 8.7:
8.7: Mon Apr 26 12:57:12 PDT 2004
* 8.7 changes submitted by j0no:
- AOL Instant Messenger support.
- phpBB bbcode support
- orkut support
- Fixed mIRC code hack. (\x0F instead of \x03\26\26)
- & -> & in HTML and AIM
- -cmd flag to run any irssi command! Use quotes for stuff like "kick zb"
...wait.. i am zb... :(
- -utf8 flag for cat
- Bugfix: Rainbow Offset saved across figs.
- -8 Canada colour map
- Added check to skip the last mile if there's nothing to process.
- Added a -mirc flag to force mIRC codes
- clean_length() repaired
* other fixes:
- verified all filters handle undef properly
Diffstat (limited to 'irc')
-rw-r--r-- | irc/insub/Makefile | 2 | ||||
-rw-r--r-- | irc/insub/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile index f17f391..b754bf8 100644 --- a/irc/insub/Makefile +++ b/irc/insub/Makefile @@ -6,7 +6,7 @@ # PORTNAME= insub -PORTVERSION= 8.6 +PORTVERSION= 8.7 PORTREVISION?= 0 CATEGORIES?= irc MASTER_SITES= http://gruntle.org/projects/irssi/insub/ diff --git a/irc/insub/distinfo b/irc/insub/distinfo index 8ed86f1..cedf780 100644 --- a/irc/insub/distinfo +++ b/irc/insub/distinfo @@ -1,2 +1,2 @@ -MD5 (insub-8.6.tar.gz) = 02f2f07795b9578996675a8c87da550b -SIZE (insub-8.6.tar.gz) = 30785 +MD5 (insub-8.7.tar.gz) = 07b0c422efb2b629183027b702ccecb9 +SIZE (insub-8.7.tar.gz) = 32246 |