ports/166282: [PATCH] www/p5-HTTP-Engine: add missing DEPENDS
Steve Wills
swills at FreeBSD.org
Tue Mar 20 19:40:10 UTC 2012
>Number: 166282
>Category: ports
>Synopsis: [PATCH] www/p5-HTTP-Engine: 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 19: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 DEPENDS (p5-HTTP-Request-AsCGI, p5-YAML, p5-IO-stringy)
- Sort DEPENDS
- Bump PORTREVISION
Port maintainer (kuriyama at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:
--- p5-HTTP-Engine-0.03005_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-HTTP-Engine/Makefile,v
retrieving revision 1.17
diff -u -u -r1.17 Makefile
--- Makefile 9 Oct 2011 01:17:45 -0000 1.17
+++ Makefile 20 Mar 2012 19:29:30 -0000
@@ -7,6 +7,7 @@
PORTNAME= HTTP-Engine
PORTVERSION= 0.03005
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,17 +15,19 @@
MAINTAINER= kuriyama at FreeBSD.org
COMMENT= Perl extension for HTTP Server Engine Drivers
-RUN_DEPENDS= \
- p5-Any-Moose>=0.13:${PORTSDIR}/devel/p5-Any-Moose \
- p5-Mouse>=0.62:${PORTSDIR}/devel/p5-Moose \
- p5-MouseX-Types>=0.05:${PORTSDIR}/devel/p5-MouseX-Types \
- p5-CGI-Simple>=1.103:${PORTSDIR}/www/p5-CGI-Simple \
- p5-Filter>0:${PORTSDIR}/devel/p5-Filter \
- p5-HTTP-Body>=1.05:${PORTSDIR}/www/p5-HTTP-Body \
- p5-HTTP-Headers-Fast>=0.11:${PORTSDIR}/www/p5-HTTP-Headers-Fast \
- p5-URI>=1.36:${PORTSDIR}/net/p5-URI \
- p5-HTTP-Server-Simple>=0.35:${PORTSDIR}/www/p5-HTTP-Server-Simple
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS= p5-Any-Moose>=0.13:${PORTSDIR}/devel/p5-Any-Moose \
+ p5-CGI-Simple>=1.103:${PORTSDIR}/www/p5-CGI-Simple \
+ p5-Filter>0:${PORTSDIR}/devel/p5-Filter \
+ p5-HTTP-Body>=1.05:${PORTSDIR}/www/p5-HTTP-Body \
+ p5-HTTP-Headers-Fast>=0.11:${PORTSDIR}/www/p5-HTTP-Headers-Fast \
+ p5-HTTP-Request-AsCGI>0:${PORTSDIR}/www/p5-HTTP-Request-AsCGI \
+ p5-HTTP-Server-Simple>=0.35:${PORTSDIR}/www/p5-HTTP-Server-Simple \
+ p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
+ p5-Mouse>=0.62:${PORTSDIR}/devel/p5-Moose \
+ p5-MouseX-Types>=0.05:${PORTSDIR}/devel/p5-MouseX-Types \
+ p5-URI>=1.36:${PORTSDIR}/net/p5-URI \
+ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
--- p5-HTTP-Engine-0.03005_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list