- Update to 1.014
PR: ports/165843 Submitted by: wen Approved by: maintainer (timeout, 47 days)
This commit is contained in:
parent
35c49f6c73
commit
520c138566
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295412
4 changed files with 8 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Test-Dir
|
||||
PORTVERSION= 1.006
|
||||
PORTVERSION= 1.014
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -16,6 +16,8 @@ COMMENT= Test directory attributes
|
|||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Test::Dir.3 Test::Folder.3
|
||||
MAN3= Test::Dir.3 \
|
||||
Test::Dir::Base.3 \
|
||||
Test::Folder.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Test-Dir-1.006.tar.gz) = 09bd6ee4377d8cdeed09844f0b281aa7cd3221658bf54b588f4f0f4adad9ff95
|
||||
SIZE (Test-Dir-1.006.tar.gz) = 14532
|
||||
SHA256 (Test-Dir-1.014.tar.gz) = b36efc286f8127b04fd7bb0dfdf4bd0a090b175872e35b5ce6d4d80c772c28bf
|
||||
SIZE (Test-Dir-1.014.tar.gz) = 21360
|
||||
|
|
|
@ -8,5 +8,4 @@ dir_not_exists_ok
|
|||
|
||||
Ok if the directory does not exist, and not ok otherwise.
|
||||
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-Dir/
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
%%SITE_PERL%%/Test/Dir.pm
|
||||
%%SITE_PERL%%/Test/Dir/Base.pm
|
||||
%%SITE_PERL%%/Test/Folder.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Dir/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Dir
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
|
||||
@dirrm %%SITE_PERL%%/Test/Dir
|
||||
@dirrmtry %%SITE_PERL%%/Test
|
||||
|
|
Loading…
Reference in a new issue