svn commit: r409796 - head/security/p5-Crypt-Random-Source

Wen Heping wen at FreeBSD.org
Mon Feb 29 02:22:43 UTC 2016


Author: wen
Date: Mon Feb 29 02:22:42 2016
New Revision: 409796
URL: https://svnweb.freebsd.org/changeset/ports/409796

Log:
  - Update DEPENDS
  
  Submitted by:	rkoberman at gmail.com(via email)
  Approved by:	maintainer(implicity)

Modified:
  head/security/p5-Crypt-Random-Source/Makefile

Modified: head/security/p5-Crypt-Random-Source/Makefile
==============================================================================
--- head/security/p5-Crypt-Random-Source/Makefile	Mon Feb 29 01:25:31 2016	(r409795)
+++ head/security/p5-Crypt-Random-Source/Makefile	Mon Feb 29 02:22:42 2016	(r409796)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Crypt-Random-Source
 PORTVERSION=	0.11
+PORTREVISION=	1
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,10 +13,11 @@ COMMENT=	Get weak or strong random data 
 
 LICENSE=	ART20
 
-BUILD_DEPENDS=	p5-Any-Moose>=0.11:${PORTSDIR}/devel/p5-Any-Moose \
+BUILD_DEPENDS=	p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \
 		p5-Capture-Tiny>=0.08:${PORTSDIR}/devel/p5-Capture-Tiny \
 		p5-Module-Find>=0:${PORTSDIR}/devel/p5-Module-Find \
 		p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
+		p5-Type-Tiny>=1.000005:${PORTSDIR}/devel/p5-Type-Tiny \
 		p5-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception


More information about the svn-ports-all mailing list