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

(-)lp_solve/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	lp_solve
8
PORTNAME=	lp_solve
9
PORTVERSION=	5.5.0.15
9
PORTVERSION=	5.5.2.0
10
PORTREVISION=	1
11
CATEGORIES=	math
10
CATEGORIES=	math
12
MASTER_SITES=	SF/lpsolve/lpsolve/${PORTVERSION}
11
MASTER_SITES=	SF/lpsolve/lpsolve/${PORTVERSION}
13
DISTNAME=	${PORTNAME}_${PORTVERSION}_source
12
DISTNAME=	${PORTNAME}_${PORTVERSION}_source
(-)lp_solve/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (lp_solve_5.5.0.15_source.tar.gz) = 2408c94893394f832469661c16b9f0d0
1
SHA256 (lp_solve_5.5.2.0_source.tar.gz) = 5827a30b143105283f398a09419ea608719a2d7699ecea165a66d521803bcc9c
2
SHA256 (lp_solve_5.5.0.15_source.tar.gz) = ea1243e8aa2f0d52172dc0a90d1c2a8d2a4f696a39fc9cf07321810363d18985
2
SIZE (lp_solve_5.5.2.0_source.tar.gz) = 799623
3
SIZE (lp_solve_5.5.0.15_source.tar.gz) = 802881
(-)lp_solve/pkg-descr (-2 / +2 lines)
Lines 1-7 Link Here
1
This is the lp_solve, A free linear programming solver that can process 
1
This is the lp_solve, A free linear programming solver that can process 
2
standard MPL format, LP format or be accessed directly from your code
2
standard MPL format, LP format or be accessed directly from your code
3
via API calls from a library. This lp_solve versions is released under
3
via API calls from a library. This lp_solve version is released under
4
the LGPL license. See LGPL.txt.
4
the LGPL license. See LGPL.txt.
5
5
6
WWW: http://groups.yahoo.com/group/lp_solve/
6
WWW: http://tech.groups.yahoo.com/group/lp_solve/
7
     http://sourceforge.net/projects/lpsolve/
7
     http://sourceforge.net/projects/lpsolve/

Return to bug 154952