diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-06-06 06:53:27 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-06-06 06:53:27 +0800 |
commit | 5b2e27d430321ff6b84c02dc4134b214dc3ab414 (patch) | |
tree | ce0f08285801ac85e5025a1262fa2be4604f6a72 /net/p5-Net-Interface | |
parent | c716108e92bcf38f0ba40e1af3b86ee79c784e50 (diff) | |
download | freebsd-ports-gnome-5b2e27d430321ff6b84c02dc4134b214dc3ab414.tar.gz freebsd-ports-gnome-5b2e27d430321ff6b84c02dc4134b214dc3ab414.tar.zst freebsd-ports-gnome-5b2e27d430321ff6b84c02dc4134b214dc3ab414.zip |
- Update to 1.011
PR: ports/134833
Approved by: maintainer timeout (clsung; 15 days)
Submitted by: me
Diffstat (limited to 'net/p5-Net-Interface')
-rw-r--r-- | net/p5-Net-Interface/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Net-Interface/distinfo | 6 | ||||
-rw-r--r-- | net/p5-Net-Interface/pkg-plist | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net/p5-Net-Interface/Makefile b/net/p5-Net-Interface/Makefile index 9e92e5e7db20..d030440c79a7 100644 --- a/net/p5-Net-Interface/Makefile +++ b/net/p5-Net-Interface/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Interface -PORTVERSION= 0.11 +PORTVERSION= 1.011 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +16,7 @@ COMMENT= Perl extension to access network interfaces PERL_CONFIGURE= yes -MAN3= Net::Interface.3 +MAN3= Net::Interface.3 Net::Interface::Developer.3 \ + Net::Interface::NetSymbols.3 .include <bsd.port.mk> diff --git a/net/p5-Net-Interface/distinfo b/net/p5-Net-Interface/distinfo index 289752f5a367..36009c98a72a 100644 --- a/net/p5-Net-Interface/distinfo +++ b/net/p5-Net-Interface/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-Interface-0.11.tar.gz) = c15ae993fd660f2a695f6e2c6668b68b -SHA256 (Net-Interface-0.11.tar.gz) = 8743c105d1f52d146263b6d7181a58552ca7cc57b1ae9bd7d0adc9c406bc1038 -SIZE (Net-Interface-0.11.tar.gz) = 15562 +MD5 (Net-Interface-1.011.tar.gz) = 62672c63fdf0b71de9c0dc710fccaf10 +SHA256 (Net-Interface-1.011.tar.gz) = 04ed1dae38f7b39a95a214983f13f73953d81e0b259777f1eefddf24510dea23 +SIZE (Net-Interface-1.011.tar.gz) = 173245 diff --git a/net/p5-Net-Interface/pkg-plist b/net/p5-Net-Interface/pkg-plist index 8fefe47433af..838c03fbd384 100644 --- a/net/p5-Net-Interface/pkg-plist +++ b/net/p5-Net-Interface/pkg-plist @@ -1,8 +1,10 @@ -@comment $FreeBSD$ %%SITE_PERL%%/%%PERL_ARCH%%/Net/Interface.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/Interface/Developer.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/Interface/NetSymbols.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Interface/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Interface/Interface.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Interface/Interface.so +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net/Interface @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Interface @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net |