diff options
author | wen <wen@FreeBSD.org> | 2011-03-08 14:16:40 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-03-08 14:16:40 +0800 |
commit | b9abe709de0ea094a6ddaff6ee3ffbd708f4c12a (patch) | |
tree | cf0cd75caf89cec4d4c95bbed7892893f88a7bfc /math | |
parent | 33500fb189066438858536fa8724b5a0fc4b5ed6 (diff) | |
download | freebsd-ports-gnome-b9abe709de0ea094a6ddaff6ee3ffbd708f4c12a.tar.gz freebsd-ports-gnome-b9abe709de0ea094a6ddaff6ee3ffbd708f4c12a.tar.zst freebsd-ports-gnome-b9abe709de0ea094a6ddaff6ee3ffbd708f4c12a.zip |
- Update to 1.12.1
PR: ports/155015
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Approved by: maintainer
Diffstat (limited to 'math')
-rw-r--r-- | math/clp/Makefile | 2 | ||||
-rw-r--r-- | math/clp/distinfo | 5 | ||||
-rw-r--r-- | math/clp/pkg-plist | 2 |
3 files changed, 3 insertions, 6 deletions
diff --git a/math/clp/Makefile b/math/clp/Makefile index 3ccfd8e439af..8b8c634a567f 100644 --- a/math/clp/Makefile +++ b/math/clp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Clp -PORTVERSION= 1.11.0 +PORTVERSION= 1.12.1 CATEGORIES= math MASTER_SITES= http://www.coin-or.org/download/source/Clp/ \ http://www.mavetju.org/download/adopted/ diff --git a/math/clp/distinfo b/math/clp/distinfo index a0aa34ec6ca9..5176e509dc11 100644 --- a/math/clp/distinfo +++ b/math/clp/distinfo @@ -1,3 +1,2 @@ -MD5 (Clp-1.11.0.tgz) = 03fd8bc496fc971dedb9a0811ef654c2 -SHA256 (Clp-1.11.0.tgz) = 4c1a5dd81599399c5039d82c58e9bf1a36277d991121c8169502a1086b1e026e -SIZE (Clp-1.11.0.tgz) = 7289973 +SHA256 (Clp-1.12.1.tgz) = 46747193085ea87e2790cca1c9b9fe26e1cc4f4bbb49c3b144389f105241b08f +SIZE (Clp-1.12.1.tgz) = 7343383 diff --git a/math/clp/pkg-plist b/math/clp/pkg-plist index 468d085d4cd1..80610edeb608 100644 --- a/math/clp/pkg-plist +++ b/math/clp/pkg-plist @@ -1,5 +1,4 @@ bin/clp -include/coin/CbcOrClpParam.cpp include/coin/CbcOrClpParam.hpp include/coin/ClpCholeskyBase.hpp include/coin/ClpCholeskyDense.hpp @@ -37,7 +36,6 @@ include/coin/ClpPrimalColumnPivot.hpp include/coin/ClpPrimalColumnSteepest.hpp include/coin/ClpQuadraticObjective.hpp include/coin/ClpSimplex.hpp -include/coin/ClpSimplexDual.hpp include/coin/ClpSimplexNonlinear.hpp include/coin/ClpSimplexOther.hpp include/coin/ClpSimplexPrimal.hpp |