ports/166263: [PATCH] www/p5-CGI-Application-Server: add missing DEPENDS

Steve Wills swills at FreeBSD.org
Tue Mar 20 00:50:14 UTC 2012


>Number:         166263
>Category:       ports
>Synopsis:       [PATCH] www/p5-CGI-Application-Server: 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:   Tue Mar 20 00:50:14 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 DEPENDS
- Add TEST_DEPENDS
- Bump PORTREVISION

Port maintainer (hartzell at alerce.com) is cc'd.

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

--- p5-CGI-Application-Server-0.062_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-CGI-Application-Server/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile	17 Sep 2011 06:50:16 -0000	1.8
+++ Makefile	20 Mar 2012 00:47:48 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	CGI-Application-Server
 PORTVERSION=	0.062
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,10 +15,14 @@
 MAINTAINER=	hartzell at alerce.com
 COMMENT=	A simple HTTP server for developing with CGI::Application
 
-RUN_DEPENDS= p5-CGI-Application-Plugin-Redirect>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-Redirect \
-		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+BUILD_DEPENDS=	p5-CGI-Application-Plugin-Redirect>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-Redirect \
+		p5-HTTP-Server-Simple-Static>=0.02:${PORTSDIR}/www/p5-HTTP-Server-Simple-Static \
 		p5-IO-Capture>=0:${PORTSDIR}/devel/p5-IO-Capture \
-		p5-HTTP-Server-Simple-Static>=0.02:${PORTSDIR}/www/p5-HTTP-Server-Simple-Static
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
+		p5-Test-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-Test-HTTP-Server-Simple \
+		p5-Test-WWW-Mechanize>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize
 
 PERL_MODBUILD=	yes
 
--- p5-CGI-Application-Server-0.062_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list