diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-07 23:33:40 +0800 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-07 23:33:40 +0800 |
commit | bea80c97903b38366d14647266da421cac7e636a (patch) | |
tree | b710d224d61ffcc07ba2a61e3dd1346742f2ef02 /irc/epic4 | |
parent | 1a583c774110bcc7d67d6259bd446f024b3d0d4e (diff) | |
download | freebsd-ports-gnome-bea80c97903b38366d14647266da421cac7e636a.tar.gz freebsd-ports-gnome-bea80c97903b38366d14647266da421cac7e636a.tar.zst freebsd-ports-gnome-bea80c97903b38366d14647266da421cac7e636a.zip |
Update epic4 to 0.9.16:
* Try to add some stuff that helps epic cope with server disconnections
* better.
* Add /on error, hooks on an irc protocol ERROR message.
* Fix window.c:get_boolean(), passing unitialized 'newval' integer.
* Fix path_search() to not blithely assume path != NULL (whitedragon)
* New version of the 'hybrid6' script, from is.
* Axe the broken "input_timeout" feature that hasn't worked in 6 years.
* Add, but #ifdef'd out, a delayed-free mechanism -- strictly
* experimental.
* Add the /defer command, to perform dangerous operations when it's
* safe.
* Many changes from robohak to fix /on channel_* bogons I introduced.
* ;-)
* Lice should now work again with 0.9.16.
Submitted by: MAINTAINER (Anders Andersson <anders@codefactory.se>)
Diffstat (limited to 'irc/epic4')
-rw-r--r-- | irc/epic4/Makefile | 2 | ||||
-rw-r--r-- | irc/epic4/distinfo | 2 | ||||
-rw-r--r-- | irc/epic4/pkg-plist | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index 7c1f490f1ac5..8ec65016e0c1 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= epic4 -PORTVERSION= 0.9.15 +PORTVERSION= 0.9.16 # Make CATEGORIES overridable for slave ports CATEGORIES?= irc MASTER_SITES= ftp://ftp.magenet.com/pub/epic/%SUBDIR%/ \ diff --git a/irc/epic4/distinfo b/irc/epic4/distinfo index 21b8aacc97c0..f5f8c85053af 100644 --- a/irc/epic4/distinfo +++ b/irc/epic4/distinfo @@ -1,2 +1,2 @@ -MD5 (epic4/epic4-0.9.15.tar.bz2) = 91bcc015f6b687c2e2a77dfc4aa434a8 +MD5 (epic4/epic4-0.9.16.tar.bz2) = 5498a69d62e0977a16dc04a3b12d6194 MD5 (epic4/epic4pre2-help.tar.gz) = 176f77c1e372fc3ca184eca951cb86f5 diff --git a/irc/epic4/pkg-plist b/irc/epic4/pkg-plist index f19b4d0b1e30..7d4f2e0b9eb9 100644 --- a/irc/epic4/pkg-plist +++ b/irc/epic4/pkg-plist @@ -1,5 +1,5 @@ bin/epic -bin/epic-EPIC4-0.9.15 +bin/epic-EPIC4-0.9.16 libexec/wserv share/epic/help/1_General/away share/epic/help/1_General/describe @@ -906,6 +906,7 @@ share/epic/script/prefix share/epic/script/recursion share/epic/script/repeat share/epic/script/revdcc +share/epic/script/scan share/epic/script/scandir share/epic/script/screen share/epic/script/sdiff @@ -916,6 +917,7 @@ share/epic/script/starutils share/epic/script/stat share/epic/script/status_lag share/epic/script/tabkey +share/epic/script/tabkey.th share/epic/script/tc share/epic/script/time share/epic/script/tls |