From 5fc1267936dde68a974a8743f75f6586b01cacdf Mon Sep 17 00:00:00 2001 From: sunpoet Date: Thu, 8 Mar 2012 08:41:36 +0000 Subject: - Update to 1.40 Changes: http://search.cpan.org/dist/Algorithm-KMeans/KMeans-1.40.html#changes --- math/p5-Algorithm-KMeans/Makefile | 4 +++- math/p5-Algorithm-KMeans/distinfo | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'math') diff --git a/math/p5-Algorithm-KMeans/Makefile b/math/p5-Algorithm-KMeans/Makefile index ca13f048b64e..8d677d909b9c 100644 --- a/math/p5-Algorithm-KMeans/Makefile +++ b/math/p5-Algorithm-KMeans/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Algorithm-KMeans -PORTVERSION= 1.30 +PORTVERSION= 1.40 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AVIKAK @@ -16,8 +16,10 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Clustering multi-dimensional data with a pure-Perl implementation BUILD_DEPENDS= p5-Graphics-GnuplotIF>=1.4:${PORTSDIR}/graphics/p5-Graphics-GnuplotIF \ + p5-Math-GSL>=0.26:${PORTSDIR}/math/p5-Math-GSL \ p5-Math-Random>=0.71:${PORTSDIR}/math/p5-Math-Random RUN_DEPENDS= p5-Graphics-GnuplotIF>=1.4:${PORTSDIR}/graphics/p5-Graphics-GnuplotIF \ + p5-Math-GSL>=0.26:${PORTSDIR}/math/p5-Math-GSL \ p5-Math-Random>=0.71:${PORTSDIR}/math/p5-Math-Random PERL_CONFIGURE= yes diff --git a/math/p5-Algorithm-KMeans/distinfo b/math/p5-Algorithm-KMeans/distinfo index c509944e4c1c..1fddfde6fd03 100644 --- a/math/p5-Algorithm-KMeans/distinfo +++ b/math/p5-Algorithm-KMeans/distinfo @@ -1,2 +1,2 @@ -SHA256 (Algorithm-KMeans-1.30.tar.gz) = eaa2bd5f623a58eab13e430b8bce0f5f91ec33c911a19db3db80d1b81cf25698 -SIZE (Algorithm-KMeans-1.30.tar.gz) = 35355 +SHA256 (Algorithm-KMeans-1.40.tar.gz) = 30f581d48c217b8822fa8b389969a3c14bdf9d3bbd0e905d43565200169e7eb3 +SIZE (Algorithm-KMeans-1.40.tar.gz) = 44620 -- cgit