diff options
author | clsung <clsung@FreeBSD.org> | 2004-10-27 10:53:59 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-10-27 10:53:59 +0800 |
commit | 5cf920c3fc7b31262e3056ee81bf7fea83beb3cd (patch) | |
tree | a30b95b915017d4dd765a4832014928921713654 /devel | |
parent | f65d3ed94c1e7536055e034c45b1f1a88e95ce04 (diff) | |
download | freebsd-ports-gnome-5cf920c3fc7b31262e3056ee81bf7fea83beb3cd.tar.gz freebsd-ports-gnome-5cf920c3fc7b31262e3056ee81bf7fea83beb3cd.tar.zst freebsd-ports-gnome-5cf920c3fc7b31262e3056ee81bf7fea83beb3cd.zip |
- update to 0.09
- Fixed an uninitialized variable for probability.
Approved by: co-mentor (vanilla)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Algorithm-SVM/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Algorithm-SVM/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Algorithm-SVM/Makefile b/devel/p5-Algorithm-SVM/Makefile index c46f8a7d0f51..bc736b714807 100644 --- a/devel/p5-Algorithm-SVM/Makefile +++ b/devel/p5-Algorithm-SVM/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Algorithm-SVM -PORTVERSION= 0.08 +PORTVERSION= 0.09 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Algorithm diff --git a/devel/p5-Algorithm-SVM/distinfo b/devel/p5-Algorithm-SVM/distinfo index 7117a03dcc11..b371f9f31e02 100644 --- a/devel/p5-Algorithm-SVM/distinfo +++ b/devel/p5-Algorithm-SVM/distinfo @@ -1,2 +1,2 @@ -MD5 (Algorithm-SVM-0.08.tar.gz) = c31074106a35ee03231b96e22fe52f9b -SIZE (Algorithm-SVM-0.08.tar.gz) = 48307 +MD5 (Algorithm-SVM-0.09.tar.gz) = 8524c3a26866460e8b7505d242f9b3d2 +SIZE (Algorithm-SVM-0.09.tar.gz) = 48353 |