summaryrefslogtreecommitdiff
path: root/net/p5-Net/Makefile
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-04-25 08:55:17 +0000
committermef <mef@pkgsrc.org>2015-04-25 08:55:17 +0000
commit5c288f9795c49d908b4945a768e890af19f11fb3 (patch)
tree355d315812d685fa5f9d9ecc432a1b7b9583f3eb /net/p5-Net/Makefile
parent508af1eaea2a77a328d7daa169f563e7b986ac67 (diff)
downloadpkgsrc-5c288f9795c49d908b4945a768e890af19f11fb3.tar.gz
Update to 3.06
--------------- 3.06 2015-04-01 - Fixed INSTALLDIRS to account for the @INC reordering change in Perl 5.12. See Perl RT#116479 for details. (libnet entered the perl core in Perl 5.7.3 so that's what the lower bound of the check should strictly be, but since we only support Perl 5.8.1 and higher anyway it suffices to check for Perl 5.8. The upper bound is correctly Perl 5.11.0 since the @INC reordering change in question (Perl core commit #b9ba2fadb1) first appeared in Perl 5.11.0.) [CPAN RT#103238] - Fixed Net::FTP authorize() method, which incorrectly interpreted the return value of the _RESP() method and falsely reported a failure. [Troy Loveday, CPAN RT#48532] - Added optional SendHello argument to Net::SMTP->new() to allow preventing the EHLO/HELO command from being automatically sent by the constructor. [Danil Onishchenko, PR#13]
Diffstat (limited to 'net/p5-Net/Makefile')
-rw-r--r--net/p5-Net/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile
index 1157459071a..e5325eb756e 100644
--- a/net/p5-Net/Makefile
+++ b/net/p5-Net/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2015/02/20 07:37:23 mef Exp $
+# $NetBSD: Makefile,v 1.59 2015/04/25 08:55:17 mef Exp $
-DISTNAME= libnet-3.05
+DISTNAME= libnet-3.06
PKGNAME= p5-${DISTNAME:S/libnet/Net/}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}