ports/165741: [PATCH] security/p5-Crypt-Random-Source: add missing DEPENDS

Steve Wills swills at FreeBSD.org
Mon Mar 5 19:50:06 UTC 2012


>Number:         165741
>Category:       ports
>Synopsis:       [PATCH] security/p5-Crypt-Random-Source: add missing DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 05 19:50:06 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #14 r232426: Fri Mar  2 21:54:42
>Description:
- Add missing BUILD_DEPENDS and RUN_DEPENDS
- Pet portlint by moving LICENSE up
- Bump PORTREVISION due to RUN_DEPENDS changing causing package to change

Port maintainer (dereckson at gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-Crypt-Random-Source-0.07_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/security/p5-Crypt-Random-Source/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	17 Mar 2011 13:16:11 -0000	1.1
+++ Makefile	5 Mar 2012 19:37:54 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Crypt-Random-Source
 PORTVERSION=	0.07
+PORTREVISION=	1
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,12 +15,16 @@
 MAINTAINER=	dereckson at gmail.com
 COMMENT=	Get weak or strong random data from pluggable sources
 
+LICENSE=	ART20
+
+BUILD_DEPENDS=	p5-Any-Moose>=0.11:${PORTSDIR}/devel/p5-Any-Moose \
+		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-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
 		p5-Test-use-ok>0:${PORTSDIR}/devel/p5-Test-use-ok
-RUN_DEPENDS=	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-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean
 
 MAN3=		Crypt::Random::Source.3 \
 		Crypt::Random::Source::Base.3 \
@@ -36,6 +41,4 @@
 
 PERL_CONFIGURE=	yes
 
-LICENSE=	ART20
-
 .include <bsd.port.mk>
--- p5-Crypt-Random-Source-0.07_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list