diff options
author | demon <demon@FreeBSD.org> | 2001-09-03 02:03:54 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2001-09-03 02:03:54 +0000 |
commit | 6e7a98ba8bc07bce7b8857bf4fae964e63229a6f (patch) | |
tree | bd502a720ec6bec5072a3dbd4f78524b48bd2607 /math/gsl | |
parent | 78816ad82a736eeef73584947b3cb9dace19099c (diff) | |
download | FreeBSD-ports-6e7a98ba8bc07bce7b8857bf4fae964e63229a6f.zip FreeBSD-ports-6e7a98ba8bc07bce7b8857bf4fae964e63229a6f.tar.gz |
Upgrade to 0.9.2;
Use IGNOREFILES for postscript manual, it is rerolled frequently and has no
version information in the filename.
Diffstat (limited to 'math/gsl')
-rw-r--r-- | math/gsl/Makefile | 5 | ||||
-rw-r--r-- | math/gsl/distinfo | 4 | ||||
-rw-r--r-- | math/gsl/pkg-plist | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index b75b08a..99eb746 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gsl -PORTVERSION= 0.9 +PORTVERSION= 0.9.2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,10 +20,11 @@ MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -MAN1= gsl-config.1 +MAN1= gsl-config.1 gsl-randist.1 gsl-histogram.1 MAN3= gsl.3 GSLREF= gsl-ref.ps.gz +IGNOREFILES= ${GSLREF} post-install: .if !defined(NOPORTDOCS) diff --git a/math/gsl/distinfo b/math/gsl/distinfo index 0ef7d8f..4cf9366 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,2 +1,2 @@ -MD5 (gsl-0.9.tar.gz) = fe6d0819ff52949f27517230126efcca -MD5 (gsl-ref.ps.gz) = eb7242d4b4f62c5e5212bdfb90258226 +MD5 (gsl-0.9.2.tar.gz) = 7ab074f45dc2fcef471006ebddf2b7f4 +MD5 (gsl-ref.ps.gz) = IGNORE diff --git a/math/gsl/pkg-plist b/math/gsl/pkg-plist index 0140ecb..8af3bc7 100644 --- a/math/gsl/pkg-plist +++ b/math/gsl/pkg-plist @@ -131,6 +131,7 @@ include/gsl/gsl_sf_gamma.h include/gsl/gsl_sf_gegenbauer.h include/gsl/gsl_sf_hyperg.h 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_pow_int.h @@ -222,6 +223,7 @@ info/gsl-ref.info-18 info/gsl-ref.info-19 info/gsl-ref.info-20 info/gsl-ref.info-21 +info/gsl-ref.info-22 @exec install-info %D/info/gsl-ref.info %D/info/dir lib/libgsl.a lib/libgsl.la |