diff options
author | demon <demon@FreeBSD.org> | 2001-09-29 18:02:16 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2001-09-29 18:02:16 +0800 |
commit | 713b81296248f0f9c2af1b2fd00f6122f2544e52 (patch) | |
tree | ced75ebb05e79b6950e17818b8ccefa2fe34f5f0 /math | |
parent | 60b5ff3d30c90643a2fcd48ab3d24a7a606eb0cb (diff) | |
download | freebsd-ports-graphics-713b81296248f0f9c2af1b2fd00f6122f2544e52.tar.gz freebsd-ports-graphics-713b81296248f0f9c2af1b2fd00f6122f2544e52.tar.zst freebsd-ports-graphics-713b81296248f0f9c2af1b2fd00f6122f2544e52.zip |
Update to 0.9.3
Diffstat (limited to 'math')
-rw-r--r-- | math/gsl/Makefile | 2 | ||||
-rw-r--r-- | math/gsl/distinfo | 2 | ||||
-rw-r--r-- | math/gsl/pkg-plist | 7 |
3 files changed, 9 insertions, 2 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 99eb746d8cd..7a3f80d177a 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gsl -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/math/gsl/distinfo b/math/gsl/distinfo index 4cf9366565a..947665b72c7 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,2 +1,2 @@ -MD5 (gsl-0.9.2.tar.gz) = 7ab074f45dc2fcef471006ebddf2b7f4 +MD5 (gsl-0.9.3.tar.gz) = 9998fb062239768c40e0b174f9a2ef5d MD5 (gsl-ref.ps.gz) = IGNORE diff --git a/math/gsl/pkg-plist b/math/gsl/pkg-plist index 8af3bc7f1f3..5504ee41984 100644 --- a/math/gsl/pkg-plist +++ b/math/gsl/pkg-plist @@ -82,6 +82,9 @@ include/gsl/gsl_odeiv.h include/gsl/gsl_permutation.h include/gsl/gsl_permute.h include/gsl/gsl_permute_char.h +include/gsl/gsl_permute_complex_double.h +include/gsl/gsl_permute_complex_float.h +include/gsl/gsl_permute_complex_long_double.h include/gsl/gsl_permute_double.h include/gsl/gsl_permute_float.h include/gsl/gsl_permute_int.h @@ -94,6 +97,9 @@ include/gsl/gsl_permute_ulong.h include/gsl/gsl_permute_ushort.h include/gsl/gsl_permute_vector.h include/gsl/gsl_permute_vector_char.h +include/gsl/gsl_permute_vector_complex_double.h +include/gsl/gsl_permute_vector_complex_float.h +include/gsl/gsl_permute_vector_complex_long_double.h include/gsl/gsl_permute_vector_double.h include/gsl/gsl_permute_vector_float.h include/gsl/gsl_permute_vector_int.h @@ -233,6 +239,7 @@ lib/libgslcblas.a lib/libgslcblas.la lib/libgslcblas.so lib/libgslcblas.so.0 +libdata/pkgconfig/gsl.pc share/aclocal/gsl.m4 %%PORTDOCS%%share/doc/gsl/gsl-ref.ps %%PORTDOCS%%@dirrm share/doc/gsl |