diff options
author | rafan <rafan@FreeBSD.org> | 2009-11-03 14:07:36 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2009-11-03 14:07:36 +0800 |
commit | be9b2536b72be2076cf6eff6a07fa7b09bc28dfb (patch) | |
tree | 43702e1b82e067073c1f67657600f0f7b646cc40 /science/libsvm/Makefile | |
parent | 1f344749d2344cc3fcac425119218db957cd4673 (diff) | |
download | freebsd-ports-gnome-be9b2536b72be2076cf6eff6a07fa7b09bc28dfb.tar.gz freebsd-ports-gnome-be9b2536b72be2076cf6eff6a07fa7b09bc28dfb.tar.zst freebsd-ports-gnome-be9b2536b72be2076cf6eff6a07fa7b09bc28dfb.zip |
- Update to 2.9
Diffstat (limited to 'science/libsvm/Makefile')
-rw-r--r-- | science/libsvm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/libsvm/Makefile b/science/libsvm/Makefile index 15b0b770831a..bfe64a43991a 100644 --- a/science/libsvm/Makefile +++ b/science/libsvm/Makefile @@ -6,11 +6,12 @@ # PORTNAME= libsvm -PORTVERSION= 2.89 +PORTVERSION= 2.90 PORTEPOCH= 1 CATEGORIES= science math MASTER_SITES= http://www.csie.ntu.edu.tw/~cjlin/libsvm/ \ http://www.csie.ntu.edu.tw/~cjlin/libsvm/oldfiles/ +DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= rafan@FreeBSD.org COMMENT= A library for Support Vector Machines |