diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-11 06:45:31 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-11 06:45:31 +0800 |
commit | 2f7e5e0c56d5881fb2364634fe6b85b2bcbbb973 (patch) | |
tree | 521d178828be6bb23be2269ecaba5b3e230aec59 /math | |
parent | 335349f495e97bb8b3f865d72dda02db9336bc12 (diff) | |
download | freebsd-ports-gnome-2f7e5e0c56d5881fb2364634fe6b85b2bcbbb973.tar.gz freebsd-ports-gnome-2f7e5e0c56d5881fb2364634fe6b85b2bcbbb973.tar.zst freebsd-ports-gnome-2f7e5e0c56d5881fb2364634fe6b85b2bcbbb973.zip |
- Update to 0.5304
- Strip shared object
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Cephes/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-Cephes/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/math/p5-Math-Cephes/Makefile b/math/p5-Math-Cephes/Makefile index 5fa7ed232493..57f5ce7e3697 100644 --- a/math/p5-Math-Cephes/Makefile +++ b/math/p5-Math-Cephes/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Cephes -PORTVERSION= 0.5303 +PORTVERSION= 0.5304 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,4 +14,7 @@ MAKE_JOBS_UNSAFE= yes USES= perl5 USE_PERL5= configure +post-install: + @${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/Cephes/Cephes.so + .include <bsd.port.mk> diff --git a/math/p5-Math-Cephes/distinfo b/math/p5-Math-Cephes/distinfo index 77d3a0987c4b..a2e8e45d56ed 100644 --- a/math/p5-Math-Cephes/distinfo +++ b/math/p5-Math-Cephes/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-Cephes-0.5303.tar.gz) = 0d17ff7d186965dcdc983e7b3c3dfb64af06377c689686295abb9f02c4db459f -SIZE (Math-Cephes-0.5303.tar.gz) = 304931 +SHA256 (Math-Cephes-0.5304.tar.gz) = 5d2cc55965505eee4fc8da870cb4754c0eeff144afb6254848d8c3b24b30a981 +SIZE (Math-Cephes-0.5304.tar.gz) = 312867 |