Here's an update of glpk to version 4.65 from with a variety of bug fixes 
and other improvements.

Tested with the two consumers, 4ti2 and octave on amd64.

ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/glpk/Makefile,v
retrieving revision 1.13
diff -u -p -u -r1.13 Makefile
--- Makefile    12 Jul 2019 20:44:10 -0000      1.13
+++ Makefile    13 Dec 2020 06:37:34 -0000
@@ -2,11 +2,11 @@
 
 COMMENT=       GNU Linear Programming Kit
 
-DISTNAME=      glpk-4.55
-REVISION=      0
-SHARED_LIBS=   glpk            7.0     # 37.2
+DISTNAME=      glpk-4.65
 
-CATEGORIES=    devel
+SHARED_LIBS=   glpk            8.0     # 43.0
+
+CATEGORIES=    devel math
 HOMEPAGE=      https://www.gnu.org/software/glpk/index.html
 MASTER_SITES=  ${MASTER_SITE_GNU:=glpk/}
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/glpk/distinfo,v
retrieving revision 1.5
diff -u -p -u -r1.5 distinfo
--- distinfo    7 May 2015 17:28:33 -0000       1.5
+++ distinfo    13 Dec 2020 06:37:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (glpk-4.55.tar.gz) = NwkNfxZ5bsEDRJbhgqOdXMi7fJ+13EijixPWIL8rHec=
-SIZE (glpk-4.55.tar.gz) = 3424345
+SHA256 (glpk-4.65.tar.gz) = QoHim2KIZN/kjTk6e+3XgeW0dTh8INiwFY8ymZRyGhA=
+SIZE (glpk-4.65.tar.gz) = 4167110
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/glpk/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -u -r1.5 PLIST
--- pkg/PLIST   7 May 2015 17:28:33 -0000       1.5
+++ pkg/PLIST   13 Dec 2020 06:37:34 -0000
@@ -1,7 +1,7 @@
 @comment $OpenBSD: PLIST,v 1.5 2015/05/07 17:28:33 okan Exp $
 @bin bin/glpsol
 include/glpk.h
-lib/libglpk.a
+@static-lib lib/libglpk.a
 lib/libglpk.la
 @lib lib/libglpk.so.${LIBglpk_VERSION}
 share/doc/glpk/
@@ -9,14 +9,15 @@ share/doc/glpk/cnfsat.pdf
 share/doc/glpk/glpk.pdf
 share/doc/glpk/gmpl.pdf
 share/doc/glpk/gmpl_es.pdf
+share/doc/glpk/gmpl_pt-BR.pdf
 share/doc/glpk/graphs.pdf
 share/doc/glpk/miplib2.txt
 share/doc/glpk/miplib3.txt
 share/doc/glpk/netlib.txt
 share/doc/glpk/notes/
-share/doc/glpk/notes/dfeas.pdf
 share/doc/glpk/notes/gomory.pdf
 share/doc/glpk/notes/keller.pdf
-share/doc/glpk/notes/scaling.pdf
 share/doc/glpk/notes/scf.pdf
-share/doc/glpk/notes/simplex.pdf
+share/doc/glpk/notes/simplex1.pdf
+share/doc/glpk/notes/simplex2.pdf
+share/doc/glpk/npp.txt

Reply via email to