mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Upgrade to version 4.8.
PR: 84905 Submitted by: Ulrich Spoerlein <q@galgenberg.net>
This commit is contained in:
parent
ed8b155162
commit
942f0a9400
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141979
3 changed files with 10 additions and 12 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= glpk
|
PORTNAME= glpk
|
||||||
PORTVERSION= 4.4
|
PORTVERSION= 4.8
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||||
MASTER_SITE_SUBDIR= glpk
|
MASTER_SITE_SUBDIR= glpk
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (glpk-4.4.tar.gz) = 8ccbba6bd19251a0d0f410e37a8b6475
|
MD5 (glpk-4.8.tar.gz) = ec4df7a56a4ed98369c9f0bc7c82322b
|
||||||
SIZE (glpk-4.4.tar.gz) = 1016109
|
SIZE (glpk-4.8.tar.gz) = 972875
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
bin/glpsol
|
bin/glpsol
|
||||||
|
bin/tspsol
|
||||||
include/glpavl.h
|
include/glpavl.h
|
||||||
include/glpchol.h
|
|
||||||
include/glpdmp.h
|
include/glpdmp.h
|
||||||
include/glpies.h
|
|
||||||
include/glpiet.h
|
include/glpiet.h
|
||||||
include/glpinv.h
|
include/glpinv.h
|
||||||
include/glpios.h
|
include/glpios.h
|
||||||
|
@ -12,18 +11,17 @@ include/glplib.h
|
||||||
include/glplpp.h
|
include/glplpp.h
|
||||||
include/glplpx.h
|
include/glplpx.h
|
||||||
include/glpluf.h
|
include/glpluf.h
|
||||||
include/glplpt.h
|
|
||||||
include/glpmat.h
|
include/glpmat.h
|
||||||
include/glpmip.h
|
include/glpmip.h
|
||||||
include/glpmpl.h
|
include/glpmpl.h
|
||||||
include/glpmps.h
|
|
||||||
include/glpqmd.h
|
include/glpqmd.h
|
||||||
|
include/glprng.h
|
||||||
include/glpspx.h
|
include/glpspx.h
|
||||||
include/glpstr.h
|
include/glpstr.h
|
||||||
include/glptsp.h
|
include/glptsp.h
|
||||||
lib/libglpk.a
|
lib/libglpk.a
|
||||||
%%PORTDOCS%%share/doc/glpk/GLPK_FAQ.txt
|
%%PORTDOCS%%%%DOCSDIR%%/GLPK_FAQ.txt
|
||||||
%%PORTDOCS%%share/doc/glpk/bench.txt
|
%%PORTDOCS%%%%DOCSDIR%%/bench.txt
|
||||||
%%PORTDOCS%%share/doc/glpk/lang.ps
|
%%PORTDOCS%%%%DOCSDIR%%/lang.ps
|
||||||
%%PORTDOCS%%share/doc/glpk/refman.ps
|
%%PORTDOCS%%%%DOCSDIR%%/refman.ps
|
||||||
%%PORTDOCS%%@dirrm share/doc/glpk
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||||
|
|
Loading…
Add table
Reference in a new issue