diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-07-29 02:31:08 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-07-29 02:31:08 +0000 |
commit | f2632275eb561955e92dfa4a2316f538d12a9aa3 (patch) | |
tree | b7c9a98f47083d15f40d2d9849a914ad3f623644 /math | |
parent | Do not bother trying to rebuild the included html docs since (diff) |
Update to 3.0
Notes
Notes:
svn path=/head/; revision=45569
Diffstat (limited to 'math')
-rw-r--r-- | math/glpk/Makefile | 2 | ||||
-rw-r--r-- | math/glpk/distinfo | 2 | ||||
-rw-r--r-- | math/glpk/pkg-plist | 7 |
3 files changed, 7 insertions, 4 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 54fbdf5fa75e..073140a4ed86 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glpk -PORTVERSION= 2.2 +PORTVERSION= 3.0 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} \ http://people.freebsd.org/~demon/distfiles/ diff --git a/math/glpk/distinfo b/math/glpk/distinfo index 10c393a5300a..37acd1492e0f 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,4 +1,4 @@ -MD5 (glpk-2.2.tar.gz) = 6141e320cef296b7c50f61ab2b6b2f2d +MD5 (glpk-3.0.tar.gz) = 89e9deb2cf69126922f8f7e8f998e039 MD5 (glpk_lr-1.1.1.ps.gz) = 0a6be2872326b4f4a06d15f1b0ab6166 MD5 (glpk_sm.ps.gz) = 2ebff1d9049ecbb95b5149f9691caf42 MD5 (glpk_ug-1.1.1.ps.gz) = 52131f60de64d70d1f0f23e2587599ff diff --git a/math/glpk/pkg-plist b/math/glpk/pkg-plist index 6022ea8539ac..f44cf5e5302b 100644 --- a/math/glpk/pkg-plist +++ b/math/glpk/pkg-plist @@ -1,5 +1,7 @@ +bin/glpsol include/glpapi.h include/glpavl.h +include/glpbbm.h include/glpchol.h include/glpduff.h include/glpefi.h @@ -8,16 +10,17 @@ include/glpgel.h include/glphbsm.h include/glpimg.h include/glpipm.h -include/glpmip.h include/glpk.h +include/glplang.h +include/glplp.h include/glpmat.h include/glpmps.h -include/glpprob.h include/glpqmd.h include/glprfi.h include/glprsm.h include/glpset.h include/glpstr.h +include/glptext.h lib/libglpk.a %%PORTDOCS%%share/doc/glpk/glpk_lr-1.1.1.ps %%PORTDOCS%%share/doc/glpk/glpk_ug-1.1.1.ps |