diff options
author | alfred <alfred@FreeBSD.org> | 2004-04-15 03:09:07 +0800 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2004-04-15 03:09:07 +0800 |
commit | aa837a59bd73f41c8a5778270bb483ac7810f5fe (patch) | |
tree | fc69677ca6a23ff160793a768a89f1a251a72f45 /irc/insub | |
parent | 775a5eedb566c93a4d66afe90c44d98c871aa90f (diff) | |
download | freebsd-ports-gnome-aa837a59bd73f41c8a5778270bb483ac7810f5fe.tar.gz freebsd-ports-gnome-aa837a59bd73f41c8a5778270bb483ac7810f5fe.tar.zst freebsd-ports-gnome-aa837a59bd73f41c8a5778270bb483ac7810f5fe.zip |
update from 8.3 to 8.6.
you can now filter arbitrary programs/text through this wonderful
program!
8.6: Tue Apr 13 15:22:01 PDT 2004
- add flags for cli: -stdin will use data from STDIN
- add flags for cli: -cat, -exec to hook irssi functionality
- stop processing if we don't have text after first pass
8.5: Tue Apr 13 13:03:30 PDT 2004
- remove legacy open3() and use IPC::Open3 -- works in 5.8 now
- support for specifying color in -4 .. for example -4red
- added some more spookwords
- added the -unused command
8.4: This release did not go public
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 5db758702249..f17f391419a2 100644 --- a/irc/insub/Makefile +++ b/irc/insub/Makefile @@ -6,7 +6,7 @@ # PORTNAME= insub -PORTVERSION= 8.3 +PORTVERSION= 8.6 PORTREVISION?= 0 CATEGORIES?= irc MASTER_SITES= http://gruntle.org/projects/irssi/insub/ diff --git a/irc/insub/distinfo b/irc/insub/distinfo index f2f8d6324e96..8ed86f153836 100644 --- a/irc/insub/distinfo +++ b/irc/insub/distinfo @@ -1,2 +1,2 @@ -MD5 (insub-8.3.tar.gz) = eb574f8c76bc8c69aab62b2569c8145e -SIZE (insub-8.3.tar.gz) = 29678 +MD5 (insub-8.6.tar.gz) = 02f2f07795b9578996675a8c87da550b +SIZE (insub-8.6.tar.gz) = 30785 |