diff options
author | demon <demon@FreeBSD.org> | 2005-09-05 19:18:14 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2005-09-05 19:18:14 +0800 |
commit | ad4a2af1141f642b342e1811c8f4ce05234451ea (patch) | |
tree | f66d3f1365f4b72ea9621fa0984b5cc5dfc8edd9 /math/glpk | |
parent | 326441f16cb53930cd9e6a76960dc92b65270c2d (diff) | |
download | freebsd-ports-gnome-ad4a2af1141f642b342e1811c8f4ce05234451ea.tar.gz freebsd-ports-gnome-ad4a2af1141f642b342e1811c8f4ce05234451ea.tar.zst freebsd-ports-gnome-ad4a2af1141f642b342e1811c8f4ce05234451ea.zip |
Upgrade to version 4.8.
PR: 84905
Submitted by: Ulrich Spoerlein <q@galgenberg.net>
Diffstat (limited to 'math/glpk')
-rw-r--r-- | math/glpk/Makefile | 2 | ||||
-rw-r--r-- | math/glpk/distinfo | 4 | ||||
-rw-r--r-- | math/glpk/pkg-plist | 16 |
3 files changed, 10 insertions, 12 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index fa14a96e62ab..3f5b000a5688 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glpk -PORTVERSION= 4.4 +PORTVERSION= 4.8 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glpk diff --git a/math/glpk/distinfo b/math/glpk/distinfo index fbab7164b66a..ace7b06ca2df 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,2 +1,2 @@ -MD5 (glpk-4.4.tar.gz) = 8ccbba6bd19251a0d0f410e37a8b6475 -SIZE (glpk-4.4.tar.gz) = 1016109 +MD5 (glpk-4.8.tar.gz) = ec4df7a56a4ed98369c9f0bc7c82322b +SIZE (glpk-4.8.tar.gz) = 972875 diff --git a/math/glpk/pkg-plist b/math/glpk/pkg-plist index 5112dc882c3f..d7b68e4ff158 100644 --- a/math/glpk/pkg-plist +++ b/math/glpk/pkg-plist @@ -1,8 +1,7 @@ bin/glpsol +bin/tspsol include/glpavl.h -include/glpchol.h include/glpdmp.h -include/glpies.h include/glpiet.h include/glpinv.h include/glpios.h @@ -12,18 +11,17 @@ include/glplib.h include/glplpp.h include/glplpx.h include/glpluf.h -include/glplpt.h include/glpmat.h include/glpmip.h include/glpmpl.h -include/glpmps.h include/glpqmd.h +include/glprng.h include/glpspx.h include/glpstr.h include/glptsp.h lib/libglpk.a -%%PORTDOCS%%share/doc/glpk/GLPK_FAQ.txt -%%PORTDOCS%%share/doc/glpk/bench.txt -%%PORTDOCS%%share/doc/glpk/lang.ps -%%PORTDOCS%%share/doc/glpk/refman.ps -%%PORTDOCS%%@dirrm share/doc/glpk +%%PORTDOCS%%%%DOCSDIR%%/GLPK_FAQ.txt +%%PORTDOCS%%%%DOCSDIR%%/bench.txt +%%PORTDOCS%%%%DOCSDIR%%/lang.ps +%%PORTDOCS%%%%DOCSDIR%%/refman.ps +%%PORTDOCS%%@dirrm %%DOCSDIR%% |