summaryrefslogtreecommitdiff
path: root/net/p5-Net/Makefile
diff options
context:
space:
mode:
authorshell <shell>2003-06-14 09:18:10 +0000
committershell <shell>2003-06-14 09:18:10 +0000
commitc942e2c742785bef833e311b5662b3f5350b8893 (patch)
treeb481cea38a2b37f7b1c011ebf6a6fc86fa849876 /net/p5-Net/Makefile
parent18d46872fdadbf79576c21eb658711a1a88a03c4 (diff)
downloadpkgsrc-c942e2c742785bef833e311b5662b3f5350b8893.tar.gz
Updated to p5-Net-1.15
Changes (from 1.13) : Global : - Use read/print instead of sysread/syswrite for local files so CRLF translation happens if it needs to - Some Docs updated Net::FTP : - Fix merge error spotted by Slaven Rezic - Support for ALLO command (patch from Matthew N. Andrews) - Add some error checking to the examples in the SYNOPSIS - Allow the firewall type to be specified in Net::Config (patch from Philip Newton) Net::SMTP : - Allow multiple hosts to be passed to new() as an array reference - Support MTAs with broken HELO response (patch from Michael Driscoll) - Support for BINARYMIME (patch from Richard Coles) - Fixes to the DSN parameter to mail() (patch from Rafael Garcia-Suarez) - Make the use of email address extraction configurable. By default it is now back how it was Some changes in Net::NNTP, Net::Domain and Net::Cmd please see ChangeLog.
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 5ba2b11c7e7..c91e5246d7f 100644
--- a/net/p5-Net/Makefile
+++ b/net/p5-Net/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.29 2003/03/17 01:29:32 seb Exp $
+# $NetBSD: Makefile,v 1.30 2003/06/14 09:18:10 shell Exp $
# FreeBSD Id: Makefile,v 1.13 1997/06/27 18:38:15 jfitz Exp
#
-DISTNAME= libnet-1.13
-PKGNAME= p5-Net-1.13
+DISTNAME= libnet-1.15
+PKGNAME= p5-Net-1.15
SVR4_PKGNAME= p5net
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}