diff options
author | tobez <tobez@FreeBSD.org> | 2001-12-07 16:46:53 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-12-07 16:46:53 +0800 |
commit | a5fd45d87ccccf6a8659e6b9d1a5b324c08ec5e8 (patch) | |
tree | 48867d19ee91d48dab2ba837d2268256473273d1 /math | |
parent | bb415c8d44bcbdafb4856dc6aa1fa8efb6332000 (diff) | |
download | freebsd-ports-gnome-a5fd45d87ccccf6a8659e6b9d1a5b324c08ec5e8.tar.gz freebsd-ports-gnome-a5fd45d87ccccf6a8659e6b9d1a5b324c08ec5e8.tar.zst freebsd-ports-gnome-a5fd45d87ccccf6a8659e6b9d1a5b324c08ec5e8.zip |
Update to 1.0.
PR: 31798
Submitted by: Eoin Lawless <eoin@maths.tcd.ie>
Approved by: maintainer
Diffstat (limited to 'math')
-rw-r--r-- | math/gsl/Makefile | 2 | ||||
-rw-r--r-- | math/gsl/distinfo | 2 | ||||
-rw-r--r-- | math/gsl/pkg-descr | 5 |
3 files changed, 3 insertions, 6 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 59aeeef95c9c..4667a32f2395 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gsl -PORTVERSION= 0.9.4 +PORTVERSION= 1.0 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/math/gsl/distinfo b/math/gsl/distinfo index 79a8e2ce2b48..ec391bf073ef 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,2 +1,2 @@ -MD5 (gsl-0.9.4.tar.gz) = 4e8877ec9ac7eb9c192db6d834e5ae4d +MD5 (gsl-1.0.tar.gz) = eea06ef5d34f74b542534cfa17c938a5 MD5 (gsl-ref.ps.gz) = IGNORE diff --git a/math/gsl/pkg-descr b/math/gsl/pkg-descr index f728ec983487..1218a1676a6a 100644 --- a/math/gsl/pkg-descr +++ b/math/gsl/pkg-descr @@ -4,10 +4,7 @@ and are meant to present a modern Applications Programming Interface (API) for C programmers, while allowing wrappers to be written for very high level languages. -GSL is currently in developers release, for people who want to work on the -library itself. When the library is complete and fully tested it will be -announced for general use. - WWW: http://sources.redhat.com/gsl/ + - Vlad vlad@ariel.phys.wesleyan.edu |