From fd26da09d73c05bb38dd98a41a2398b773791f10 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Sat, 21 Sep 2002 18:04:50 +0000 Subject: Update to 3.2.1 and unbreak. Approved by: will --- math/glpk/Makefile | 8 +++----- math/glpk/distinfo | 2 +- math/glpk/pkg-plist | 12 ++++++++---- 3 files changed, 12 insertions(+), 10 deletions(-) (limited to 'math') diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 99cb51e1bf92..a0f8115ace2e 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -6,24 +6,22 @@ # PORTNAME= glpk -PORTVERSION= 3.2 +PORTVERSION= 3.2.1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glpk MAINTAINER= demon@FreeBSD.org -BROKEN= "Does not install" - GNU_CONFIGURE= yes -DOCFILES= lang refman +DOCFILES= lang.ps refman.ps bench.txt brcut.txt post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} for file in ${DOCFILES} ; do \ - ${INSTALL_DATA} ${WRKSRC}/$$file.ps ${DOCSDIR} ; \ + ${INSTALL_DATA} ${WRKSRC}/doc/$$file ${DOCSDIR} ; \ done .endif diff --git a/math/glpk/distinfo b/math/glpk/distinfo index 9a428e719db6..5aa5b996ac61 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1 +1 @@ -MD5 (glpk-3.2.tar.gz) = eba8938c97505362e1e18c7222d1620a +MD5 (glpk-3.2.1.tar.gz) = 440d5e25a3066a896ff1b3e1ac5251c5 diff --git a/math/glpk/pkg-plist b/math/glpk/pkg-plist index 4920a6b2e933..4dc28d5f84c2 100644 --- a/math/glpk/pkg-plist +++ b/math/glpk/pkg-plist @@ -1,8 +1,11 @@ bin/glpsol include/glpavl.h include/glpbbm.h +include/glpbcs.h include/glpchol.h +include/glpdmp.h include/glphbsm.h +include/glpies.h include/glpimg.h include/glpinv.h include/glpipm.h @@ -20,9 +23,10 @@ include/glpspm.h include/glpspx.h include/glpstr.h include/glptext.h +include/glptsp.h lib/libglpk.a -%%PORTDOCS%%share/doc/glpk/guide.ps -%%PORTDOCS%%share/doc/glpk/language.ps -%%PORTDOCS%%share/doc/glpk/libref.ps -%%PORTDOCS%%share/doc/glpk/simplex.ps +%%PORTDOCS%%share/doc/glpk/bench.txt +%%PORTDOCS%%share/doc/glpk/brcut.txt +%%PORTDOCS%%share/doc/glpk/lang.ps +%%PORTDOCS%%share/doc/glpk/refman.ps %%PORTDOCS%%@dirrm share/doc/glpk -- cgit v1.2.3