ports/164746: [PATCH] devel/p5-AnyMQ: add missing BUILD_DEPENDS to silence warnings, add TEST_DEPENDS to enable testing

Steve Wills swills at FreeBSD.org
Fri Feb 3 22:10:09 UTC 2012


>Number:         164746
>Category:       ports
>Synopsis:       [PATCH] devel/p5-AnyMQ: add missing BUILD_DEPENDS to silence warnings, add TEST_DEPENDS to enable testing
>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:   Fri Feb 03 22:10:09 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 #8: Mon Dec 19 15:53:28 EST 2011
>Description:
see patch

Port maintainer (sunpoet at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-AnyMQ-0.33.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-AnyMQ/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	3 Jun 2011 02:07:25 -0000	1.1
+++ Makefile	3 Feb 2012 22:00:59 -0000
@@ -15,10 +15,15 @@
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Non-blocking message queue system based on AnyEvent
 
+BUILD_DEPENDS=	p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
+		p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
+		p5-MouseX-NativeTraits>=0:${PORTSDIR}/devel/p5-MouseX-NativeTraits \
+		p5-MouseX-Traits>=0:${PORTSDIR}/devel/p5-MouseX-Traits
 RUN_DEPENDS=	p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
 		p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
 		p5-MouseX-NativeTraits>=0:${PORTSDIR}/devel/p5-MouseX-NativeTraits \
 		p5-MouseX-Traits>=0:${PORTSDIR}/devel/p5-MouseX-Traits
+TEST_DEPENDS=	p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
 
 PERL_CONFIGURE=	yes
 
--- p5-AnyMQ-0.33.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list