ports/144132: port update: devel/p5-Module-List fixes is the requirement on devel/p5-parent

Zane C.B. vvelox at vvelox.net
Sat Feb 20 12:50:03 UTC 2010


>Number:         144132
>Category:       ports
>Synopsis:       port update:  devel/p5-Module-List     fixes is the requirement on devel/p5-parent
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 20 12:50:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Zane C.B.
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:


System: FreeBSD 7.2-STABLE #4: Sun Dec 20 10:19:46 CST 2009
    root at vixen42.vulpes:/usr/obj/usr/src/sys/GENERIC



>Description:





>How-To-Repeat:


1: perl -e 'use Module::List;'
2: The above will fail do to the lack of the module 'parent' not being installed.
3: Install 'devel/p5-parent'.
4: Rerun step '1'.


>Fix:


--- devel_p5-Module-List_Makefile.diff begins here ---
--- Makefile.old	2010-01-12 00:15:52.000000000 -0600
+++ Makefile	2010-02-20 04:39:59.000000000 -0600
@@ -7,6 +7,7 @@
 
 PORTNAME=	Module-List
 PORTVERSION=	0.002
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,6 +17,8 @@
 
 PERL_MODBUILD=	yes
 
+RUN_DEPENDS=    ${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent
+
 MAN3=		Module::List.3
 
 .include <bsd.port.mk>
--- devel_p5-Module-List_Makefile.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list