diff options
author | ijliao <ijliao@FreeBSD.org> | 2007-06-29 13:46:00 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2007-06-29 13:46:00 +0800 |
commit | bf1a249551c4d907662c20a0e8344db52ad0d64a (patch) | |
tree | be533ed1719bfd54988a92635df19e647434744a /math/gsl | |
parent | 6c41602319b5eb537b6cf93d860693ff166f3d90 (diff) | |
download | freebsd-ports-gnome-bf1a249551c4d907662c20a0e8344db52ad0d64a.tar.gz freebsd-ports-gnome-bf1a249551c4d907662c20a0e8344db52ad0d64a.tar.zst freebsd-ports-gnome-bf1a249551c4d907662c20a0e8344db52ad0d64a.zip |
upgrade to 1.9
pass maintainership to bf2006a@yahoo.com
PR: 109548
Submitted by: me
Approved by: maintainer timeout (over 2 months)
Diffstat (limited to 'math/gsl')
-rw-r--r-- | math/gsl/Makefile | 4 | ||||
-rw-r--r-- | math/gsl/distinfo | 6 | ||||
-rw-r--r-- | math/gsl/pkg-plist | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index c1c104dc7e4e..90ffc087c143 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gsl -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gsl/} \ http://www.gnu.org/software/${PORTNAME}/manual/:gslref @@ -17,7 +17,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:gsl \ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} .endif -MAINTAINER= rainer.alves@gmail.com +MAINTAINER= bf2006a@yahoo.com COMMENT= The GNU Scientific Library - mathematical libs INSTALLS_SHLIB= yes diff --git a/math/gsl/distinfo b/math/gsl/distinfo index 86a3378baca2..0239f044b0e7 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,5 +1,5 @@ -MD5 (gsl-1.8.tar.gz) = c60a5d193cc6b472496ff191744fc306 -SHA256 (gsl-1.8.tar.gz) = a66a4c5243111f98f11114a9c7e00c316b281e8e383b0d0b8a0b7debdb27d9d6 -SIZE (gsl-1.8.tar.gz) = 2419825 +MD5 (gsl-1.9.tar.gz) = 81dca4362ae8d2aa1547b7d010881e43 +SHA256 (gsl-1.9.tar.gz) = fcd1c6784997c2312d922d107fcb30462f5be4335ebdfa8e1e0e07568c962250 +SIZE (gsl-1.9.tar.gz) = 2574939 MD5 (gsl-ref.ps.gz) = IGNORE SHA256 (gsl-ref.ps.gz) = IGNORE diff --git a/math/gsl/pkg-plist b/math/gsl/pkg-plist index 122e3cb68e73..da744ca86ba4 100644 --- a/math/gsl/pkg-plist +++ b/math/gsl/pkg-plist @@ -18,6 +18,7 @@ include/gsl/gsl_block_uchar.h include/gsl/gsl_block_uint.h include/gsl/gsl_block_ulong.h include/gsl/gsl_block_ushort.h +include/gsl/gsl_bspline.h include/gsl/gsl_cblas.h include/gsl/gsl_cdf.h include/gsl/gsl_chebyshev.h @@ -145,6 +146,7 @@ include/gsl/gsl_sf_laguerre.h include/gsl/gsl_sf_lambert.h include/gsl/gsl_sf_legendre.h include/gsl/gsl_sf_log.h +include/gsl/gsl_sf_mathieu.h include/gsl/gsl_sf_pow_int.h include/gsl/gsl_sf_psi.h include/gsl/gsl_sf_result.h @@ -217,7 +219,7 @@ include/gsl/gsl_wavelet2d.h lib/libgsl.a lib/libgsl.la lib/libgsl.so -lib/libgsl.so.9 +lib/libgsl.so.10 lib/libgslcblas.a lib/libgslcblas.la lib/libgslcblas.so |