diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-10-30 23:09:34 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-10-30 23:09:34 +0000 |
commit | da11d1c7418621d3a827fe4b91abdf86053b652c (patch) | |
tree | 89265a8e70cf7164f188ddea9c6686e20d6a55d6 /math/gsl | |
parent | 60d0e9fd8dd627e2fa08e68f8d94004c37576993 (diff) |
Update to 0.9.4.
PR: 31638
Submitted by: Vladimir Savichev <vlad@ariel.phys.wesleyan.edu>
Notes
Notes:
svn path=/head/; revision=49405
Diffstat (limited to 'math/gsl')
-rw-r--r-- | math/gsl/Makefile | 2 | ||||
-rw-r--r-- | math/gsl/distinfo | 2 | ||||
-rw-r--r-- | math/gsl/pkg-plist | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 7a3f80d177a1..d215efcd921d 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gsl -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/math/gsl/distinfo b/math/gsl/distinfo index 947665b72c75..79a8e2ce2b48 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,2 +1,2 @@ -MD5 (gsl-0.9.3.tar.gz) = 9998fb062239768c40e0b174f9a2ef5d +MD5 (gsl-0.9.4.tar.gz) = 4e8877ec9ac7eb9c192db6d834e5ae4d MD5 (gsl-ref.ps.gz) = IGNORE diff --git a/math/gsl/pkg-plist b/math/gsl/pkg-plist index 5504ee419842..1acae014960f 100644 --- a/math/gsl/pkg-plist +++ b/math/gsl/pkg-plist @@ -244,3 +244,4 @@ share/aclocal/gsl.m4 %%PORTDOCS%%share/doc/gsl/gsl-ref.ps %%PORTDOCS%%@dirrm share/doc/gsl @dirrm include/gsl +@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true |