ports/142822: [PATCH]math/glpk: update to 4.42

bf bf1783 at gmail.com
Thu Jan 14 10:00:14 UTC 2010


>Number:         142822
>Category:       ports
>Synopsis:       [PATCH]math/glpk: update to 4.42
>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:   Thu Jan 14 10:00:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        9-CURRENT amd64
>Organization:
-
>Environment:
>Description:
New API routines and bugfixes: see the bundled NEWS file. Shared library version bump.

b.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN glpk.orig/Makefile glpk/Makefile
--- glpk.orig/Makefile	2010-01-14 03:33:27.000000000 -0500
+++ glpk/Makefile	2010-01-14 04:29:54.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	glpk
-PORTVERSION=	4.39
+PORTVERSION=	4.42
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	glpk
@@ -55,12 +55,12 @@
 	${WRKSRC}/configure
 
 .if !defined(NOPORTDOCS)
-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
+PORTDOCS=	glpk.pdf glpk_faq.txt gmpl.pdf graphs.pdf miplib2.txt miplib3.txt \
+		netlib.txt opb.txt tables.pdf dfeas.pdf gomory.pdf keller.pdf prepro.pdf \
+		scaling.pdf subset.pdf updating.pdf
 
 post-install:
-	@${CP} ${WRKSRC}/doc/notes/*.djvu ${WRKSRC}/doc/
+	@${CP} ${WRKSRC}/doc/notes/*.pdf ${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	2010-01-14 03:33:27.000000000 -0500
+++ glpk/distinfo	2010-01-14 03:35:48.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (glpk-4.39.tar.gz) = 95f276ef6c94c6de1eb689f161f525f3
-SHA256 (glpk-4.39.tar.gz) = 52f2065e9dd6203d0e1acab9498411372de04c5b6ce70a11fe46f1de3d23e91c
-SIZE (glpk-4.39.tar.gz) = 2446952
+MD5 (glpk-4.42.tar.gz) = 9091a60c4c44a16a149375f7a6cce158
+SHA256 (glpk-4.42.tar.gz) = 1eff071c990084ff2f7c7baae637f2f7c21bee00d30560c1010c88ad1dc30dfa
+SIZE (glpk-4.42.tar.gz) = 3193588
diff -ruN glpk.orig/pkg-plist glpk/pkg-plist
--- glpk.orig/pkg-plist	2010-01-14 03:33:27.000000000 -0500
+++ glpk/pkg-plist	2010-01-14 04:26:14.000000000 -0500
@@ -3,4 +3,4 @@
 lib/libglpk.a
 lib/libglpk.la
 lib/libglpk.so
-lib/libglpk.so.24
+lib/libglpk.so.27


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



More information about the freebsd-ports-bugs mailing list