ports/182188: www/p5-HTTP-Engine and www/p5-HTTP-Engine-Middleware have a strange dependency line
Antoine Brodin
antoine at freebsd.org
Tue Sep 17 13:20:00 UTC 2013
>Number: 182188
>Category: ports
>Synopsis: www/p5-HTTP-Engine and www/p5-HTTP-Engine-Middleware have a strange dependency line
>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 Sep 17 13:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Antoine Brodin
>Release: FreeBSD 9.1-RELEASE-p6 amd64
>Organization:
none
>Environment:
System: FreeBSD pepperseed.dreadbsd.org 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
See attached patch.
>How-To-Repeat:
>Fix:
--- mouse.diff begins here ---
Index: www/p5-HTTP-Engine/Makefile
===================================================================
--- www/p5-HTTP-Engine/Makefile (revision 327473)
+++ www/p5-HTTP-Engine/Makefile (working copy)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: HTTP::Engine
-# Date created: 20 Jan 2009
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= HTTP-Engine
PORTVERSION= 0.03005
@@ -22,7 +17,7 @@
p5-HTTP-Body>=1.05:${PORTSDIR}/www/p5-HTTP-Body \
p5-HTTP-Headers-Fast>=0.11:${PORTSDIR}/www/p5-HTTP-Headers-Fast \
p5-HTTP-Server-Simple>=0.35:${PORTSDIR}/www/p5-HTTP-Server-Simple \
- p5-Mouse>=0.62:${PORTSDIR}/devel/p5-Moose \
+ p5-Mouse>=0.62:${PORTSDIR}/devel/p5-Mouse \
p5-URI>=1.36:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= \
Index: www/p5-HTTP-Engine-Middleware/Makefile
===================================================================
--- www/p5-HTTP-Engine-Middleware/Makefile (revision 327473)
+++ www/p5-HTTP-Engine-Middleware/Makefile (working copy)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: HTTP::Engine::Middleware
-# Date created: 20 Feb 2009
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= HTTP-Engine-Middleware
PORTVERSION= 0.22
@@ -17,7 +12,7 @@
BUILD_DEPENDS:= ${RUN_DEPENDS}
RUN_DEPENDS= \
p5-Any-Moose>=0.09:${PORTSDIR}/devel/p5-Any-Moose \
- p5-Mouse>=0.23:${PORTSDIR}/devel/p5-Moose \
+ p5-Mouse>=0.23:${PORTSDIR}/devel/p5-Mouse \
p5-Filter>0:${PORTSDIR}/devel/p5-Filter \
p5-HTTP-Engine>=0.03004:${PORTSDIR}/www/p5-HTTP-Engine \
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
--- mouse.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list