Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Feb 2016 02:22:42 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409796 - head/security/p5-Crypt-Random-Source
Message-ID:  <201602290222.u1T2MgBd063371@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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