diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-03-07 13:10:06 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-03-07 13:10:06 +0000 |
commit | 33205f99b2e63ef27ed82fd458cdca7dc6d665f1 (patch) | |
tree | 1415831f6df64020dbede87aaf29541f016c1b2c | |
parent | 28a3674ea8b1ff47d648d743e43551c1850a4b82 (diff) | |
download | ports-33205f99b2e63ef27ed82fd458cdca7dc6d665f1.tar.gz ports-33205f99b2e63ef27ed82fd458cdca7dc6d665f1.zip |
- Update to 5.5.2.0
PR: ports/154952
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Approved by: maintainer(timeout, >14 days)
Notes
Notes:
svn path=/head/; revision=270437
-rw-r--r-- | math/lp_solve/Makefile | 3 | ||||
-rw-r--r-- | math/lp_solve/distinfo | 5 | ||||
-rw-r--r-- | math/lp_solve/pkg-descr | 4 |
3 files changed, 5 insertions, 7 deletions
diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile index 1f6db86c1697..194df11beeea 100644 --- a/math/lp_solve/Makefile +++ b/math/lp_solve/Makefile @@ -6,8 +6,7 @@ # PORTNAME= lp_solve -PORTVERSION= 5.5.0.15 -PORTREVISION= 1 +PORTVERSION= 5.5.2.0 CATEGORIES= math MASTER_SITES= SF/lpsolve/lpsolve/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_source diff --git a/math/lp_solve/distinfo b/math/lp_solve/distinfo index 5a24ee341698..7bd7b3f4740f 100644 --- a/math/lp_solve/distinfo +++ b/math/lp_solve/distinfo @@ -1,3 +1,2 @@ -MD5 (lp_solve_5.5.0.15_source.tar.gz) = 2408c94893394f832469661c16b9f0d0 -SHA256 (lp_solve_5.5.0.15_source.tar.gz) = ea1243e8aa2f0d52172dc0a90d1c2a8d2a4f696a39fc9cf07321810363d18985 -SIZE (lp_solve_5.5.0.15_source.tar.gz) = 802881 +SHA256 (lp_solve_5.5.2.0_source.tar.gz) = 5827a30b143105283f398a09419ea608719a2d7699ecea165a66d521803bcc9c +SIZE (lp_solve_5.5.2.0_source.tar.gz) = 799623 diff --git a/math/lp_solve/pkg-descr b/math/lp_solve/pkg-descr index ed12d1e7e562..2af9c4b314fb 100644 --- a/math/lp_solve/pkg-descr +++ b/math/lp_solve/pkg-descr @@ -1,7 +1,7 @@ This is the lp_solve, A free linear programming solver that can process standard MPL format, LP format or be accessed directly from your code -via API calls from a library. This lp_solve versions is released under +via API calls from a library. This lp_solve version is released under the LGPL license. See LGPL.txt. -WWW: http://groups.yahoo.com/group/lp_solve/ +WWW: http://tech.groups.yahoo.com/group/lp_solve/ http://sourceforge.net/projects/lpsolve/ |