diff options
-rw-r--r-- | math/glpk/Makefile | 13 | ||||
-rw-r--r-- | math/glpk/distinfo | 4 | ||||
-rw-r--r-- | math/glpk/pkg-plist | 2 |
3 files changed, 10 insertions, 9 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 1506b92a0feb..dbddfb48407c 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -6,8 +6,7 @@ # PORTNAME= glpk -PORTVERSION= 4.43 -PORTREVISION= 1 +PORTVERSION= 4.45 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glpk @@ -17,6 +16,8 @@ COMMENT= A GNU Linear Programming Kit LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp +LICENSE= GPLv3 + OPTIONS= IODBC "Enable MathProg iodbc support" Off \ MYSQL "Enable MathProg mysql support" Off @@ -26,7 +27,7 @@ USE_LDCONFIG= yes CFLAGS+= -trigraphs CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS+= --with-gmp --with-zlib .include <bsd.port.pre.mk> @@ -56,9 +57,9 @@ post-patch: ${WRKSRC}/configure .if !defined(NOPORTDOCS) -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 +PORTDOCS= dfeas.pdf glpk.pdf glpk_faq.txt gmpl.pdf gomory.pdf graphs.pdf \ + keller.pdf miplib2.txt miplib3.txt netlib.txt prepro.pdf \ + scaling.pdf updating.pdf post-install: @${CP} ${WRKSRC}/doc/notes/*.pdf ${WRKSRC}/doc/ diff --git a/math/glpk/distinfo b/math/glpk/distinfo index 07e0029e1f00..457fe2d6312c 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,2 +1,2 @@ -SHA256 (glpk-4.43.tar.gz) = 3be5f9c2cc355b39570ddb1b86a2ccc40fb52f81588f953f22c2ed29e3278e27 -SIZE (glpk-4.43.tar.gz) = 3212131 +SHA256 (glpk-4.45.tar.gz) = 9207cb613d4436d9a66bc1b1f2018176d106cef0e92a3a85500feeec373be98c +SIZE (glpk-4.45.tar.gz) = 3132439 diff --git a/math/glpk/pkg-plist b/math/glpk/pkg-plist index c52c62344587..d5c69b8bf751 100644 --- a/math/glpk/pkg-plist +++ b/math/glpk/pkg-plist @@ -3,4 +3,4 @@ include/glpk.h lib/libglpk.a lib/libglpk.la lib/libglpk.so -lib/libglpk.so.28 +lib/libglpk.so.30 |