summaryrefslogtreecommitdiff
path: root/math/glpk
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2002-09-21 18:04:50 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2002-09-21 18:04:50 +0000
commitfd26da09d73c05bb38dd98a41a2398b773791f10 (patch)
treec3bad081d12813e0a2dfb7bb3973332d1b7d851e /math/glpk
parentFix the problems in my last commit to make cvsd actually build: (diff)
Update to 3.2.1 and unbreak.
Approved by: will
Notes
Notes: svn path=/head/; revision=67015
Diffstat (limited to 'math/glpk')
-rw-r--r--math/glpk/Makefile8
-rw-r--r--math/glpk/distinfo2
-rw-r--r--math/glpk/pkg-plist12
3 files changed, 12 insertions, 10 deletions
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