diff options
author | asau <asau@pkgsrc.org> | 2010-12-24 12:25:01 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-12-24 12:25:01 +0000 |
commit | 9e861fec5b1a12398bcbfbf61a66063929ea2b9d (patch) | |
tree | 34538c457fe1b690facbe3a1fb1dd094dc3dce0d /math | |
parent | a74cf7369e09c557083864a6a8b1d670a4d41619 (diff) | |
download | pkgsrc-9e861fec5b1a12398bcbfbf61a66063929ea2b9d.tar.gz |
Update to GLPK 4.45, this is bug fix release.
While here, convert to MASTER_SITE_GNU and support TEST_TARGET.
Diffstat (limited to 'math')
-rw-r--r-- | math/glpk/Makefile | 7 | ||||
-rw-r--r-- | math/glpk/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 1e30db9f09f..6278018e814 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2010/07/13 06:46:56 adam Exp $ +# $NetBSD: Makefile,v 1.30 2010/12/24 12:25:01 asau Exp $ -DISTNAME= glpk-4.44 +DISTNAME= glpk-4.45 CATEGORIES= math -MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/ +MASTER_SITES= $(MASTER_SITE_GNU:=glpk/) MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.gnu.org/software/glpk/glpk.html @@ -13,6 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes +TEST_TARGET= check .include "../../devel/gmp/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/glpk/distinfo b/math/glpk/distinfo index 1c59bd9e233..6ab0a2bd39b 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2010/07/13 06:46:56 adam Exp $ +$NetBSD: distinfo,v 1.25 2010/12/24 12:25:01 asau Exp $ -SHA1 (glpk-4.44.tar.gz) = 6a2c23b5e9228627c0c454776d53b4629b56583b -RMD160 (glpk-4.44.tar.gz) = 6d1a3428cf7dee758f18f8e388a71894437197d1 -Size (glpk-4.44.tar.gz) = 3229434 bytes +SHA1 (glpk-4.45.tar.gz) = 1bae1e4a55382b4fa4ce4afe7f15f7db22a2e886 +RMD160 (glpk-4.45.tar.gz) = 5f6679574e8237c225b81e36446d0ff0caaa3e0e +Size (glpk-4.45.tar.gz) = 3132439 bytes |