Date: Tue, 27 Nov 2018 17:09:23 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486032 - head/math/p5-Math-Random-MT-Auto Message-ID: <201811271709.wARH9Nmv052240@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Nov 27 17:09:22 2018 New Revision: 486032 URL: https://svnweb.freebsd.org/changeset/ports/486032 Log: Update to 6.23 - Add LICENSE - Strip shared library - Sort PLIST Changes: https://metacpan.org/changes/distribution/Math-Random-MT-Auto Modified: head/math/p5-Math-Random-MT-Auto/Makefile head/math/p5-Math-Random-MT-Auto/distinfo head/math/p5-Math-Random-MT-Auto/pkg-plist Modified: head/math/p5-Math-Random-MT-Auto/Makefile ============================================================================== --- head/math/p5-Math-Random-MT-Auto/Makefile Tue Nov 27 17:09:14 2018 (r486031) +++ head/math/p5-Math-Random-MT-Auto/Makefile Tue Nov 27 17:09:22 2018 (r486032) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Random-MT-Auto -PORTVERSION= 6.22 -PORTREVISION= 1 +PORTVERSION= 6.23 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Auto-seeded Mersenne Twister PRNGs +LICENSE= BSD3CLAUSE + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Exception-Class>=1.32:devel/p5-Exception-Class \ p5-Object-InsideOut>=3.88:devel/p5-Object-InsideOut @@ -18,5 +19,8 @@ TEST_DEPENDS= p5-libwww>=0:www/p5-libwww USES= perl5 USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/MT/Auto/Auto.so .include <bsd.port.mk> Modified: head/math/p5-Math-Random-MT-Auto/distinfo ============================================================================== --- head/math/p5-Math-Random-MT-Auto/distinfo Tue Nov 27 17:09:14 2018 (r486031) +++ head/math/p5-Math-Random-MT-Auto/distinfo Tue Nov 27 17:09:22 2018 (r486032) @@ -1,2 +1,3 @@ -SHA256 (Math-Random-MT-Auto-6.22.tar.gz) = 1f2ae9752ba908c126dc2bd3c27cb286543121997f87c5bce578fb2e7f51f01f -SIZE (Math-Random-MT-Auto-6.22.tar.gz) = 134881 +TIMESTAMP = 1543326628 +SHA256 (Math-Random-MT-Auto-6.23.tar.gz) = 58bcb5ad3162964ff5a0c4d2dcbaa0202c2c85d9c470496f3b7a998757776313 +SIZE (Math-Random-MT-Auto-6.23.tar.gz) = 134273 Modified: head/math/p5-Math-Random-MT-Auto/pkg-plist ============================================================================== --- head/math/p5-Math-Random-MT-Auto/pkg-plist Tue Nov 27 17:09:14 2018 (r486031) +++ head/math/p5-Math-Random-MT-Auto/pkg-plist Tue Nov 27 17:09:22 2018 (r486032) @@ -1,5 +1,5 @@ -%%PERL5_MAN3%%/Math::Random::MT::Auto.3.gz -%%PERL5_MAN3%%/Math::Random::MT::Auto::Range.3.gz %%SITE_ARCH%%/Math/Random/MT/Auto.pm %%SITE_ARCH%%/Math/Random/MT/Auto/Range.pm %%SITE_ARCH%%/auto/Math/Random/MT/Auto/Auto.so +%%PERL5_MAN3%%/Math::Random::MT::Auto.3.gz +%%PERL5_MAN3%%/Math::Random::MT::Auto::Range.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811271709.wARH9Nmv052240>