diff options
author | alfred <alfred@FreeBSD.org> | 2004-12-05 07:58:13 +0800 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2004-12-05 07:58:13 +0800 |
commit | 36053e1872afff166a47d44bb631823ddb2119a3 (patch) | |
tree | 5fa7881338b8b8950ba78d8be82d07b844ab45ce /irc/insub | |
parent | a351285d0a3a10c9eaacaa9a3c331303218c25c5 (diff) | |
download | freebsd-ports-gnome-36053e1872afff166a47d44bb631823ddb2119a3.tar.gz freebsd-ports-gnome-36053e1872afff166a47d44bb631823ddb2119a3.tar.zst freebsd-ports-gnome-36053e1872afff166a47d44bb631823ddb2119a3.zip |
Update to 9.6.
9.6: Sat Dec 4 14:47:12 PST 2004
* fix critical bug in arg processing
9.5: Sat Dec 4 01:17:37 PST 2004
* moved -exec command into process(), so irssi can use it
* fix bug that wouldn't let '0' be printed by itself
* add -repeat flag ("-repeat 3 foo" becomes foofoofoo)
* fix bug that would prevent a single character from displaying
* retool -sine iterator a little better
* minor code cleanup
* make both -wave and -sine do the same thing
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Diffstat (limited to 'irc/insub')
-rw-r--r-- | irc/insub/Makefile | 4 | ||||
-rw-r--r-- | irc/insub/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile index aaeead61dc2c..e67452a5b23c 100644 --- a/irc/insub/Makefile +++ b/irc/insub/Makefile @@ -6,7 +6,7 @@ # PORTNAME= insub -PORTVERSION= 9.4 +PORTVERSION= 9.6 PORTREVISION= 0 CATEGORIES= irc MASTER_SITES= http://gruntle.org/projects/irssi/insub/ @@ -16,6 +16,8 @@ COMMENT= Some scripts for expressing how you feel on irc and the web NO_BUILD= YES +USE_BZIP2= YES + SCRIPT= ${PORTNAME}.pl BUILD_DEPENDS+= cowsay:${PORTSDIR}/games/cowsay diff --git a/irc/insub/distinfo b/irc/insub/distinfo index 65f3bd625ffe..dcc32d37abcb 100644 --- a/irc/insub/distinfo +++ b/irc/insub/distinfo @@ -1,2 +1,2 @@ -MD5 (insub-9.4.tar.gz) = e6631efa298f1f2cf5e5de28fe4c8532 -SIZE (insub-9.4.tar.gz) = 35494 +MD5 (insub-9.6.tar.bz2) = 414f7f81eb073a445210f8b9a65fedfa +SIZE (insub-9.6.tar.bz2) = 33720 |