diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-03-08 16:41:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-03-08 16:41:36 +0800 |
commit | 5fc1267936dde68a974a8743f75f6586b01cacdf (patch) | |
tree | 945a87a2f71e118e977898419a8b53447382bc0c /math | |
parent | b866352f929f796a2d05094ba5dcd6202dae17e3 (diff) | |
download | freebsd-ports-gnome-5fc1267936dde68a974a8743f75f6586b01cacdf.tar.gz freebsd-ports-gnome-5fc1267936dde68a974a8743f75f6586b01cacdf.tar.zst freebsd-ports-gnome-5fc1267936dde68a974a8743f75f6586b01cacdf.zip |
- Update to 1.40
Changes: http://search.cpan.org/dist/Algorithm-KMeans/KMeans-1.40.html#changes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Algorithm-KMeans/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Algorithm-KMeans/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
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 |