From owner-svn-ports-head@freebsd.org Tue Nov 27 17:09:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 622631154B93; Tue, 27 Nov 2018 17:09:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 05B36882EB; Tue, 27 Nov 2018 17:09:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BDF581E389; Tue, 27 Nov 2018 17:09:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wARH9NHo052243; Tue, 27 Nov 2018 17:09:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wARH9Nmv052240; Tue, 27 Nov 2018 17:09:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201811271709.wARH9Nmv052240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Nov 2018 17:09:23 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/p5-Math-Random-MT-Auto X-SVN-Commit-Revision: 486032 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 05B36882EB X-Spamd-Result: default: False [1.29 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.51)[0.511,0]; NEURAL_SPAM_MEDIUM(0.69)[0.687,0]; NEURAL_SPAM_SHORT(0.10)[0.097,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2018 17:09:28 -0000 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 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