diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-10-25 10:59:25 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-10-25 10:59:25 +0000 |
commit | 8d82354698a7d056e8cdf77af556077339b1118b (patch) | |
tree | af35b898095c1ea9da878570dddbdf77ad8ca132 /biology | |
parent | 3ae9530eea5d0459ada24c68a1d1a1293efdef02 (diff) | |
download | ports-8d82354698a7d056e8cdf77af556077339b1118b.tar.gz ports-8d82354698a7d056e8cdf77af556077339b1118b.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/p5-Bio-Phylo/Makefile | 5 | ||||
-rw-r--r-- | biology/p5-Bio-Phylo/distinfo | 6 | ||||
-rw-r--r-- | biology/p5-Bio-Phylo/pkg-plist | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/biology/p5-Bio-Phylo/Makefile b/biology/p5-Bio-Phylo/Makefile index 410bcdede501..419b8b10396f 100644 --- a/biology/p5-Bio-Phylo/Makefile +++ b/biology/p5-Bio-Phylo/Makefile @@ -6,12 +6,12 @@ # PORTNAME= Bio-Phylo -PORTVERSION= 0.22 +PORTVERSION= 0.26 CATEGORIES= biology perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= wen@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Phylogenetic analysis using perl BUILD_DEPENDS= p5-Exception-Class>1.22:${PORTSDIR}/devel/p5-Exception-Class \ @@ -70,6 +70,7 @@ MAN3= Bio::Phylo.3 \ Bio::Phylo::Taxa::Taxon.3 \ Bio::Phylo::Taxa::TaxonLinker.3 \ Bio::Phylo::Treedrawer.3 \ + Bio::Phylo::Treedrawer::Abstract.3 \ Bio::Phylo::Treedrawer::Canvas.3 \ Bio::Phylo::Treedrawer::Gif.3 \ Bio::Phylo::Treedrawer::Jpeg.3 \ diff --git a/biology/p5-Bio-Phylo/distinfo b/biology/p5-Bio-Phylo/distinfo index cb1659b4c7dc..0c2d0f7306ee 100644 --- a/biology/p5-Bio-Phylo/distinfo +++ b/biology/p5-Bio-Phylo/distinfo @@ -1,3 +1,3 @@ -MD5 (Bio-Phylo-0.22.tar.gz) = c65e5b689c2531fa86b1d8b602ce07b6 -SHA256 (Bio-Phylo-0.22.tar.gz) = 13048b128d98ea68254cf90cb5c7c752f4d1572c5849c56af0f2a160aa363e16 -SIZE (Bio-Phylo-0.22.tar.gz) = 241678 +MD5 (Bio-Phylo-0.26.tar.gz) = 6d77bf3c37b26785584cf8f2a43c93d1 +SHA256 (Bio-Phylo-0.26.tar.gz) = 21e8fe142f6fafcfee7a32fc341a23550c7843bd3c3aa5ceb5467d88fe187493 +SIZE (Bio-Phylo-0.26.tar.gz) = 241223 diff --git a/biology/p5-Bio-Phylo/pkg-plist b/biology/p5-Bio-Phylo/pkg-plist index 83740d0cb718..a058c06a1481 100644 --- a/biology/p5-Bio-Phylo/pkg-plist +++ b/biology/p5-Bio-Phylo/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/Bio/Phylo.pm +%%SITE_PERL%%/Bio/Phylo/._EvolutionaryModels.pm %%SITE_PERL%%/Bio/Phylo/EvolutionaryModels.pm %%SITE_PERL%%/Bio/Phylo/Forest.pm %%SITE_PERL%%/Bio/Phylo/Forest/DrawNode.pm @@ -48,6 +49,7 @@ %%SITE_PERL%%/Bio/Phylo/Taxa/TaxaLinker.pm %%SITE_PERL%%/Bio/Phylo/Taxa/TaxonLinker.pm %%SITE_PERL%%/Bio/Phylo/Treedrawer.pm +%%SITE_PERL%%/Bio/Phylo/Treedrawer/._Abstract.pm %%SITE_PERL%%/Bio/Phylo/Treedrawer/Canvas.pm %%SITE_PERL%%/Bio/Phylo/Treedrawer/Pdf.pm %%SITE_PERL%%/Bio/Phylo/Treedrawer/Swf.pm |