diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-07-03 20:38:11 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-07-03 20:38:11 +0000 |
commit | 5da7ccc1fbcb3e62893273709a9619fd67922c44 (patch) | |
tree | dbf77696f7eac3e8958c578f8862846b84e434b2 /math/gsl | |
parent | af7511ccd24a024081c2e79d1fa6e533c841c4ec (diff) |
Notes
Diffstat (limited to 'math/gsl')
-rw-r--r-- | math/gsl/Makefile | 8 | ||||
-rw-r--r-- | math/gsl/distinfo | 6 | ||||
-rw-r--r-- | math/gsl/pkg-plist | 5 |
3 files changed, 8 insertions, 11 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index e12bbb20418b..9d58cc8ae4c9 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gsl -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= math MASTER_SITES= GNU @@ -11,17 +11,13 @@ COMMENT= The GNU Scientific Library - mathematical libs LICENSE= GPLv3 -USES= libtool makeinfo pathfix +USES= libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split' INSTALL_TARGET= install-strip INFO= gsl-ref -post-extract: - @${RM} ${WRKSRC}/doc/gsl-ref.info* - #prevent regression test coredumps from causing failures on the #package-building cluster: .ifndef(MAINTAINER_MODE) diff --git a/math/gsl/distinfo b/math/gsl/distinfo index 9c5741505850..dbe88f29f826 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1493276070 -SHA256 (gsl-2.3.tar.gz) = 562500b789cd599b3a4f88547a7a3280538ab2ff4939504c8b4ac4ca25feadfb -SIZE (gsl-2.3.tar.gz) = 4510731 +TIMESTAMP = 1497949836 +SHA256 (gsl-2.4.tar.gz) = 4d46d07b946e7b31c19bbf33dda6204d7bedc2f5462a1bae1d4013426cd1ce9b +SIZE (gsl-2.4.tar.gz) = 5916715 diff --git a/math/gsl/pkg-plist b/math/gsl/pkg-plist index 304571ddc471..ec787a972a05 100644 --- a/math/gsl/pkg-plist +++ b/math/gsl/pkg-plist @@ -165,6 +165,7 @@ include/gsl/gsl_sf_expint.h include/gsl/gsl_sf_fermi_dirac.h include/gsl/gsl_sf_gamma.h include/gsl/gsl_sf_gegenbauer.h +include/gsl/gsl_sf_hermite.h include/gsl/gsl_sf_hyperg.h include/gsl/gsl_sf_laguerre.h include/gsl/gsl_sf_lambert.h @@ -246,8 +247,8 @@ include/gsl/gsl_wavelet.h include/gsl/gsl_wavelet2d.h lib/libgsl.a lib/libgsl.so -lib/libgsl.so.19 -lib/libgsl.so.19.3.0 +lib/libgsl.so.23 +lib/libgsl.so.23.0.0 lib/libgslcblas.a lib/libgslcblas.so lib/libgslcblas.so.0 |