Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2012 17:01:17 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sunpoet@FreeBSD.org
Subject:   ports/164746: [PATCH] devel/p5-AnyMQ: add missing BUILD_DEPENDS to silence warnings, add TEST_DEPENDS to enable testing
Message-ID:  <201202032201.q13M1HE3094232@meatwad.mouf.net>
Resent-Message-ID: <201202032210.q13MA9VP069920@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



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