mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Update to 0.1405
Changes: http://search.cpan.org/dist/Validator-Custom/Changes
This commit is contained in:
parent
9e927fd1fa
commit
80c0a67632
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264504
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Validator-Custom
|
||||
PORTVERSION= 0.1403
|
||||
PORTVERSION= 0.1405
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -22,6 +22,7 @@ PERL_CONFIGURE= yes
|
||||
MAN3= Validator::Custom.3 \
|
||||
Validator::Custom::Basic::Constraints.3 \
|
||||
Validator::Custom::Guides.3 \
|
||||
Validator::Custom::Guildes::Ja.3 \
|
||||
Validator::Custom::Result.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (Validator-Custom-0.1403.tar.gz) = a0f33c4d8d017bc8e9beecd0cc821505
|
||||
SHA256 (Validator-Custom-0.1403.tar.gz) = befde5c128b38fb678ddc2ba7690650fcfa000c4704f013c27abd4daf79ecd3c
|
||||
SIZE (Validator-Custom-0.1403.tar.gz) = 19374
|
||||
SHA256 (Validator-Custom-0.1405.tar.gz) = f9a86806f21f307c243ce0ef75a779dbf89f0963cf82a7cdb2a94fefa4f53307
|
||||
SIZE (Validator-Custom-0.1405.tar.gz) = 21839
|
||||
|
@ -1,10 +1,12 @@
|
||||
%%SITE_PERL%%/Validator/Custom.pm
|
||||
%%SITE_PERL%%/Validator/Custom/Basic/Constraints.pm
|
||||
%%SITE_PERL%%/Validator/Custom/Guides.pod
|
||||
%%SITE_PERL%%/Validator/Custom/Guildes/Ja.pod
|
||||
%%SITE_PERL%%/Validator/Custom/Result.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Validator/Custom/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Validator/Custom
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Validator/Custom
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Validator
|
||||
@dirrmtry %%SITE_PERL%%/Validator/Custom/Basic
|
||||
@dirrmtry %%SITE_PERL%%/Validator/Custom
|
||||
@dirrm %%SITE_PERL%%/Validator/Custom/Guildes
|
||||
@dirrm %%SITE_PERL%%/Validator/Custom/Basic
|
||||
@dirrm %%SITE_PERL%%/Validator/Custom
|
||||
@dirrmtry %%SITE_PERL%%/Validator
|
||||
|
Loading…
Reference in New Issue
Block a user