Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2017 03:03:52 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455015 - head/math/glpk
Message-ID:  <201711280303.vAS33qPj024985@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Nov 28 03:03:52 2017
New Revision: 455015
URL: https://svnweb.freebsd.org/changeset/ports/455015

Log:
  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

Modified:
  head/math/glpk/Makefile
  head/math/glpk/distinfo
  head/math/glpk/pkg-plist

Modified: head/math/glpk/Makefile
==============================================================================
--- head/math/glpk/Makefile	Tue Nov 28 01:11:09 2017	(r455014)
+++ head/math/glpk/Makefile	Tue Nov 28 03:03:52 2017	(r455015)
@@ -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

Modified: head/math/glpk/distinfo
==============================================================================
--- head/math/glpk/distinfo	Tue Nov 28 01:11:09 2017	(r455014)
+++ head/math/glpk/distinfo	Tue Nov 28 03:03:52 2017	(r455015)
@@ -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

Modified: head/math/glpk/pkg-plist
==============================================================================
--- head/math/glpk/pkg-plist	Tue Nov 28 01:11:09 2017	(r455014)
+++ head/math/glpk/pkg-plist	Tue Nov 28 03:03:52 2017	(r455015)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711280303.vAS33qPj024985>