- Update to 1.9018
- Support STAGEDIR Changes: 1.9018 2013-09-26 - Minor MANIFEST fix. 1.9017 2013-09-20 - Add network split() function. - Re-arrange the distribution a bit.
This commit is contained in:
parent
f589798dd1
commit
b9a35a9124
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328868
3 changed files with 4 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Net-Netmask
|
||||
PORTVERSION= 1.9016
|
||||
PORTVERSION= 1.9018
|
||||
CATEGORIES= net-mgmt perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Perl module to parse, manipulate, and lookup IP network blocks
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::Netmask.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Net-Netmask-1.9016.tar.gz) = 76284ee6274f4682f2ec1976da7252c7b9ed0386febfd872009f64c2aeffffa9
|
||||
SIZE (Net-Netmask-1.9016.tar.gz) = 17911
|
||||
SHA256 (Net-Netmask-1.9018.tar.gz) = 50dd03bf61ea238fbfea02889cf2c984307ee7e43781eea2c04bad7c01f1aa44
|
||||
SIZE (Net-Netmask-1.9018.tar.gz) = 18574
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
%%SITE_PERL%%/Net/Netmask.pod
|
||||
%%SITE_PERL%%/Net/Netmask.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Netmask/.packlist
|
||||
%%PERL5_MAN3%%/Net::Netmask.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Netmask
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
|
|
Loading…
Reference in a new issue