diff options
author | adamw <adamw@FreeBSD.org> | 2015-11-29 01:14:52 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-11-29 01:14:52 +0800 |
commit | 7ba4316038f39f89275efe5dc279678ff179d632 (patch) | |
tree | 37c6d2ca89c25d9db8bb72536244a07dca02a272 /math | |
parent | 2bd6237e0c7b9daf6da92977d60986c0e26ea159 (diff) | |
download | freebsd-ports-gnome-7ba4316038f39f89275efe5dc279678ff179d632.tar.gz freebsd-ports-gnome-7ba4316038f39f89275efe5dc279678ff179d632.tar.zst freebsd-ports-gnome-7ba4316038f39f89275efe5dc279678ff179d632.zip |
Update to 1.17. Strip the XS library, and sort plist.
Changes: https://metacpan.org/changes/distribution/Math-Random-MT
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Random-MT/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Math-Random-MT/distinfo | 4 | ||||
-rw-r--r-- | math/p5-Math-Random-MT/pkg-plist | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/math/p5-Math-Random-MT/Makefile b/math/p5-Math-Random-MT/Makefile index bb7fc57f1645..40cc95b790f0 100644 --- a/math/p5-Math-Random-MT/Makefile +++ b/math/p5-Math-Random-MT/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Random-MT -PORTVERSION= 1.16 -PORTREVISION= 1 +PORTVERSION= 1.17 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,4 +17,7 @@ TEST_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/MT/MT.so + .include <bsd.port.mk> diff --git a/math/p5-Math-Random-MT/distinfo b/math/p5-Math-Random-MT/distinfo index 95d291cc267c..269e39bfa9ac 100644 --- a/math/p5-Math-Random-MT/distinfo +++ b/math/p5-Math-Random-MT/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-Random-MT-1.16.tar.gz) = 3c13cfd605e6610985c5475d6fa4f55533c205d897d6d18a9f56f5f9cc3c8aca -SIZE (Math-Random-MT-1.16.tar.gz) = 11138 +SHA256 (Math-Random-MT-1.17.tar.gz) = 069a1d98a619cba1f1ab91fbd6edceb642e84e7d162c4f0e2442139037b5b0da +SIZE (Math-Random-MT-1.17.tar.gz) = 11999 diff --git a/math/p5-Math-Random-MT/pkg-plist b/math/p5-Math-Random-MT/pkg-plist index 2d64fda468ad..dd520953c155 100644 --- a/math/p5-Math-Random-MT/pkg-plist +++ b/math/p5-Math-Random-MT/pkg-plist @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Math::Random::MT.3.gz %%SITE_ARCH%%/Math/Random/MT.pm %%SITE_ARCH%%/auto/Math/Random/MT/MT.so +%%PERL5_MAN3%%/Math::Random::MT.3.gz |