diff options
author | wen <wen@FreeBSD.org> | 2011-03-07 13:10:06 +0000 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-03-07 13:10:06 +0000 |
commit | 626d2a70f1aa0266559b974c26f8f398096ea9fc (patch) | |
tree | 0ae96181fb1da2a693f4a02c88bbe009e2923b0c | |
parent | 3a966971ef6de70a8c6dd76a0a138c8424797224 (diff) | |
download | FreeBSD-ports-626d2a70f1aa0266559b974c26f8f398096ea9fc.zip FreeBSD-ports-626d2a70f1aa0266559b974c26f8f398096ea9fc.tar.gz |
- Update to 5.5.2.0
PR: ports/154952
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Approved by: maintainer(timeout, >14 days)
-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 1f6db86..194df11 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 5a24ee3..7bd7b3f 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 ed12d1e..2af9c4b 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/ |