summaryrefslogtreecommitdiff
path: root/net/p5-Net/Makefile
diff options
context:
space:
mode:
authormjl <mjl>2002-01-19 02:57:52 +0000
committermjl <mjl>2002-01-19 02:57:52 +0000
commitb82c73c85dd2864b58221416dfd4c2fd3d2bad4f (patch)
tree922a1ab0387dffb115a3c082ebfda42f57ba000a /net/p5-Net/Makefile
parentc7f04e463543c60378d43e2fb1a2dd8e9e3292f2 (diff)
downloadpkgsrc-b82c73c85dd2864b58221416dfd4c2fd3d2bad4f.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/Makefile6
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/}