ports/101091: [PATCH] devel/p5-Module-Pluggable: Fix the lost dependency on p5-Class-Inspector
chinsan
chinsan.tw at gmail.com
Mon Jul 31 10:40:14 UTC 2006
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list