svn commit: r402547 - head/math/p5-Math-Random-MT

Adam Weinberger adamw at FreeBSD.org
Sat Nov 28 17:14:54 UTC 2015


Author: adamw
Date: Sat Nov 28 17:14:52 2015
New Revision: 402547
URL: https://svnweb.freebsd.org/changeset/ports/402547

Log:
  Update to 1.17. Strip the XS library, and sort plist.
  
  Changes: https://metacpan.org/changes/distribution/Math-Random-MT

Modified:
  head/math/p5-Math-Random-MT/Makefile
  head/math/p5-Math-Random-MT/distinfo
  head/math/p5-Math-Random-MT/pkg-plist

Modified: head/math/p5-Math-Random-MT/Makefile
==============================================================================
--- head/math/p5-Math-Random-MT/Makefile	Sat Nov 28 16:54:04 2015	(r402546)
+++ head/math/p5-Math-Random-MT/Makefile	Sat Nov 28 17:14:52 2015	(r402547)
@@ -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:${
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/MT/MT.so
+
 .include <bsd.port.mk>

Modified: head/math/p5-Math-Random-MT/distinfo
==============================================================================
--- head/math/p5-Math-Random-MT/distinfo	Sat Nov 28 16:54:04 2015	(r402546)
+++ head/math/p5-Math-Random-MT/distinfo	Sat Nov 28 17:14:52 2015	(r402547)
@@ -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

Modified: head/math/p5-Math-Random-MT/pkg-plist
==============================================================================
--- head/math/p5-Math-Random-MT/pkg-plist	Sat Nov 28 16:54:04 2015	(r402546)
+++ head/math/p5-Math-Random-MT/pkg-plist	Sat Nov 28 17:14:52 2015	(r402547)
@@ -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


More information about the svn-ports-all mailing list