ports/166425: [PATCH] www/p5-HTTP-Router: add missing DEPENDS
Steve Wills
swills at FreeBSD.org
Mon Mar 26 20:00:27 UTC 2012
>Number: 166425
>Category: ports
>Synopsis: [PATCH] www/p5-HTTP-Router: 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: Mon Mar 26 20:00:22 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 (undocumented) DEPENDS
- 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-Router-0.05_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-HTTP-Router/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile 25 Mar 2010 05:56:57 -0000 1.4
+++ Makefile 26 Mar 2012 19:49:23 -0000
@@ -7,6 +7,7 @@
PORTNAME= HTTP-Router
PORTVERSION= 0.05
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,16 +15,18 @@
MAINTAINER= kuriyama at FreeBSD.org
COMMENT= Perl extension of Yet Another Path Router for HTTP
-RUN_DEPENDS= \
+BUILD_DEPENDS= \
p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Devel-Caller-Perl>0:${PORTSDIR}/devel/p5-Devel-Caller-Perl \
p5-Filter>0:${PORTSDIR}/devel/p5-Filter \
p5-Hash-AsObject>0:${PORTSDIR}/devel/p5-Hash-AsObject \
- p5-URI-Template-Restrict>=0.05:${PORTSDIR}/net/p5-URI-Template-Restrict \
p5-Lingua-EN-Inflect-Number>0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Number \
p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-String-CamelCase>0:${PORTSDIR}/textproc/p5-String-CamelCase \
- p5-Text-SimpleTemplate>0:${PORTSDIR}/textproc/p5-Text-SimpleTemplate
+ p5-Text-SimpleTable>=0:${PORTSDIR}/textproc/p5-Text-SimpleTable \
+ p5-Text-SimpleTemplate>0:${PORTSDIR}/textproc/p5-Text-SimpleTemplate \
+ p5-URI-Template-Restrict>=0.05:${PORTSDIR}/net/p5-URI-Template-Restrict
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
--- p5-HTTP-Router-0.05_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list