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>
This commit is contained in:
parent
ec8861a168
commit
44e8f1a6f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31143
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user