diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-07-31 06:10:57 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-07-31 06:10:57 +0000 |
commit | 44e8f1a6f33ddcd81455678077a1b8ea688a95fb (patch) | |
tree | f86ff4cdf7762d333615a93fdb24588075114d9c /irc/epic5 | |
parent | Add new category hebrew -- Hebrew language support. (diff) |
Update to 0.9.2:
* Revamp support for the 437 numeric.
* Remove spurious "server" in "Connecting to port %d of server %s"
* Compensate for nasty ickage in $leftpc() to permit getting 1 char
* Fix $cparse() to expand the "" string after interpolation, not before
* Punt if the user does /bind metaX where X > MAX_META, don't crash.
* Fix probably null deref just after channel_going_away called
* Fix segfault handler so it honors /xdebug crash as well.
* Fix resize_window to handle RESIZE_ABS more graciously.
* Add /xdebug slash_hack, to inhibit $^"(<foo>) and $^"#<foo>
Submitted by: MAINTAINER <anders@codefactory.se>
Notes
Notes:
svn path=/head/; revision=31143
Diffstat (limited to 'irc/epic5')
-rw-r--r-- | irc/epic5/Makefile | 8 | ||||
-rw-r--r-- | irc/epic5/distinfo | 2 | ||||
-rw-r--r-- | irc/epic5/pkg-plist | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index c1d4bed654fc..c0accd3038dc 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -6,19 +6,19 @@ # PORTNAME= epic4 -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= irc MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-BETA/ \ ftp://ftp.sanyusan.se/pub/epic/EPIC4-BETA/ \ ftp://totem.fix.no/pub/mirrors/epic/EPIC4-BETA/ -DISTFILES= epic4-0.9.1.tar.gz epic4pre2-help.tar.gz +DISTFILES= epic4-0.9.2.tar.gz epic4pre2-help.tar.gz MAINTAINER= anders@codefactory.se DIST_SUBDIR= epic4 -EXTRACT_ONLY= epic4-0.9.1.tar.gz -WRKSRC= ${WRKDIR}/epic4-0.9.1 +EXTRACT_ONLY= epic4-0.9.2.tar.gz +WRKSRC= ${WRKDIR}/epic4-0.9.2 GNU_CONFIGURE= yes MAN1= epic.1 diff --git a/irc/epic5/distinfo b/irc/epic5/distinfo index 892c0afd4ee6..86473e48c78c 100644 --- a/irc/epic5/distinfo +++ b/irc/epic5/distinfo @@ -1,2 +1,2 @@ -MD5 (epic4/epic4-0.9.1.tar.gz) = f8f6799b3be07e0a02ae47d0b0d28595 +MD5 (epic4/epic4-0.9.2.tar.gz) = 2e02693cfe049f676b20c07d296b658f MD5 (epic4/epic4pre2-help.tar.gz) = 176f77c1e372fc3ca184eca951cb86f5 diff --git a/irc/epic5/pkg-plist b/irc/epic5/pkg-plist index fd208ce56b63..df135a50f3b7 100644 --- a/irc/epic5/pkg-plist +++ b/irc/epic5/pkg-plist @@ -1,5 +1,5 @@ bin/epic -bin/epic-EPIC4-0.9.1 +bin/epic-EPIC4-0.9.2 libexec/wserv share/epic/help/1_General/away share/epic/help/1_General/describe |