View | Details | Raw Unified | Return to bug 220102
Collapse All | Expand All

(-)b/Makefile (-2 / +2 lines)
Lines 2-13 Link Here
2
# $FreeBSD: head/science/libsvm/Makefile 438344 2017-04-12 09:56:35Z amdmi3 $
2
# $FreeBSD: head/science/libsvm/Makefile 438344 2017-04-12 09:56:35Z amdmi3 $
3
3
4
PORTNAME=	libsvm
4
PORTNAME=	libsvm
5
PORTVERSION=	3.21
5
PORTVERSION=	3.22
6
CATEGORIES=	science math
6
CATEGORIES=	science math
7
MASTER_SITES=	http://www.csie.ntu.edu.tw/~cjlin/libsvm/ \
7
MASTER_SITES=	http://www.csie.ntu.edu.tw/~cjlin/libsvm/ \
8
		http://www.csie.ntu.edu.tw/~cjlin/libsvm/oldfiles/
8
		http://www.csie.ntu.edu.tw/~cjlin/libsvm/oldfiles/
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	amutu@amutu.com
11
COMMENT=	Library for Support Vector Machines
11
COMMENT=	Library for Support Vector Machines
12
12
13
LICENSE=	BSD3CLAUSE
13
LICENSE=	BSD3CLAUSE
(-)b/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (libsvm-3.21.zip) = e6a45a48c5cb13eb609382168ae9b296325bf5f6590d5e38fff0a7ac309552c8
1
TIMESTAMP = 1497776801
2
SIZE (libsvm-3.21.zip) = 874175
2
SHA256 (libsvm-3.22.zip) = 8815e8138083600046f9218f74c39f3590ee89604a909103ee7c31df33bb04fe
3
SIZE (libsvm-3.22.zip) = 878140

Return to bug 220102