diff options
author | bf <bf@FreeBSD.org> | 2011-05-10 00:42:27 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-05-10 00:42:27 +0800 |
commit | 9bbf7c7a9c893bc51fb874b6cf6d2a70fbd13d82 (patch) | |
tree | 429963647e6e5bedcc078c89848272ba7005f80f /math/gsl | |
parent | 09c383e1087f0045ede49a9c0779de7fdbbe9e47 (diff) | |
download | freebsd-ports-gnome-9bbf7c7a9c893bc51fb874b6cf6d2a70fbd13d82.tar.gz freebsd-ports-gnome-9bbf7c7a9c893bc51fb874b6cf6d2a70fbd13d82.tar.zst freebsd-ports-gnome-9bbf7c7a9c893bc51fb874b6cf6d2a70fbd13d82.zip |
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
Diffstat (limited to 'math/gsl')
-rw-r--r-- | math/gsl/Makefile | 9 | ||||
-rw-r--r-- | math/gsl/distinfo | 4 | ||||
-rw-r--r-- | math/gsl/pkg-plist | 3 |
3 files changed, 10 insertions, 6 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 1a8a2b796c10..92e7277b3925 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gsl -PORTVERSION= 1.14 +PORTVERSION= 1.15 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gsl/} \ http://www.gnu.org/software/${PORTNAME}/manual/:gslref @@ -20,6 +20,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= bf@FreeBSD.org COMMENT= The GNU Scientific Library - mathematical libs +LICENSE= GPLv3 + USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split' @@ -41,8 +43,9 @@ post-install: ${GUNZIP_CMD} ${PREFIX}/share/doc/gsl/${GSLREF} .endif -regression-test: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} check +check regression-test test: build + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} \ + ${MAKE_ARGS} check) .include <bsd.port.pre.mk> diff --git a/math/gsl/distinfo b/math/gsl/distinfo index 2a10ba25a427..a578db852b1a 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,3 +1,3 @@ -SHA256 (gsl-1.14.tar.gz) = 3d4a47afd9a1e7c73b97791b4180d8cc4d5f0e5db6027fe06437f1f3f957fafb -SIZE (gsl-1.14.tar.gz) = 3128269 +SHA256 (gsl-1.15.tar.gz) = 85b907e57902e2b7606ef3aef960302ffdd13bd9dc5b8fcbfa75e4f0bf340ea3 +SIZE (gsl-1.15.tar.gz) = 3281134 SHA256 (gsl-ref.ps.gz) = IGNORE diff --git a/math/gsl/pkg-plist b/math/gsl/pkg-plist index 0cd3ba774310..257040f8b3f5 100644 --- a/math/gsl/pkg-plist +++ b/math/gsl/pkg-plist @@ -88,6 +88,7 @@ include/gsl/gsl_multiset.h include/gsl/gsl_nan.h include/gsl/gsl_ntuple.h include/gsl/gsl_odeiv.h +include/gsl/gsl_odeiv2.h include/gsl/gsl_permutation.h include/gsl/gsl_permute.h include/gsl/gsl_permute_char.h @@ -222,7 +223,7 @@ include/gsl/gsl_wavelet2d.h lib/libgsl.a lib/libgsl.la lib/libgsl.so -lib/libgsl.so.15 +lib/libgsl.so.16 lib/libgslcblas.a lib/libgslcblas.la lib/libgslcblas.so |