Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Dec 2008 00:33:53 GMT
From:      bf <bf2006a@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/129446: [PATCH]math/glpk: update to 4.34
Message-ID:  <200812060033.mB60Xrhk041500@www.freebsd.org>
Resent-Message-ID: <200812060040.mB60e1rJ037030@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         129446
>Category:       ports
>Synopsis:       [PATCH]math/glpk: update to 4.34
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 06 00:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        7-STABLE i386
>Organization:
-
>Environment:
>Description:
Another shared library version bump:

"Thu Dec 04 12:00:00 2008 Andrew Makhorin <mao@mai2.rcnet.ru>

        * GLPK 4.34 (19:0:19) has been released

        * src/glpios03.c
        A bug was fixed in the internal routine branch_on. Thanks to
        Nigel Galloway <nigel_galloway@operamail.com> for bug report.

        * src/glpmpl05.c
        Three new MathProg functions were included:
        gmtime    obtaining current calendar time
        str2time  converting character string to calendar time
        time2str  converting calendar time to character string
        Thanks to Xypron <xypron.glpk@gmx.de>.

        * doc/glpk.*, doc/gmpl.*
        A new edition of the GLPK reference manual and GNU MathProg
        language description were included."
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN glpk.orig/Makefile glpk/Makefile
--- glpk.orig/Makefile	2008-12-05 18:17:57.758751826 -0500
+++ glpk/Makefile	2008-12-05 19:09:14.227356635 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	glpk
-PORTVERSION=	4.33
+PORTVERSION=	4.34
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	glpk
@@ -51,8 +51,8 @@
 .endif
 
 .if !defined(NOPORTDOCS)
-PORTDOCS=	bench.txt bench1.txt bench2.txt glpk.ps glpk_faq.txt gmpl.ps \
-		opb.txt tables.ps dfeas.djvu gomory.djvu scaling.djvu \
+PORTDOCS=	bench.txt bench1.txt bench2.txt glpk.pdf glpk_faq.txt gmpl.pdf \
+		opb.txt tables.pdf dfeas.djvu gomory.djvu scaling.djvu \
 		subset.djvu updating.djvu
 .endif
 
diff -ruN glpk.orig/distinfo glpk/distinfo
--- glpk.orig/distinfo	2008-12-05 18:17:57.758751826 -0500
+++ glpk/distinfo	2008-12-05 19:09:14.228356762 -0500
@@ -1,3 +1,3 @@
-MD5 (glpk-4.33.tar.gz) = 27f78f73700add359f8251e0cbbdcc62
-SHA256 (glpk-4.33.tar.gz) = 0a9b73c2dffefa5a4895447fe7d9bb523ee7330891ae637cc8cc5e4828dd50fe
-SIZE (glpk-4.33.tar.gz) = 1851995
+MD5 (glpk-4.34.tar.gz) = be85bd4ee1e878535fa19ad37a1c77c4
+SHA256 (glpk-4.34.tar.gz) = 5088b586ea38c7a09d5398c597249190200b574d468af1a03bc16aa3023d9fe2
+SIZE (glpk-4.34.tar.gz) = 2068559
diff -ruN glpk.orig/pkg-plist glpk/pkg-plist
--- glpk.orig/pkg-plist	2008-12-05 18:17:57.762751496 -0500
+++ glpk/pkg-plist	2008-12-05 19:09:14.228356762 -0500
@@ -37,4 +37,4 @@
 lib/libglpk.a
 lib/libglpk.la
 lib/libglpk.so
-lib/libglpk.so.18
+lib/libglpk.so.19


>Release-Note:
>Audit-Trail:
>Unformatted:



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