diff options
author | seb <seb> | 2002-03-14 21:56:34 +0000 |
---|---|---|
committer | seb <seb> | 2002-03-14 21:56:34 +0000 |
commit | 7d8952d263f935b5e4db7db4f7e78739ebf0b507 (patch) | |
tree | 090844a353458cab2b1dbe6d5b8a86929d776cbf /net/p5-Net | |
parent | 6df4abd70d1c15930ea0f0a2305a506e22a6696b (diff) | |
download | pkgsrc-7d8952d263f935b5e4db7db4f7e78739ebf0b507.tar.gz |
Update to version 1.10, provided in PR#15898 by Shell Hung
<shell@shellhung.org>.
Notable changes since version 1.0901:
- Net::FTP::I Don't call sysread multiple times after calling select() as it
may block.
- Net::POP3 Patches from Ville Skytta for various cleanup and use Digest::MD5.
- Net::Cmd, Net::NNTP, Net::POP3, Net::SMTP
Add support for returning tied filehandles from some operations.
- Net::FTP Allow tied handles to be passed to get/put.
- Net::Cmd Pod changes from Robin Barker.
- Net::FTP Don't do EBCDIC translation on a binary transfer.
- Net::FTP Fix docs for anonymous login.
- Net::SMTP Support binding to a local port/address
- Net::Netrc Support exscaping in the netrc file.
Diffstat (limited to 'net/p5-Net')
-rw-r--r-- | net/p5-Net/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Net/distinfo | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 5259bb5137c..ca272ea950b 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2002/01/19 02:57:52 mjl Exp $ +# $NetBSD: Makefile,v 1.25 2002/03/14 21:56:34 seb Exp $ # FreeBSD Id: Makefile,v 1.13 1997/06/27 18:38:15 jfitz Exp # -DISTNAME= libnet-1.0901 -PKGNAME= p5-Net-1.09.1 +DISTNAME= libnet-1.10 +PKGNAME= p5-Net-1.10 SVR4_PKGNAME= p5net CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -12,8 +12,6 @@ MAINTAINER= shell@shellhung.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/Net/libnetFAQ.html COMMENT= perl5 modules to access and use network protocols -DEPENDS+= {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:../../lang/perl5 - USE_BUILDLINK_ONLY= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/.packlist diff --git a/net/p5-Net/distinfo b/net/p5-Net/distinfo index 3e2a59d255c..c796b246363 100644 --- a/net/p5-Net/distinfo +++ b/net/p5-Net/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2002/01/19 02:57:52 mjl Exp $ +$NetBSD: distinfo,v 1.5 2002/03/14 21:56:35 seb Exp $ -SHA1 (libnet-1.0901.tar.gz) = bb057a8662256319ea87f0694cb193173c29227f -Size (libnet-1.0901.tar.gz) = 63556 bytes +SHA1 (libnet-1.10.tar.gz) = 34356ec02f21d1de9e6748bce15e806a265f9edc +Size (libnet-1.10.tar.gz) = 65421 bytes SHA1 (patch-aa) = 655b2ee1c751818c7f90123dfde0cb06a8237b34 |