diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2009-04-02 10:00:58 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2009-04-02 10:00:58 +0000 |
commit | 3d1c3218787ab47310bd35c578432795ca07f880 (patch) | |
tree | 186c0c0950ad4ad37f414a45609bd82b55431917 /math/glpk | |
parent | 1bb5ab8fcd895fae8b41dc0a8b60c7278809447f (diff) |
Notes
Diffstat (limited to 'math/glpk')
-rw-r--r-- | math/glpk/Makefile | 5 | ||||
-rw-r--r-- | math/glpk/distinfo | 6 | ||||
-rw-r--r-- | math/glpk/pkg-plist | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 8961b4d76ef1..8603a1aef989 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glpk -PORTVERSION= 4.34 +PORTVERSION= 4.37 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glpk @@ -71,4 +71,7 @@ post-install: done .endif +regression-test: build + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check) + .include <bsd.port.post.mk> diff --git a/math/glpk/distinfo b/math/glpk/distinfo index bd5339fafa1d..d3bc9fa6c2cb 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,3 +1,3 @@ -MD5 (glpk-4.34.tar.gz) = be85bd4ee1e878535fa19ad37a1c77c4 -SHA256 (glpk-4.34.tar.gz) = 5088b586ea38c7a09d5398c597249190200b574d468af1a03bc16aa3023d9fe2 -SIZE (glpk-4.34.tar.gz) = 2068559 +MD5 (glpk-4.37.tar.gz) = e88e0d36681566eeb333dde0be57224e +SHA256 (glpk-4.37.tar.gz) = dd4a0547d8a7ae04b510a5a6fc1a572d33531a646df41750958b71125afcb8c2 +SIZE (glpk-4.37.tar.gz) = 2260610 diff --git a/math/glpk/pkg-plist b/math/glpk/pkg-plist index 92c7b0cf7c8e..188de2044dfa 100644 --- a/math/glpk/pkg-plist +++ b/math/glpk/pkg-plist @@ -21,7 +21,7 @@ include/glplux.h include/glpmat.h include/glpmpl.h include/glpmps.h -include/glppds.h +include/glpnet.h include/glpqmd.h include/glprgr.h include/glprng.h @@ -37,4 +37,4 @@ include/glptsp.h lib/libglpk.a lib/libglpk.la lib/libglpk.so -lib/libglpk.so.19 +lib/libglpk.so.22 |