Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 20:09:23 +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: r490194 - head/security/p5-Crypt-Random
Message-ID:  <201901132009.x0DK9NaN003194@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 13 20:09:22 2019
New Revision: 490194
URL: https://svnweb.freebsd.org/changeset/ports/490194

Log:
  Update to 1.52
  
  - Sort *_DEPENDS
  - Update version requirement of *_DEPENDS
  - Sort PLIST
  
  Changes:	https://metacpan.org/changes/distribution/Crypt-Random

Modified:
  head/security/p5-Crypt-Random/Makefile
  head/security/p5-Crypt-Random/distinfo
  head/security/p5-Crypt-Random/pkg-plist

Modified: head/security/p5-Crypt-Random/Makefile
==============================================================================
--- head/security/p5-Crypt-Random/Makefile	Sun Jan 13 20:09:17 2019	(r490193)
+++ head/security/p5-Crypt-Random/Makefile	Sun Jan 13 20:09:22 2019	(r490194)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Crypt-Random
-PORTVERSION=	1.25
-PORTREVISION=	2
+PORTVERSION=	1.52
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,11 +14,13 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Math-Pari>=0:math/p5-Math-Pari \
-		p5-Class-Loader>=0:devel/p5-Class-Loader
+RUN_DEPENDS=	p5-Class-Loader>=2.00:devel/p5-Class-Loader \
+		p5-Math-Pari>=2.001804:math/p5-Math-Pari \
+		p5-Statistics-ChiSquare>=1.0000:math/p5-Statistics-ChiSquare
 
 USES=		perl5
 USE_PERL5=	configure
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/security/p5-Crypt-Random/distinfo
==============================================================================
--- head/security/p5-Crypt-Random/distinfo	Sun Jan 13 20:09:17 2019	(r490193)
+++ head/security/p5-Crypt-Random/distinfo	Sun Jan 13 20:09:22 2019	(r490194)
@@ -1,2 +1,3 @@
-SHA256 (Crypt-Random-1.25.tar.gz) = 6c45c5146b41dd7a1cd4c949f297a0ec691adc85b5d261376275ea36ae36752e
-SIZE (Crypt-Random-1.25.tar.gz) = 8770
+TIMESTAMP = 1547401652
+SHA256 (Crypt-Random-1.52.tar.gz) = a93c06de409e6f2eb2e9868ea6d4e653d99f2f7900b2c1831e1f65ace0c4ef84
+SIZE (Crypt-Random-1.52.tar.gz) = 9525

Modified: head/security/p5-Crypt-Random/pkg-plist
==============================================================================
--- head/security/p5-Crypt-Random/pkg-plist	Sun Jan 13 20:09:17 2019	(r490193)
+++ head/security/p5-Crypt-Random/pkg-plist	Sun Jan 13 20:09:22 2019	(r490194)
@@ -1,5 +1,4 @@
 bin/makerandom
-%%PERL5_MAN3%%/Crypt::Random.3.gz
 %%SITE_PERL%%/Crypt/Random.pm
 %%SITE_PERL%%/Crypt/Random/Generator.pm
 %%SITE_PERL%%/Crypt/Random/Provider/File.pm
@@ -7,3 +6,4 @@ bin/makerandom
 %%SITE_PERL%%/Crypt/Random/Provider/devurandom.pm
 %%SITE_PERL%%/Crypt/Random/Provider/egd.pm
 %%SITE_PERL%%/Crypt/Random/Provider/rand.pm
+%%PERL5_MAN3%%/Crypt::Random.3.gz



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