From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 11:50:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBD371065673 for ; Wed, 3 Sep 2008 11:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 946FA8FC1D for ; Wed, 3 Sep 2008 11:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m83Bo1jF082928 for ; Wed, 3 Sep 2008 11:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m83Bo1jP082927; Wed, 3 Sep 2008 11:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 3 Sep 2008 11:50:01 GMT Resent-Message-Id: <200809031150.m83Bo1jP082927@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC166106567C for ; Wed, 3 Sep 2008 11:48:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id A69E18FC13 for ; Wed, 3 Sep 2008 11:48:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m83BmbSx006762 for ; Wed, 3 Sep 2008 11:48:37 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m83Bmbda006761; Wed, 3 Sep 2008 11:48:37 GMT (envelope-from nobody) Message-Id: <200809031148.m83Bmbda006761@www.freebsd.org> Date: Wed, 3 Sep 2008 11:48:37 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127064: [PATCH]math/glpk: update to 4.31 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2008 11:50:01 -0000 >Number: 127064 >Category: ports >Synopsis: [PATCH]math/glpk: update to 4.31 >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: Wed Sep 03 11:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: bf >Release: 7-STABLE i386 >Organization: - >Environment: >Description: See http://lists.gnu.org/archive/html/help-glpk/2008-09/msg00000.html . Note shared library version bump. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN glpk.orig/Makefile glpk/Makefile --- glpk.orig/Makefile 2008-09-03 06:48:35.103068142 -0400 +++ glpk/Makefile 2008-09-03 07:20:38.222629707 -0400 @@ -6,7 +6,7 @@ # PORTNAME= glpk -PORTVERSION= 4.30 +PORTVERSION= 4.31 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glpk @@ -51,8 +51,9 @@ .endif .if !defined(NOPORTDOCS) -PORTDOCS= bench.txt bench1.txt glpk.ps glpk_faq.txt gmpl.ps \ - gomory.djvu opb.txt tables.txt updating.djvu +PORTDOCS= bench.txt bench1.txt bench2.txt glpk.ps glpk_faq.txt gmpl.ps \ + opb.txt tables.txt dfeas.djvu gomory.djvu scaling.djvu \ + subset.djvu updating.djvu .endif post-patch: @@ -63,8 +64,7 @@ @${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/ .if !defined(NOPORTDOCS) - @${CP} ${WRKSRC}/doc/memo/gomory.djvu ${WRKSRC}/doc/ - @${CP} ${WRKSRC}/doc/memo/updating.djvu ${WRKSRC}/doc/ + @${CP} ${WRKSRC}/doc/notes/*.djvu ${WRKSRC}/doc/ @${MKDIR} ${DOCSDIR} for docfile in ${PORTDOCS} ; do \ ${INSTALL_MAN} ${WRKSRC}/doc/$${docfile} ${DOCSDIR} ; \ diff -ruN glpk.orig/distinfo glpk/distinfo --- glpk.orig/distinfo 2008-09-03 06:48:35.113065782 -0400 +++ glpk/distinfo 2008-09-03 07:20:38.222629707 -0400 @@ -1,3 +1,3 @@ -MD5 (glpk-4.30.tar.gz) = cb213faaa82bdedea660a1f82483125c -SHA256 (glpk-4.30.tar.gz) = b4d9d03f4de1411b5fa5e68d238ed5336b5f8eea93a58eac6ad03b4f25cda6d7 -SIZE (glpk-4.30.tar.gz) = 1599658 +MD5 (glpk-4.31.tar.gz) = 3f927e94d88151b1330da360d20d4caf +SHA256 (glpk-4.31.tar.gz) = e84d426307ab07a3314f5e2b9befa8c8d37c4e8227fa7169c962b5886230ae18 +SIZE (glpk-4.31.tar.gz) = 1640854 diff -ruN glpk.orig/pkg-plist glpk/pkg-plist --- glpk.orig/pkg-plist 2008-09-03 06:48:35.113065782 -0400 +++ glpk/pkg-plist 2008-09-03 07:20:38.222629707 -0400 @@ -8,6 +8,7 @@ include/glpfhv.h include/glpgmp.h include/glphbm.h +include/glpini.h include/glpios.h include/glpipm.h include/glpipp.h @@ -25,6 +26,7 @@ include/glprng.h include/glpscf.h include/glpscg.h +include/glpscl.h include/glpspm.h include/glpspx.h include/glpsql.h @@ -34,4 +36,4 @@ lib/libglpk.a lib/libglpk.la lib/libglpk.so -lib/libglpk.so.15 +lib/libglpk.so.16 >Release-Note: >Audit-Trail: >Unformatted: