diff options
Diffstat (limited to 'math/glpk')
-rw-r--r-- | math/glpk/Makefile | 8 | ||||
-rw-r--r-- | math/glpk/distinfo | 6 | ||||
-rw-r--r-- | math/glpk/pkg-plist | 2 |
3 files changed, 9 insertions, 7 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index a47b02689582..83e0e7ca7b77 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glpk -PORTVERSION= 4.28 +PORTVERSION= 4.29 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glpk @@ -25,7 +25,8 @@ USE_LDCONFIG= yes CFLAGS+= -trigraphs CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS+= --with-gmp --with-zlib .include <bsd.port.pre.mk> @@ -51,7 +52,7 @@ CONFIGURE_ARGS+= --disable-mysql .if !defined(NOPORTDOCS) PORTDOCS= bench.txt bench1.txt glpk.ps glpk_faq.txt gmpl.ps \ - gomory.djvu opb.txt tables.txt + gomory.djvu opb.txt tables.txt updating.djvu .endif post-patch: @@ -63,6 +64,7 @@ post-install: .if !defined(NOPORTDOCS) @${CP} ${WRKSRC}/doc/memo/gomory.djvu ${WRKSRC}/doc/ + @${CP} ${WRKSRC}/doc/memo/updating.djvu ${WRKSRC}/doc/ @${MKDIR} ${DOCSDIR} for docfile in ${PORTDOCS} ; do \ ${INSTALL_MAN} ${WRKSRC}/doc/$${docfile} ${DOCSDIR} ; \ diff --git a/math/glpk/distinfo b/math/glpk/distinfo index 190a567c0995..d12f159f2933 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,3 +1,3 @@ -MD5 (glpk-4.28.tar.gz) = 6e4f30c37fb189aec6c71b27f0a57449 -SHA256 (glpk-4.28.tar.gz) = 8faeb202e58a3a9f6a6a8b0e8ae557bcc30f712060b4871a530f070c14939fd8 -SIZE (glpk-4.28.tar.gz) = 1546104 +MD5 (glpk-4.29.tar.gz) = 1e2d341619162499bbdebc96ca1d99a4 +SHA256 (glpk-4.29.tar.gz) = 41f458ef830b8b4df730ff789fcb612bd9ad274c29fb8665a7039dba0865102c +SIZE (glpk-4.29.tar.gz) = 1557255 diff --git a/math/glpk/pkg-plist b/math/glpk/pkg-plist index ca413c66cb4e..7bf5dee29d60 100644 --- a/math/glpk/pkg-plist +++ b/math/glpk/pkg-plist @@ -34,4 +34,4 @@ include/glptsp.h lib/libglpk.a lib/libglpk.la lib/libglpk.so -lib/libglpk.so.13 +lib/libglpk.so.14 |