diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2004-04-28 16:46:18 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2004-04-28 16:46:18 +0000 |
commit | 73652dd8cd915b62cdc6c969beb083f859cc0506 (patch) | |
tree | dc2e590edb09674d64c15cde1d97e5d4025de237 /irc/insub | |
parent | 670c13b04844a2143ca649138bb1662137427df0 (diff) |
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
Notes
Notes:
svn path=/head/; revision=107825
Diffstat (limited to 'irc/insub')
-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 f17f391419a2..b754bf8cef18 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 8ed86f153836..cedf78078d78 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 |