summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-02-27 12:20:55 +0000
committerobache <obache@pkgsrc.org>2011-02-27 12:20:55 +0000
commitff3d939bd099d640f5606e29e9f10b174dc0b251 (patch)
treeef4e683c1eaa81de50c08b9cad2ec2cbce4e467b /net
parenta424ade1ea435d93fdc527ec229341641cf9b094 (diff)
downloadpkgsrc-ff3d939bd099d640f5606e29e9f10b174dc0b251.tar.gz
Update p5-NetAddr-IP to 4.038.
4.038 Fri Dec 17 17:47:47 PST 2010 Modify subs "new" and "new6" in Lite.pm to accomodate Cisco mask syntax that uses space instead of "/" for a separator This eliminates the need for "new_cis" and "newcis6" which are now deprecated. Modify LIte/t/v4-cnew.t and add Lite/t/v6-cnew.t to test the above 4.037 Fri Nov 19 10:48:01 PST 2010 add :upper and :lower to Lite.pm v1.23 add comments about rfc5952 requirement for lowercase ipV6 notation in Lite.pm v1.23 and IP.pm add test for :lower in Lite.pm v1.23 4.036 Tue Nov 16 16:28:37 PST 2010 In Util.pm v1.35, naip_gethostbyname modified to return undef instead of 0 (zero) on failure thanks to Terry Cassidy enaudishaylee@tc17.com for the bug report In Util.pm v1.35, move sub's ipv6_n2d and ipv6_n2x to non-autosplit portion of module to eliminate warnings during autosplit of "our" variables thanks to Nicholas Bamber <nicholas@periapt.co.uk> Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517361 In Lite.pm v1.22, update new6 to properly classify short ipv4 notation i.e. 127/8 with test for ":" rather than match for \d.\d.\d.\d thanks to Steve Huff (SHUFF) * shuff@cpan.org for spotting that bug. In Lite.pm v1.22, update t/v4-new.t for deprecated array syntax in perl 5.13 was: qw(...stuff...) is: (qw(...stuff...)) thanks to Todd Rinaldo <toddr@cpan.org> for reporting this 4.035 Thu Oct 28 14:26:19 PDT 2010 fix bug in Lite v1.21 where new6 improperly assigns the mask value for and ipv4 address in 32 bit space instead of 128 bit space Thanks to Mark Martinec and Steve Huff (SHUFF) * shuff@cpan.org for spotting and replicating that bug added new_cis and new_cis6 to Lite.pm v1.21 to accomodate Cisco syntax that has IP and MASK seperated by a space. Updated typo in documentation that left out example print new6 stuff 4.034 Mon Oct 25 16:22:01 PDT 2010 Updated Lite::_xnew v1.20 to properly handle ipV6 notation of the form xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, DDD Thanks to Dusty Mabe <Dusty.Mabe@tekelec.com> for spotting this bug 4.033 Wed Sep 29 10:32:50 PDT 2010 Conditionalize import of AF_INET6 in Util.pm NetAddr::IP::UtilPolluted 4.032 Wed Sep 22 13:39:08 PDT 2010 Added overload => 'ne' and '!=' to Lite.pm v1.18 4.031 Tue Sep 21 19:21:04 PDT 2010 Pull Socket6 stuff out of Lite 1.17 and put into NetAddr::IP::Util.pm 1.33 in its own namespace
Diffstat (limited to 'net')
-rw-r--r--net/p5-NetAddr-IP/Makefile12
-rw-r--r--net/p5-NetAddr-IP/distinfo8
2 files changed, 9 insertions, 11 deletions
diff --git a/net/p5-NetAddr-IP/Makefile b/net/p5-NetAddr-IP/Makefile
index c236d7a7898..803bc33c545 100644
--- a/net/p5-NetAddr-IP/Makefile
+++ b/net/p5-NetAddr-IP/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2010/08/21 16:35:30 seb Exp $
+# $NetBSD: Makefile,v 1.23 2011/02/27 12:20:55 obache Exp $
#
-DISTNAME= NetAddr-IP-4.030
+DISTNAME= NetAddr-IP-4.038
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5nai
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NetAddr/}
@@ -25,11 +24,10 @@ REPLACE_PERL+= Lite/Util/lib/NetAddr/IP/UtilPP.pm
REPLACE_PERL+= Lite/Util/tlib/NetAddr/IP/Util_IS.pm
SUBST_CLASSES+= fixperl
-SUBST_STAGE.fixperl= pre-install
+SUBST_STAGE.fixperl= pre-configure
SUBST_MESSAGE.fixperl= Fixing perl interpreter
-SUBST_FILES.fixperl= blib/lib/NetAddr/IP/Util_IS.pm
-SUBST_FILES.fixperl+= Lite/Util/Util_IS.pm
-SUBST_SED.fixperl= -e '1s=^\#![[:space:]]*.*perl[^[:space:]]*=\#!${PERL5}='
+SUBST_FILES.fixperl+= Lite/Util/Makefile.PL
+SUBST_SED.fixperl= -e 's,/usr/bin/perl,${PERL5},'
USE_LANGUAGES= c
diff --git a/net/p5-NetAddr-IP/distinfo b/net/p5-NetAddr-IP/distinfo
index b8a4b42ca45..4313fe6a296 100644
--- a/net/p5-NetAddr-IP/distinfo
+++ b/net/p5-NetAddr-IP/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2010/08/01 18:14:52 sno Exp $
+$NetBSD: distinfo,v 1.15 2011/02/27 12:20:55 obache Exp $
-SHA1 (NetAddr-IP-4.030.tar.gz) = b5eefd47380ffa0bf7823105c91b202e9927a7a2
-RMD160 (NetAddr-IP-4.030.tar.gz) = ff8dd21d58d6ea3dd9aa44beff5abbb2e6ed0afc
-Size (NetAddr-IP-4.030.tar.gz) = 139940 bytes
+SHA1 (NetAddr-IP-4.038.tar.gz) = c8797af2394cdd84b3c5a85eb2f40788552e9514
+RMD160 (NetAddr-IP-4.038.tar.gz) = 3533e09fd5bbcd56b2329281295a018b937908ff
+Size (NetAddr-IP-4.038.tar.gz) = 145934 bytes