Sun Aug 1 18:14:52 2010 UTC ()
Updating net/p5-NetAddr-IP from 4.027 to 4.030

Upstream changes:
4.030  Tue Jul 20 15:32:23 PDT 2010
        Resolve named hosts in Lite.pm using gethostbyname, followed by
	gethostbyname6 to determine whether to set ipV6 flag

        Thanks to Dusty Mabe <Dusty.Mabe@tekelec.com> for spotting this bug

4.029  Thu Jul  8 18:17:38 PDT 2010
	In NetAddr::IP::Lite,
        added support for the sub "new" to resolve host6 names
        if the OPTIONAL perl Socket6 module is available

	Thanks to "Mabe, Dusty" <Dusty.Mabe@tekelec.com> for spotting
	this and suggesting a fix.

4.028  Wed May 12 14:18:20 PDT 2010
	In /Lite/Util/Util.xs v1.32,
	changed netswap() to postincrement
	*a++ = to *a and added increment after save to mollify some
	picky compilers that return possible undefined behavior.

	changed type of _128x10 to 'void'

	Thanks to David Bolt <dbolt@davjam.org> for the above two patches


(sno)
diff -r1.20 -r1.21 pkgsrc/net/p5-NetAddr-IP/Makefile
diff -r1.13 -r1.14 pkgsrc/net/p5-NetAddr-IP/distinfo

cvs diff -r1.20 -r1.21 pkgsrc/net/p5-NetAddr-IP/Makefile (expand / switch to unified diff)

--- pkgsrc/net/p5-NetAddr-IP/Makefile 2009/07/08 10:07:19 1.20
+++ pkgsrc/net/p5-NetAddr-IP/Makefile 2010/08/01 18:14:52 1.21
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.20 2009/07/08 10:07:19 sno Exp $ 1# $NetBSD: Makefile,v 1.21 2010/08/01 18:14:52 sno Exp $
2# 2#
3 3
4DISTNAME= NetAddr-IP-4.027 4DISTNAME= NetAddr-IP-4.030
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6SVR4_PKGNAME= p5nai 6SVR4_PKGNAME= p5nai
7CATEGORIES= net perl5 7CATEGORIES= net perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NetAddr/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NetAddr/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/NetAddr-IP/ 11HOMEPAGE= http://search.cpan.org/dist/NetAddr-IP/
12COMMENT= Perl5 module for managing IP addresses 12COMMENT= Perl5 module for managing IP addresses
13LICENSE= artistic 13LICENSE= artistic
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17# This is for the 'test' target 17# This is for the 'test' target

cvs diff -r1.13 -r1.14 pkgsrc/net/p5-NetAddr-IP/distinfo (expand / switch to unified diff)

--- pkgsrc/net/p5-NetAddr-IP/distinfo 2009/07/08 10:07:19 1.13
+++ pkgsrc/net/p5-NetAddr-IP/distinfo 2010/08/01 18:14:52 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2009/07/08 10:07:19 sno Exp $ 1$NetBSD: distinfo,v 1.14 2010/08/01 18:14:52 sno Exp $
2 2
3SHA1 (NetAddr-IP-4.027.tar.gz) = f82515226bdadc7b4293f57eb962759ab5cd5190 3SHA1 (NetAddr-IP-4.030.tar.gz) = b5eefd47380ffa0bf7823105c91b202e9927a7a2
4RMD160 (NetAddr-IP-4.027.tar.gz) = 068f989244d2cbd4471613f9a4f1548c4d3bfcc6 4RMD160 (NetAddr-IP-4.030.tar.gz) = ff8dd21d58d6ea3dd9aa44beff5abbb2e6ed0afc
5Size (NetAddr-IP-4.027.tar.gz) = 140301 bytes 5Size (NetAddr-IP-4.030.tar.gz) = 139940 bytes