diff options
author | mjl <mjl@pkgsrc.org> | 2002-01-19 02:57:52 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2002-01-19 02:57:52 +0000 |
commit | c29885ce1ec32e2b94e64ebda361d0025477593c (patch) | |
tree | 922a1ab0387dffb115a3c082ebfda42f57ba000a /net/p5-Net/Makefile | |
parent | f02ea6fdc04b67f51b91c4493acb9d16424726b1 (diff) | |
download | pkgsrc-c29885ce1ec32e2b94e64ebda361d0025477593c.tar.gz |
Update to 1.09.1 (libnet 1.0901).
Make tests run with 5.004
Net::SMTP
- Don't attempt to resolve the hostname to send in the greating.
If it is not provided, use localhost.localdomain
(patch from Eduardo P?rez Ureta)
netrc.t - fix RE for libnet_t.pl
Various doc cleanups
Net::FTP
- Dont send QUIT on DESTROY. Causes problems when fork() is used.
Net::Domain
- Fix bug causing $_ to be modified
Net::FTP
- Send -anonymous@ as the password for the anonymous user, not
the real username.
Net::SMTP
- Add support for SASL AUTH (only PLAIN right now)
Diffstat (limited to 'net/p5-Net/Makefile')
-rw-r--r-- | net/p5-Net/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index d6833662b7a..5259bb5137c 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2001/11/26 06:50:09 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2002/01/19 02:57:52 mjl Exp $ # FreeBSD Id: Makefile,v 1.13 1997/06/27 18:38:15 jfitz Exp # -DISTNAME= libnet-1.09 -PKGNAME= p5-Net-1.09 +DISTNAME= libnet-1.0901 +PKGNAME= p5-Net-1.09.1 SVR4_PKGNAME= p5net CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} |