Date: Mon, 31 Jul 2006 18:20:05 +0800 From: chinsan <chinsan.tw@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: lth@FreeBSD.org Subject: ports/101091: [PATCH] devel/p5-Module-Pluggable: Fix the lost dependency on p5-Class-Inspector Message-ID: <20060731103304.5685F2F068@smtp2.bc.hgc.com.tw> Resent-Message-ID: <200607311040.k6VAeDMp048858@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101091 >Category: ports >Synopsis: [PATCH] devel/p5-Module-Pluggable: Fix the lost dependency on p5-Class-Inspector >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 31 10:40:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006 >Description: - Fix the lost dependency on p5-Class-Inspector Port maintainer (lth@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Module-Pluggable-3.1_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-Module-Pluggable/Makefile /usr/home/chinsan/project/p5-Module-Pluggable/Makefile --- /usr/ports/devel/p5-Module-Pluggable/Makefile Wed Jul 19 05:18:30 2006 +++ /usr/home/chinsan/project/p5-Module-Pluggable/Makefile Mon Jul 31 18:16:28 2006 @@ -7,7 +7,7 @@ PORTNAME= Module-Pluggable PORTVERSION= 3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Module @@ -16,7 +16,8 @@ MAINTAINER= lth@FreeBSD.org COMMENT= Automatically give your module the ability to have plugins -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ + p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes --- p5-Module-Pluggable-3.1_2.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?20060731103304.5685F2F068>