diff options
author | mrg <mrg@pkgsrc.org> | 1999-07-15 06:26:27 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 1999-07-15 06:26:27 +0000 |
commit | 3e7a955418168d76bb9ae6f8bb924ed41fa27a15 (patch) | |
tree | 2a07948eff9cd6c3a095f3dfb6aa22d39ec373fb /net/ircII/Makefile | |
parent | 7afea7f4554cb03c6a11b32b1d0b5f1af389c283 (diff) | |
download | pkgsrc-3e7a955418168d76bb9ae6f8bb924ed41fa27a15.tar.gz |
update to 4.4J, which fixes:
- CAST128-CBC bugs. this version unfortunately is
incompatible with earlier versions due to badly
generate keys.
- ICB port number defaults correctly to 7326.
- new $servertype() so you can tell if you are on
an ICB or IRC connection.
- /register support for the 'icb' script.
also, don't remove `ircII.servers' and `ircII.motd' as these files
are created by humans not a package and removing them is really evil
(the only time they exist is if they are manually created). lucky
for me, i read this closely before running `pkg_delete'.
Diffstat (limited to 'net/ircII/Makefile')
-rw-r--r-- | net/ircII/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/ircII/Makefile b/net/ircII/Makefile index 289e045fd3a..08446129334 100644 --- a/net/ircII/Makefile +++ b/net/ircII/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.18 1999/05/21 22:09:21 tron Exp $ +# $NetBSD: Makefile,v 1.19 1999/07/15 06:26:27 mrg Exp $ # FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp # -DISTNAME= ircii-4.4I -PKGNAME= ircII-4.4I -WRKSRC= ${WRKDIR}/ircii-4.4I +DISTNAME= ircii-4.4J +PKGNAME= ircII-4.4J +WRKSRC= ${WRKDIR}/ircii-4.4J CATEGORIES= net MASTER_SITES= ftp://ftp.au.netbsd.org/pub/ircII/ MAINTAINER= packages@netbsd.org GNU_CONFIGURE= yes -#CONFIGURE_ARGS+= --with-default-server=SERVER[:PORT] CONFIGURE_ARGS+= ${IRCII_CONFIGURE_ARGS} CONFIGURE_ENV+= ${IRCII_CONFIGURE_ENV} |