diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-04 03:23:05 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-04 03:23:05 +0800 |
commit | 32e3d4232e06943bd1066d08bd7c404a426c0d3a (patch) | |
tree | d1fc7a6ce7ebdd728ba601ba958ccc27c4088027 /math | |
parent | c3f0db4d6a398f6b2bc91c3fe0bca1077b23faec (diff) | |
download | freebsd-ports-graphics-32e3d4232e06943bd1066d08bd7c404a426c0d3a.tar.gz freebsd-ports-graphics-32e3d4232e06943bd1066d08bd7c404a426c0d3a.tar.zst freebsd-ports-graphics-32e3d4232e06943bd1066d08bd7c404a426c0d3a.zip |
upgrade to 0.9
Submitted by: bento log
Diffstat (limited to 'math')
-rw-r--r-- | math/gsl/Makefile | 2 | ||||
-rw-r--r-- | math/gsl/distinfo | 4 | ||||
-rw-r--r-- | math/gsl/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index c576a88b5f5..b75b08ac0f8 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gsl -PORTVERSION= 0.8 +PORTVERSION= 0.9 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/math/gsl/distinfo b/math/gsl/distinfo index b9fc8ddb539..e56ba0ca8be 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,2 +1,2 @@ -MD5 (gsl-0.8.tar.gz) = 166cbbf4123e55553f742f287cc6132a -MD5 (gsl-ref.ps.gz) = 4d5b2380b2958c9e718c84d5de55a34b +MD5 (gsl-0.9.tar.gz) = fe6d0819ff52949f27517230126efcca +MD5 (gsl-ref.ps.gz) = 7211df43bae88fccca43a55fe387180b diff --git a/math/gsl/pkg-plist b/math/gsl/pkg-plist index 25b5bfbf2de..5bdcbcfb088 100644 --- a/math/gsl/pkg-plist +++ b/math/gsl/pkg-plist @@ -166,6 +166,7 @@ include/gsl/gsl_sort_vector_uint.h include/gsl/gsl_sort_vector_ulong.h include/gsl/gsl_sort_vector_ushort.h include/gsl/gsl_specfunc.h +include/gsl/gsl_spline.h include/gsl/gsl_statistics.h include/gsl/gsl_statistics_char.h include/gsl/gsl_statistics_double.h |