- update port from v0.08 to v0.09
Approved by: tobez
This commit is contained in:
parent
e899897011
commit
c24b9b31d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148974
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Tree-Simple-VisitorFactory
|
||||
PORTVERSION= 0.08
|
||||
PORTVERSION= 0.09
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Tree
|
||||
@ -41,6 +41,10 @@ MAN3= Tree::Simple::Visitor::BreadthFirstTraversal.3 \
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
post-patch:
|
||||
${RM} ${WRKSRC}/lib/Tree/Simple/._VisitorFactory.pm
|
||||
${RM} ${WRKSRC}/lib/Tree/Simple/Visitor/._FindByPath.pm
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
|
@ -1,2 +1,3 @@
|
||||
MD5 (Tree-Simple-VisitorFactory-0.08.tar.gz) = da9da36dd4d34eced5c8c55c9d797cf6
|
||||
SIZE (Tree-Simple-VisitorFactory-0.08.tar.gz) = 28081
|
||||
MD5 (Tree-Simple-VisitorFactory-0.09.tar.gz) = 52dd8e2fc4a74311a0f11e9bfc28c518
|
||||
SHA256 (Tree-Simple-VisitorFactory-0.09.tar.gz) = 8495afaeab968f2009d796b6c416a833314fd6377e608ffebbf8c4c59221724d
|
||||
SIZE (Tree-Simple-VisitorFactory-0.09.tar.gz) = 28494
|
||||
|
@ -1,4 +1,3 @@
|
||||
%%SITE_PERL%%/Tree/Simple/Visitor/._FindByPath.pm
|
||||
%%SITE_PERL%%/Tree/Simple/Visitor/BreadthFirstTraversal.pm
|
||||
%%SITE_PERL%%/Tree/Simple/Visitor/CreateDirectoryTree.pm
|
||||
%%SITE_PERL%%/Tree/Simple/Visitor/FindByNodeValue.pm
|
||||
|
Loading…
Reference in New Issue
Block a user