ports/161538: devel/p5-Module-Runtime -- add missing dependency

Matthew Seaman m.seaman at infracaninophile.co.uk
Thu Oct 13 08:30:10 UTC 2011


>Number:         161538
>Category:       ports
>Synopsis:       devel/p5-Module-Runtime -- add missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 13 08:30:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
Infracaninophile
>Environment:
System: FreeBSD lucid-nonsense.infracaninophile.co.uk 8.2-STABLE FreeBSD 8.2-STABLE #3 r226035: Wed Oct 5 14:26:52 BST 2011 root at lucid-nonsense.infracaninophile.co.uk:/usr/obj/usr/src/sys/LUCID-NONSENSE amd64


	
>Description:

* Add missing BUILD/RUN dependency on devel/p5-Params-Classify

* pet portlint

Credit to pointyhat:

http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/a.9.20111011110419/rt-4.0.2.log

>How-To-Repeat:
	
>Fix:

	

--- p5-Module-Runtime.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Module-Runtime/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	9 Oct 2011 17:16:10 -0000	1.5
+++ Makefile	13 Oct 2011 08:13:52 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Module-Runtime
 PORTVERSION=	0.010
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,11 +15,13 @@
 MAINTAINER=	brix at FreeBSD.org
 COMMENT=	Perl module for runtime module handling
 
-BUILD_DEPENDS=	${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent
-RUN_DEPENDS=	${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent
-
-LICENSE_COMB=	dual
 LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent \
+		${SITE_PERL}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify
+RUN_DEPENDS:=	BUILD_DEPENDS
+
 PERL_MODBUILD=	yes
 
 MAN3=	Module::Runtime.3
--- p5-Module-Runtime.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list