Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Oct 2018 23:24:06 +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: r483200 - head/math/p5-Statistics-Descriptive
Message-ID:  <201810272324.w9RNO6BU018633@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810272324.w9RNO6BU018633>