Date: Thu, 23 Jan 2014 03:28:47 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340796 - head/devel/p5-Algorithm-Evolutionary Message-ID: <201401230328.s0N3SlG5017400@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jan 23 03:28:47 2014 New Revision: 340796 URL: http://svnweb.freebsd.org/changeset/ports/340796 QAT: https://qat.redports.org/buildarchive/r340796/ Log: - Update to 0.79 Changes: http://search.cpan.org/dist/Algorithm-Evolutionary/Changes Modified: head/devel/p5-Algorithm-Evolutionary/Makefile head/devel/p5-Algorithm-Evolutionary/distinfo head/devel/p5-Algorithm-Evolutionary/pkg-plist Modified: head/devel/p5-Algorithm-Evolutionary/Makefile ============================================================================== --- head/devel/p5-Algorithm-Evolutionary/Makefile Thu Jan 23 03:28:42 2014 (r340795) +++ head/devel/p5-Algorithm-Evolutionary/Makefile Thu Jan 23 03:28:47 2014 (r340796) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Algorithm-Evolutionary -PORTVERSION= 0.78 +PORTVERSION= 0.79 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-Algorithm-Permute>=0.0 p5-GD>=2.17:${PORTSDIR}/graphics/p5-GD \ p5-Math-Random>=0.63:${PORTSDIR}/math/p5-Math-Random \ p5-Object-Array>=0:${PORTSDIR}/devel/p5-Object-Array \ + p5-Sort-Key>=0:${PORTSDIR}/devel/p5-Sort-Key \ p5-Statistics-Basic>=1.6:${PORTSDIR}/math/p5-Statistics-Basic \ p5-String-Random>=0:${PORTSDIR}/devel/p5-String-Random \ p5-Tree-DAG_Node>=1.04:${PORTSDIR}/devel/p5-Tree-DAG_Node \ Modified: head/devel/p5-Algorithm-Evolutionary/distinfo ============================================================================== --- head/devel/p5-Algorithm-Evolutionary/distinfo Thu Jan 23 03:28:42 2014 (r340795) +++ head/devel/p5-Algorithm-Evolutionary/distinfo Thu Jan 23 03:28:47 2014 (r340796) @@ -1,2 +1,2 @@ -SHA256 (Algorithm-Evolutionary-0.78.tar.gz) = 80a4c6876c5c13e9a31a692460bec30af39f9e8b5bfc43f0943b089c029ac206 -SIZE (Algorithm-Evolutionary-0.78.tar.gz) = 111973 +SHA256 (Algorithm-Evolutionary-0.79.tar.gz) = df910def71d1e09122c86c2b6a61394ee29b67a3301221704dee3fa1da010551 +SIZE (Algorithm-Evolutionary-0.79.tar.gz) = 112341 Modified: head/devel/p5-Algorithm-Evolutionary/pkg-plist ============================================================================== --- head/devel/p5-Algorithm-Evolutionary/pkg-plist Thu Jan 23 03:28:42 2014 (r340795) +++ head/devel/p5-Algorithm-Evolutionary/pkg-plist Thu Jan 23 03:28:47 2014 (r340796) @@ -69,7 +69,6 @@ bin/tide_float.pl %%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Storing.3.gz %%PERL5_MAN3%%/Algorithm::Evolutionary::Op::StringRand.3.gz %%PERL5_MAN3%%/Algorithm::Evolutionary::Op::String_Mutation.3.gz -%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::TournamentSelect.3.gz %%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Tournament_Selection.3.gz %%PERL5_MAN3%%/Algorithm::Evolutionary::Op::TreeMutation.3.gz %%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Uniform_Crossover.3.gz @@ -146,7 +145,6 @@ bin/tide_float.pl %%SITE_PERL%%/Algorithm/Evolutionary/Op/Storing.pm %%SITE_PERL%%/Algorithm/Evolutionary/Op/StringRand.pm %%SITE_PERL%%/Algorithm/Evolutionary/Op/String_Mutation.pm -%%SITE_PERL%%/Algorithm/Evolutionary/Op/TournamentSelect.pm %%SITE_PERL%%/Algorithm/Evolutionary/Op/Tournament_Selection.pm %%SITE_PERL%%/Algorithm/Evolutionary/Op/TreeMutation.pm %%SITE_PERL%%/Algorithm/Evolutionary/Op/Uniform_Crossover.pm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401230328.s0N3SlG5017400>