From owner-svn-ports-head@freebsd.org Tue Oct 9 06:25:24 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 47EEA10C1679; Tue, 9 Oct 2018 06:25:24 +0000 (UTC) (envelope-from wen@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 EC71377E91; Tue, 9 Oct 2018 06:25:23 +0000 (UTC) (envelope-from wen@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 E6340655B; Tue, 9 Oct 2018 06:25:23 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w996PNR2067675; Tue, 9 Oct 2018 06:25:23 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w996PN4B067672; Tue, 9 Oct 2018 06:25:23 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201810090625.w996PN4B067672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 9 Oct 2018 06:25:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481605 - head/math/p5-Statistics-Descriptive X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/math/p5-Statistics-Descriptive X-SVN-Commit-Revision: 481605 X-SVN-Commit-Repository: ports 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.27 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, 09 Oct 2018 06:25:24 -0000 Author: wen Date: Tue Oct 9 06:25:23 2018 New Revision: 481605 URL: https://svnweb.freebsd.org/changeset/ports/481605 Log: - Update to 3.0701 Changes: https://metacpan.org/changes/distribution/Statistics-Descriptive Modified: head/math/p5-Statistics-Descriptive/Makefile head/math/p5-Statistics-Descriptive/distinfo head/math/p5-Statistics-Descriptive/pkg-plist Modified: head/math/p5-Statistics-Descriptive/Makefile ============================================================================== --- head/math/p5-Statistics-Descriptive/Makefile Tue Oct 9 06:17:26 2018 (r481604) +++ head/math/p5-Statistics-Descriptive/Makefile Tue Oct 9 06:25:23 2018 (r481605) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Statistics-Descriptive -PORTVERSION= 3.0609 -PORTREVISION= 1 +PORTVERSION= 3.0701 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/p5-Statistics-Descriptive/distinfo ============================================================================== --- head/math/p5-Statistics-Descriptive/distinfo Tue Oct 9 06:17:26 2018 (r481604) +++ head/math/p5-Statistics-Descriptive/distinfo Tue Oct 9 06:25:23 2018 (r481605) @@ -1,2 +1,3 @@ -SHA256 (Statistics-Descriptive-3.0609.tar.gz) = 69fdae04e47feeacbb0313d5a1ba82e4bd38b821ac1d9389fed3e1d6467d853f -SIZE (Statistics-Descriptive-3.0609.tar.gz) = 45545 +TIMESTAMP = 1539065933 +SHA256 (Statistics-Descriptive-3.0701.tar.gz) = 35b09ed91b8660a6095c272a36ed2c61b3c660aa535fc23a20beadf7769e1919 +SIZE (Statistics-Descriptive-3.0701.tar.gz) = 53640 Modified: head/math/p5-Statistics-Descriptive/pkg-plist ============================================================================== --- head/math/p5-Statistics-Descriptive/pkg-plist Tue Oct 9 06:17:26 2018 (r481604) +++ head/math/p5-Statistics-Descriptive/pkg-plist Tue Oct 9 06:25:23 2018 (r481605) @@ -1,8 +1,12 @@ %%SITE_PERL%%/Statistics/Descriptive.pm +%%SITE_PERL%%/Statistics/Descriptive/Full.pm +%%SITE_PERL%%/Statistics/Descriptive/Sparse.pm %%SITE_PERL%%/Statistics/Descriptive/Smoother.pm %%SITE_PERL%%/Statistics/Descriptive/Smoother/Exponential.pm %%SITE_PERL%%/Statistics/Descriptive/Smoother/Weightedexponential.pm %%PERL5_MAN3%%/Statistics::Descriptive.3.gz +%%PERL5_MAN3%%/Statistics::Descriptive::Full.3.gz +%%PERL5_MAN3%%/Statistics::Descriptive::Sparse.3.gz %%PERL5_MAN3%%/Statistics::Descriptive::Smoother.3.gz %%PERL5_MAN3%%/Statistics::Descriptive::Smoother::Exponential.3.gz %%PERL5_MAN3%%/Statistics::Descriptive::Smoother::Weightedexponential.3.gz