mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.011
PR: ports/134833 Approved by: maintainer timeout (clsung; 15 days) Submitted by: me
This commit is contained in:
parent
014a75bea1
commit
bd152f9a72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235274
3 changed files with 9 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Net-Interface
|
PORTNAME= Net-Interface
|
||||||
PORTVERSION= 0.11
|
PORTVERSION= 1.011
|
||||||
CATEGORIES= net perl5
|
CATEGORIES= net perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -16,6 +16,7 @@ COMMENT= Perl extension to access network interfaces
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MAN3= Net::Interface.3
|
MAN3= Net::Interface.3 Net::Interface::Developer.3 \
|
||||||
|
Net::Interface::NetSymbols.3
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (Net-Interface-0.11.tar.gz) = c15ae993fd660f2a695f6e2c6668b68b
|
MD5 (Net-Interface-1.011.tar.gz) = 62672c63fdf0b71de9c0dc710fccaf10
|
||||||
SHA256 (Net-Interface-0.11.tar.gz) = 8743c105d1f52d146263b6d7181a58552ca7cc57b1ae9bd7d0adc9c406bc1038
|
SHA256 (Net-Interface-1.011.tar.gz) = 04ed1dae38f7b39a95a214983f13f73953d81e0b259777f1eefddf24510dea23
|
||||||
SIZE (Net-Interface-0.11.tar.gz) = 15562
|
SIZE (Net-Interface-1.011.tar.gz) = 173245
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
@comment $FreeBSD$
|
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/Net/Interface.pm
|
%%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/.packlist
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Interface/Interface.bs
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Interface/Interface.bs
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Interface/Interface.so
|
%%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%%/Net
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Interface
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Interface
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||||
|
|
Loading…
Add table
Reference in a new issue