Wed Mar 10 08:55:30 2010 UTC ()
Updating net/p5-Net-Interface from 1.010 to 1.012

pkgsrc changes:
- Add license definition
- Remove patch-aa (applied upstream)

Upstream changes:
1.012  Mon Mar  8 10:42:51 PST 2010
	Interface.xs	add test for NULL interface value to skip invalids
	thanks to Brian West <brian@freeswitch.org> for the fix

	typo update in Developer.pm

1.011  Mon Mar 23 13:55:58 PDT 2009
	update inst/netsymbols.pl v0.09 to use $Config{perlpath}
	instead of the default '/usr/bin/perl' when building
	lib/Net/Interface/NetSymbols.pm
	This will make 'pkgsrc' happy


(sno)
diff -r1.1.1.1 -r1.2 pkgsrc/net/p5-Net-Interface/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/net/p5-Net-Interface/distinfo
diff -r1.1.1.1 -r0 pkgsrc/net/p5-Net-Interface/patches/patch-aa

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/p5-Net-Interface/Makefile (expand / switch to unified diff)

--- pkgsrc/net/p5-Net-Interface/Makefile 2009/03/21 13:50:18 1.1.1.1
+++ pkgsrc/net/p5-Net-Interface/Makefile 2010/03/10 08:55:29 1.2
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.1.1.1 2009/03/21 13:50:18 sno Exp $ 1# $NetBSD: Makefile,v 1.2 2010/03/10 08:55:29 sno Exp $
2 2
3DISTNAME= Net-Interface-1.010 3DISTNAME= Net-Interface-1.012
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= net perl5 5CATEGORIES= net perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/${DISTNAME} 9HOMEPAGE= http://search.cpan.org/dist/${DISTNAME}
10COMMENT= Perl extension to access network interfaces 10COMMENT= Perl extension to access network interfaces
 11LICENSE= ${PERL5_LICENSE}
11 12
12PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
13PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
14 15
15PERL5_PACKLIST= auto/Net/Interface/.packlist 16PERL5_PACKLIST= auto/Net/Interface/.packlist
16 17
17REPLACE_PERL+= inst/netsymbols.pl 18REPLACE_PERL+= inst/netsymbols.pl
18 19
19pre-configure: 20pre-configure:
20 @${FIND} ${WRKSRC} -name '*.orig' -print -type f | ${XARGS} ${RM} -f 21 ${FIND} ${WRKSRC} -name '*.orig' -print -type f | ${XARGS} ${RM} -f
21 22
22.include "../../lang/perl5/module.mk" 23.include "../../lang/perl5/module.mk"
23.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/p5-Net-Interface/distinfo (expand / switch to unified diff)

--- pkgsrc/net/p5-Net-Interface/distinfo 2009/03/21 13:50:18 1.1.1.1
+++ pkgsrc/net/p5-Net-Interface/distinfo 2010/03/10 08:55:29 1.2
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2009/03/21 13:50:18 sno Exp $ 1$NetBSD: distinfo,v 1.2 2010/03/10 08:55:29 sno Exp $
2 2
3SHA1 (Net-Interface-1.010.tar.gz) = 6328db6d706c28f974c1a3a6a3a629e8c9818dc7 3SHA1 (Net-Interface-1.012.tar.gz) = 2567ccd68128b851e4fe7b186a5a4308f47646a5
4RMD160 (Net-Interface-1.010.tar.gz) = f9b5059c8b8a0da4c16d0a8e346d81abb239439c 4RMD160 (Net-Interface-1.012.tar.gz) = 39171b79699db38db2ad75f3740c0150022bc679
5Size (Net-Interface-1.010.tar.gz) = 173123 bytes 5Size (Net-Interface-1.012.tar.gz) = 173350 bytes
6SHA1 (patch-aa) = 94ffbe6a6a27f73c9524ab66cd66afde53a615ce 

File Deleted: pkgsrc/net/p5-Net-Interface/patches/Attic/patch-aa