diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2017-11-28 11:03:52 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2017-11-28 11:03:52 +0800 |
commit | dd615f00c6ae58ff74d79ce763bd144d944f43b1 (patch) | |
tree | d1322bdfa5089fc5d1d112890339603bcd836a28 /math/glpk | |
parent | 95010a2e6f4107d25a0375651e170396bfecd4d1 (diff) | |
download | freebsd-ports-gnome-dd615f00c6ae58ff74d79ce763bd144d944f43b1.tar.gz freebsd-ports-gnome-dd615f00c6ae58ff74d79ce763bd144d944f43b1.tar.zst freebsd-ports-gnome-dd615f00c6ae58ff74d79ce763bd144d944f43b1.zip |
math/glpk: Update to 4.63
PR: 223884
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13261
Diffstat (limited to 'math/glpk')
-rw-r--r-- | math/glpk/Makefile | 4 | ||||
-rw-r--r-- | math/glpk/distinfo | 6 | ||||
-rw-r--r-- | math/glpk/pkg-plist | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index ab3c62ee274e..2f7406e67c20 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= glpk -PORTVERSION= 4.61 +DISTVERSION= 4.63 CATEGORIES= math MASTER_SITES= GNU @@ -16,8 +16,8 @@ LIB_DEPENDS= libgmp.so:math/gmp CONFLICTS= goblin-[0-9]* -GNU_CONFIGURE= yes USES= gmake libtool localbase +GNU_CONFIGURE= yes USE_LDCONFIG= yes CFLAGS+= -trigraphs CPPFLAGS+= -D_LSEEK_DECLARED diff --git a/math/glpk/distinfo b/math/glpk/distinfo index f6ff97525bea..f0e7853d4cfd 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1485853787 -SHA256 (glpk-4.61.tar.gz) = 9866de41777782d4ce21da11b88573b66bb7858574f89c28be6967ac22dfaba9 -SIZE (glpk-4.61.tar.gz) = 4116291 +TIMESTAMP = 1511732948 +SHA256 (glpk-4.63.tar.gz) = 914d27f1a51c2bf4a51f1bd4a507f875fcca99db7b219380b836a25b29b3e7f6 +SIZE (glpk-4.63.tar.gz) = 4131787 diff --git a/math/glpk/pkg-plist b/math/glpk/pkg-plist index acfdaa62cf68..a66b96d49121 100644 --- a/math/glpk/pkg-plist +++ b/math/glpk/pkg-plist @@ -3,4 +3,4 @@ include/glpk.h lib/libglpk.a lib/libglpk.so lib/libglpk.so.40 -lib/libglpk.so.40.2.0 +lib/libglpk.so.40.2.2 |