diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-23 14:02:41 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-23 14:02:41 +0800 |
commit | 0e1cc4cf67b6f54a9c410d14db95bdb3b371a292 (patch) | |
tree | 974ad5af2c653dbf18d2c3af817b11d0508de730 /math | |
parent | 5815b1345cdc10f976454c9656e3de3bd3f87d90 (diff) | |
download | freebsd-ports-gnome-0e1cc4cf67b6f54a9c410d14db95bdb3b371a292.tar.gz freebsd-ports-gnome-0e1cc4cf67b6f54a9c410d14db95bdb3b371a292.tar.zst freebsd-ports-gnome-0e1cc4cf67b6f54a9c410d14db95bdb3b371a292.zip |
[PATCH]math/gsl: update to 1.10
PR: ports/116506
Submitted by: bf <bf2006a@yahoo.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/gsl/Makefile | 4 | ||||
-rw-r--r-- | math/gsl/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 90ffc087c143..b0da984922c6 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gsl -PORTVERSION= 1.9 +PORTVERSION= 1.10 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gsl/} \ http://www.gnu.org/software/${PORTNAME}/manual/:gslref @@ -20,7 +20,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= bf2006a@yahoo.com COMMENT= The GNU Scientific Library - mathematical libs -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split' diff --git a/math/gsl/distinfo b/math/gsl/distinfo index 0239f044b0e7..6b9d294da525 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,5 +1,5 @@ -MD5 (gsl-1.9.tar.gz) = 81dca4362ae8d2aa1547b7d010881e43 -SHA256 (gsl-1.9.tar.gz) = fcd1c6784997c2312d922d107fcb30462f5be4335ebdfa8e1e0e07568c962250 -SIZE (gsl-1.9.tar.gz) = 2574939 +MD5 (gsl-1.10.tar.gz) = d67be4f2e5560d6cf907e18a428becdc +SHA256 (gsl-1.10.tar.gz) = ea3968b58bfc7619f47bf5ff64a7198a38c72419d24b844e71e48823a4776ff0 +SIZE (gsl-1.10.tar.gz) = 2842422 MD5 (gsl-ref.ps.gz) = IGNORE SHA256 (gsl-ref.ps.gz) = IGNORE |