mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- update to 0.05
This commit is contained in:
parent
aec3f3a10d
commit
8157d97c83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221948
3 changed files with 8 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Array-Diff
|
||||
PORTVERSION= 0.04
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -17,7 +17,7 @@ COMMENT= Diff two arrays
|
|||
RUN_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \
|
||||
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Array::Diff.3
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Array-Diff-0.04.tar.gz) = 7c08993e1d15dfae959b706db23f5a65
|
||||
SHA256 (Array-Diff-0.04.tar.gz) = ca01c940ce6126e6504ade20dce78a3b9d543969489c1fb0b85b0a7cd5a4c18f
|
||||
SIZE (Array-Diff-0.04.tar.gz) = 10124
|
||||
MD5 (Array-Diff-0.05.tar.gz) = c3406182105e1206e1916452cfdf95cc
|
||||
SHA256 (Array-Diff-0.05.tar.gz) = 5749745908cd8196cb4f5524cd8a2edef8644ce2f8274c2fc522411f38c2c038
|
||||
SIZE (Array-Diff-0.05.tar.gz) = 42296
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
%%SITE_PERL%%/Array/Diff.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Diff/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Diff
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array
|
||||
@dirrmtry %%SITE_PERL%%/Array
|
||||
|
|
Loading…
Add table
Reference in a new issue