diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-03-13 11:27:19 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-03-13 11:27:19 +0000 |
commit | 8042819fcdecb74eeb98e31f2ed885712394ed04 (patch) | |
tree | 8fd023fed25d55f679bb5b3711808963e7aa9a54 /math/glpk | |
parent | Don't try to build on bento - due to license issues the port requires from user (diff) |
Update to version 2.1.
Notes
Notes:
svn path=/head/; revision=39744
Diffstat (limited to 'math/glpk')
-rw-r--r-- | math/glpk/Makefile | 2 | ||||
-rw-r--r-- | math/glpk/distinfo | 2 | ||||
-rw-r--r-- | math/glpk/files/patch-Makefile.in | 8 | ||||
-rw-r--r-- | math/glpk/pkg-plist | 4 |
4 files changed, 10 insertions, 6 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index a761706bbd0d..50ebfa76774e 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glpk -PORTVERSION= 1.1.1 +PORTVERSION= 2.1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glpk diff --git a/math/glpk/distinfo b/math/glpk/distinfo index 7ae6676fdf35..412855941db2 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1 +1 @@ -MD5 (glpk-1.1.1.tar.gz) = 284ad7adab12efc6d4a2648d9fb322d0 +MD5 (glpk-2.1.tar.gz) = 4b79594e4975257a70d8ff62194f6450 diff --git a/math/glpk/files/patch-Makefile.in b/math/glpk/files/patch-Makefile.in index 9a4cd80416ec..41f75b592846 100644 --- a/math/glpk/files/patch-Makefile.in +++ b/math/glpk/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig Sat Dec 16 23:18:41 2000 -+++ Makefile.in Sat Dec 16 23:19:44 2000 -@@ -294,8 +294,6 @@ +--- Makefile.in.orig Tue Mar 13 14:14:56 2001 ++++ Makefile.in Tue Mar 13 14:15:05 2001 +@@ -344,8 +344,6 @@ for i in $(HDRS); do \ $(INSTALL_DATA) $(srcdir)/include/$$i \ $(DESTDIR)$(includedir)/$$i; \ - $(INSTALL_DATA) $(srcdir)/include/$$i \ -- $(DESTDIR)$(oldincludedir)/$$i; \ +- $(DESTDIR)$(oldincludedir)/$$i || : ; \ done $(INSTALL_DATA) libglpk.a $(DESTDIR)$(libdir)/libglpk.a diff --git a/math/glpk/pkg-plist b/math/glpk/pkg-plist index 61f41ebdaba7..1b0952468751 100644 --- a/math/glpk/pkg-plist +++ b/math/glpk/pkg-plist @@ -1,14 +1,18 @@ include/glpapi.h include/glpavl.h +include/glpchol.h include/glpduff.h include/glpefi.h include/glpeta.h include/glpgel.h include/glphbsm.h include/glpimg.h +include/glpipm.h include/glpk.h include/glpmat.h include/glpmps.h +include/glpprob.h +include/glpqmd.h include/glprfi.h include/glprsm.h include/glpset.h |