From owner-svn-ports-head@freebsd.org Sat Nov 28 17:14:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5675BA3B7EE; Sat, 28 Nov 2015 17:14:54 +0000 (UTC) (envelope-from adamw@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 mx1.freebsd.org (Postfix) with ESMTPS id 097511FA0; Sat, 28 Nov 2015 17:14:53 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tASHErGs034345; Sat, 28 Nov 2015 17:14:53 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tASHEqmd034342; Sat, 28 Nov 2015 17:14:52 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201511281714.tASHEqmd034342@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 28 Nov 2015 17:14:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402547 - head/math/p5-Math-Random-MT X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 28 Nov 2015 17:14:54 -0000 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 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