diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-07 15:32:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-07 15:32:56 +0000 |
commit | 05ee0a77708c031caa1108005b2e8a838b3ebc28 (patch) | |
tree | 13dc06ecdf83570b12b94a01d2b909088dbf7f78 /chat/epic4/Makefile | |
parent | 4e96e58a1e6e627b566f5fd1833f9d61264b0973 (diff) | |
download | pkgsrc-05ee0a77708c031caa1108005b2e8a838b3ebc28.tar.gz |
Update to 1.2.1.
*** News -- 12/01/2003 -- Double quoted filenames via dcc from other clients
is now supported.
*** News -- 12/01/2003 -- New $windowctl() value, "DOUBLE"
*** News -- 11/30/2003 -- /XECHO -L now overrides "target window"
*** News -- 11/30/2003 -- "Fixed" and "skipped" windows now special
*** News -- 11/30/2003 -- New /ON , /ON WINDOW_COMMAND
*** News -- 11/24/2003 -- New built in function, $windowct()
*** News -- 11/21/2003 -- /SERVER <host> now honors server groups
*** News -- 11/21/2003 -- New math parser can now use 64 bit integers
and perhaps some other stuff, but that's all that's in the news file.
Diffstat (limited to 'chat/epic4/Makefile')
-rw-r--r-- | chat/epic4/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/chat/epic4/Makefile b/chat/epic4/Makefile index 3af76398953..0afac6af92e 100644 --- a/chat/epic4/Makefile +++ b/chat/epic4/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.20 2003/11/12 03:39:39 jschauma Exp $ +# $NetBSD: Makefile,v 1.21 2003/12/07 15:32:56 wiz Exp $ # -DISTNAME= epic4-1.1.12 +DISTNAME= epic4-1.2.1 CATEGORIES= chat -PKGREVISION= 1 -MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-ALPHA/ \ - ftp://ftp.icm.edu.pl/pub/unix/irc/EPIC/EPIC4-ALPHA/ \ - ftp://ftp.archive.de.uu.net/pub/unix/irc/epic/EPIC4-ALPHA/ \ - ftp://ftp.nl.uu.net/pub/unix/irc/epic/EPIC4-ALPHA/ +MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-BETA/ \ + ftp://ftp.icm.edu.pl/pub/unix/irc/EPIC/EPIC4-BETA/ \ + ftp://ftp.archive.de.uu.net/pub/unix/irc/epic/EPIC4-BETA/ \ + ftp://ftp.nl.uu.net/pub/unix/irc/epic/EPIC4-BETA/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= zuntum@NetBSD.org |