summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-03-10 08:55:29 +0000
committersno <sno@pkgsrc.org>2010-03-10 08:55:29 +0000
commit3eab78692e814da58e21240f3ae45680f612cc23 (patch)
tree59fb7057bc18bb8c6f1a5116c05e34fcefd48625 /net
parentd75181ee71c1e21b4036f0a88d7ef9a00306d28c (diff)
downloadpkgsrc-3eab78692e814da58e21240f3ae45680f612cc23.tar.gz
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
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-Interface/Makefile7
-rw-r--r--net/p5-Net-Interface/distinfo9
-rw-r--r--net/p5-Net-Interface/patches/patch-aa15
3 files changed, 8 insertions, 23 deletions
diff --git a/net/p5-Net-Interface/Makefile b/net/p5-Net-Interface/Makefile
index 56368fc3f44..3b6892a053e 100644
--- a/net/p5-Net-Interface/Makefile
+++ b/net/p5-Net-Interface/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/03/21 13:50:18 sno Exp $
+# $NetBSD: Makefile,v 1.2 2010/03/10 08:55:29 sno Exp $
-DISTNAME= Net-Interface-1.010
+DISTNAME= Net-Interface-1.012
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/${DISTNAME}
COMMENT= Perl extension to access network interfaces
+LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
@@ -17,7 +18,7 @@ PERL5_PACKLIST= auto/Net/Interface/.packlist
REPLACE_PERL+= inst/netsymbols.pl
pre-configure:
- @${FIND} ${WRKSRC} -name '*.orig' -print -type f | ${XARGS} ${RM} -f
+ ${FIND} ${WRKSRC} -name '*.orig' -print -type f | ${XARGS} ${RM} -f
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/p5-Net-Interface/distinfo b/net/p5-Net-Interface/distinfo
index ce64d065a3a..b32b7be9e8c 100644
--- a/net/p5-Net-Interface/distinfo
+++ b/net/p5-Net-Interface/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/03/21 13:50:18 sno Exp $
+$NetBSD: distinfo,v 1.2 2010/03/10 08:55:29 sno Exp $
-SHA1 (Net-Interface-1.010.tar.gz) = 6328db6d706c28f974c1a3a6a3a629e8c9818dc7
-RMD160 (Net-Interface-1.010.tar.gz) = f9b5059c8b8a0da4c16d0a8e346d81abb239439c
-Size (Net-Interface-1.010.tar.gz) = 173123 bytes
-SHA1 (patch-aa) = 94ffbe6a6a27f73c9524ab66cd66afde53a615ce
+SHA1 (Net-Interface-1.012.tar.gz) = 2567ccd68128b851e4fe7b186a5a4308f47646a5
+RMD160 (Net-Interface-1.012.tar.gz) = 39171b79699db38db2ad75f3740c0150022bc679
+Size (Net-Interface-1.012.tar.gz) = 173350 bytes
diff --git a/net/p5-Net-Interface/patches/patch-aa b/net/p5-Net-Interface/patches/patch-aa
deleted file mode 100644
index 22f122f6846..00000000000
--- a/net/p5-Net-Interface/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2009/03/21 13:50:18 sno Exp $
-
---- inst/netsymbols.pl.orig 2009-03-21 13:27:00.000000000 +0000
-+++ inst/netsymbols.pl 2009-03-21 13:29:41.000000000 +0000
-@@ -281,8 +281,8 @@
- |;
- ### populate exports
-
--print NFe q|#!/usr/bin/perl
--#
-+print NFe "#!$^X\n";
-+print NFe q|#
- # DO NOT ALTER THIS FILE
- # IT IS WRITTEN BY Makefile.PL and inst/netsymbols.pl
- # EDIT THOSE INSTEAD