Date: Wed, 2 Sep 2009 15:23:08 +0200 (CEST) From: Anton Berezin <tobez@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/138482: [PATCH] fix a dependency in devel/p5-IO-AIO Message-ID: <20090902132308.C82866D400@heechee.tobez.org> Resent-Message-ID: <200909021330.n82DU59L093475@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090902132308.C82866D400>