- Update to 0.31
This commit is contained in:
parent
95bbb2359f
commit
fabc490448
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264907
3 changed files with 7 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Bio-Phylo
|
||||
PORTVERSION= 0.30
|
||||
PORTVERSION= 0.31
|
||||
CATEGORIES= biology perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -33,6 +33,7 @@ MAN3= Bio::Phylo.3 \
|
|||
Bio::Phylo::Forest::Node.3 \
|
||||
Bio::Phylo::Forest::Tree.3 \
|
||||
Bio::Phylo::Generator.3 \
|
||||
Bio::Phylo::Identifiable.3 \
|
||||
Bio::Phylo::IO.3 \
|
||||
Bio::Phylo::Listable.3 \
|
||||
Bio::Phylo::Manual.3 \
|
||||
|
@ -86,6 +87,7 @@ MAN3= Bio::Phylo.3 \
|
|||
Bio::Phylo::Unparsers::Nexml.3 \
|
||||
Bio::Phylo::Unparsers::Nexus.3 \
|
||||
Bio::Phylo::Unparsers::Pagel.3 \
|
||||
Bio::Phylo::Unparsers::Phylip.3 \
|
||||
Bio::Phylo::Util::CONSTANT.3 \
|
||||
Bio::Phylo::Util::Logger.3 \
|
||||
Bio::Phylo::Util::IDPool.3 \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Bio-Phylo-0.30.tar.gz) = 9600ecdedc5147fb1e15265c6a7e3b3648ec9d953c234864e779ed83edfcf087
|
||||
SIZE (Bio-Phylo-0.30.tar.gz) = 241313
|
||||
SHA256 (Bio-Phylo-0.31.tar.gz) = 2181efb9f34adb1b5f607f8969340cfa13b43fe3c0365400694453fc2c448db0
|
||||
SIZE (Bio-Phylo-0.31.tar.gz) = 243139
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
%%SITE_PERL%%/Bio/Phylo/Forest/Node.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Forest/Tree.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Generator.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Identifiable.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/IO.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Factory.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Listable.pm
|
||||
|
@ -60,6 +61,7 @@
|
|||
%%SITE_PERL%%/Bio/Phylo/Unparsers/Nexml.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Unparsers/Nexus.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Unparsers/Pagel.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Unparsers/Phylip.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Util/Logger.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Util/CONSTANT.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Util/Exceptions.pm
|
||||
|
|
Loading…
Reference in a new issue