ports/138482: [PATCH] fix a dependency in devel/p5-IO-AIO

Anton Berezin tobez at FreeBSD.org
Wed Sep 2 13:30:05 UTC 2009


>Number:         138482
>Category:       ports
>Synopsis:       [PATCH] fix a dependency in devel/p5-IO-AIO
>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:   Wed Sep 02 13:30:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Anton Berezin
>Release:        FreeBSD 7.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD heechee.tobez.org 7.2-STABLE FreeBSD 7.2-STABLE #9: Tue Jun 16 15:47:04 CEST 2009 root at heechee.tobez.org:/usr/obj/usr/src/sys/HEECHEE amd64


	
>Description:

The current version of IO::AIO requires p5-common-sense to run.

>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-IO-AIO/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	26 Aug 2009 07:28:14 -0000	1.10
+++ Makefile	2 Sep 2009 13:21:22 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	IO-AIO
 PORTVERSION=	3.3
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,6 +16,9 @@
 MAINTAINER=	clsung at FreeBSD.org
 COMMENT=	Asynchronous Input/Output
 
+BUILD_DEPENDS=	p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
+RUN_DEPENDS=	${BUILD_DEPENDS}
+
 PERL_CONFIGURE=	yes
 
 MAN3=		IO::AIO.3

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



More information about the freebsd-ports-bugs mailing list