ports/164964: [PATCH] devel/p5-Class-Mix: add missing DEPENDS

Steve Wills swills at FreeBSD.org
Fri Feb 10 16:30:06 UTC 2012


>Number:         164964
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Class-Mix: 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:   Fri Feb 10 16:30: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 #13 r230974: Fri Feb  3 23:48:36
>Description:
see patch

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

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

--- p5-Class-Mix-0.005_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Class-Mix/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	30 Oct 2011 18:15:10 -0000	1.3
+++ Makefile	10 Feb 2012 16:23:33 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Class-Mix
 PORTVERSION=	0.005
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -17,8 +18,9 @@
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
+RUN_DEPENDS=	p5-parent>=0:${PORTSDIR}/devel/p5-parent \
+		p5-Params-Classify>=0:${PORTSDIR}/devel/p5-Params-Classify
 
 PERL_MODBUILD=	yes
 
--- p5-Class-Mix-0.005_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list