From owner-svn-ports-head@freebsd.org Sat Oct 27 23:24:09 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 A78FE10D77CB; Sat, 27 Oct 2018 23:24:09 +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 52DB280ED6; Sat, 27 Oct 2018 23:24:09 +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 C642117067; Sat, 27 Oct 2018 23:24:06 +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 w9RNO6W4018637; Sat, 27 Oct 2018 23:24:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9RNO6BU018633; Sat, 27 Oct 2018 23:24:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810272324.w9RNO6BU018633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 27 Oct 2018 23:24:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483200 - head/math/p5-Statistics-Descriptive X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/p5-Statistics-Descriptive X-SVN-Commit-Revision: 483200 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.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: Sat, 27 Oct 2018 23:24:10 -0000 Author: sunpoet Date: Sat Oct 27 23:24:05 2018 New Revision: 483200 URL: https://svnweb.freebsd.org/changeset/ports/483200 Log: Update to 3.0702 - Fix LICENSE_FILE - Sort PLIST 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 Sat Oct 27 23:23:57 2018 (r483199) +++ head/math/p5-Statistics-Descriptive/Makefile Sat Oct 27 23:24:05 2018 (r483200) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Statistics-Descriptive -PORTVERSION= 3.0701 +PORTVERSION= 3.0702 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,12 +12,14 @@ COMMENT= Perl module that supplies statistical methods LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils USES= perl5 USE_PERL5= configure + NO_ARCH= yes .include Modified: head/math/p5-Statistics-Descriptive/distinfo ============================================================================== --- head/math/p5-Statistics-Descriptive/distinfo Sat Oct 27 23:23:57 2018 (r483199) +++ head/math/p5-Statistics-Descriptive/distinfo Sat Oct 27 23:24:05 2018 (r483200) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539065933 -SHA256 (Statistics-Descriptive-3.0701.tar.gz) = 35b09ed91b8660a6095c272a36ed2c61b3c660aa535fc23a20beadf7769e1919 -SIZE (Statistics-Descriptive-3.0701.tar.gz) = 53640 +TIMESTAMP = 1540657835 +SHA256 (Statistics-Descriptive-3.0702.tar.gz) = f98a10c625640170cdda408cccc72bdd7f66f8ebe5f59dec1b96185171ef11d0 +SIZE (Statistics-Descriptive-3.0702.tar.gz) = 53706 Modified: head/math/p5-Statistics-Descriptive/pkg-plist ============================================================================== --- head/math/p5-Statistics-Descriptive/pkg-plist Sat Oct 27 23:23:57 2018 (r483199) +++ head/math/p5-Statistics-Descriptive/pkg-plist Sat Oct 27 23:24:05 2018 (r483200) @@ -1,12 +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 +%%SITE_PERL%%/Statistics/Descriptive/Sparse.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 +%%PERL5_MAN3%%/Statistics::Descriptive::Sparse.3.gz