ports/165801: [PATCH] net/p5-Net-WhitePages: add missing DEPENDS

Steve Wills swills at FreeBSD.org
Wed Mar 7 02:40:11 UTC 2012


>Number:         165801
>Category:       ports
>Synopsis:       [PATCH] net/p5-Net-WhitePages: add missing DEPENDS
>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 Mar 07 02:40:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #14 r232426: Fri Mar  2 21:54:42
>Description:
- Add missing BUILD_DEPENDS and RUN_DEPENDS
- Bump PORTREVISION
- Avoid use of SITE_PERL in DEPENDS
- Sort DEPENDS

Port maintainer (vvelox at vvelox.net) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-Net-WhitePages-1.04_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/p5-Net-WhitePages/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	13 Nov 2010 13:22:10 -0000	1.1
+++ Makefile	7 Mar 2012 02:31:48 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Net-WhitePages
 PORTVERSION=	1.04
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,8 +15,10 @@
 MAINTAINER=	vvelox at vvelox.net
 COMMENT=	Provides access to the XML API for WhitePages.com
 
-RUN_DEPENDS=	${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
-		${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
+BUILD_DEPENDS=	p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
+		p5-URI>=0:${PORTSDIR}/net/p5-URI \
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-Net-WhitePages-1.04_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list