diff options
author | martti <martti@pkgsrc.org> | 2002-01-26 06:51:17 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-01-26 06:51:17 +0000 |
commit | 00fdfbfff40c165707860ed80d607426080903a1 (patch) | |
tree | e1616a6df9fc8d62d5b81fec46d557f078ee4679 | |
parent | 8974929bc602a22f0b06ff39a7ce46e6aef12bf1 (diff) | |
download | pkgsrc-00fdfbfff40c165707860ed80d607426080903a1.tar.gz |
Updated p5-Net-IRC to 0.73 (provided by Kevin Lo in pkg/15329)
- Removed debugging information that was printing out weird messages
as far as ACTIONs were concerned
- Made the LocalAddr option actually work
- Added some more Handlers and the documentation
- Fix the IPv6 hostnames
- Anti's Patch broke MODE handling
-rw-r--r-- | net/p5-Net-IRC/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-IRC/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/p5-Net-IRC/Makefile b/net/p5-Net-IRC/Makefile index 14c08eea19f..7b5d7d2f5b0 100644 --- a/net/p5-Net-IRC/Makefile +++ b/net/p5-Net-IRC/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2001/11/26 06:50:10 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/01/26 06:51:17 martti Exp $ -DISTNAME= Net-IRC-0.70 +DISTNAME= Net-IRC-0.73 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5nir CATEGORIES= net perl5 diff --git a/net/p5-Net-IRC/distinfo b/net/p5-Net-IRC/distinfo index 4862119f441..8ec86d02e80 100644 --- a/net/p5-Net-IRC/distinfo +++ b/net/p5-Net-IRC/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 11:23:27 wiz Exp $ +$NetBSD: distinfo,v 1.3 2002/01/26 06:51:17 martti Exp $ -SHA1 (Net-IRC-0.70.tar.gz) = 1fb14b604d473eff20bd5ee9da3ede799281b360 -Size (Net-IRC-0.70.tar.gz) = 56122 bytes +SHA1 (Net-IRC-0.73.tar.gz) = 6fbefed220fa263097abd228018f8acc2b8fac5d +Size (Net-IRC-0.73.tar.gz) = 56367 bytes |