Bug 182188 - www/p5-HTTP-Engine and www/p5-HTTP-Engine-Middleware have a strange dependency line
Summary: www/p5-HTTP-Engine and www/p5-HTTP-Engine-Middleware have a strange dependenc...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-17 14:20 UTC by Antoine Brodin
Modified: 2013-10-26 16:40 UTC (History)
1 user (show)

See Also:


Attachments
mouse.diff (1.58 KB, patch)
2013-09-17 14:20 UTC, Antoine Brodin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Brodin freebsd_committer freebsd_triage 2013-09-17 14:20:00 UTC
See attached patch.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-17 14:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-26 16:33:17 UTC
Author: kuriyama
Date: Sat Oct 26 15:33:09 2013
New Revision: 331703
URL: http://svnweb.freebsd.org/changeset/ports/331703

Log:
  - Fix strange depends line [1].
  - Confirm with STAGE.
  
  PR:		ports/182188
  Submitted by:	antoine

Modified:
  head/www/p5-HTTP-Engine-Middleware/Makefile
  head/www/p5-HTTP-Engine/Makefile

Modified: head/www/p5-HTTP-Engine-Middleware/Makefile
==============================================================================
--- head/www/p5-HTTP-Engine-Middleware/Makefile	Sat Oct 26 15:29:07 2013	(r331702)
+++ head/www/p5-HTTP-Engine-Middleware/Makefile	Sat Oct 26 15:33:09 2013	(r331703)
@@ -2,6 +2,7 @@
 
 PORTNAME=	HTTP-Engine-Middleware
 PORTVERSION=	0.22
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,7 +13,7 @@ COMMENT=	Perl extension for official dis
 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 \
@@ -39,5 +40,4 @@ MAN3=	HTTP::Engine::Middleware.3 \
 	HTTP::Engine::Middleware::Status::Memory.3 \
 	HTTP::Engine::Middleware::UploadTemp.3
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/p5-HTTP-Engine/Makefile
==============================================================================
--- head/www/p5-HTTP-Engine/Makefile	Sat Oct 26 15:29:07 2013	(r331702)
+++ head/www/p5-HTTP-Engine/Makefile	Sat Oct 26 15:33:09 2013	(r331703)
@@ -2,7 +2,7 @@
 
 PORTNAME=	HTTP-Engine
 PORTVERSION=	0.03005
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	\
 	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=	\
@@ -47,5 +47,4 @@ MAN3=		HTTP::Engine.3 \
 		HTTP::Engine::Test::Request.3 \
 		HTTP::Engine::Types::Core.3
 
-NO_STAGE=	yes
 .include <bsd.port.mk>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Jun Kuriyama freebsd_committer freebsd_triage 2013-10-26 16:33:26 UTC
State Changed
From-To: open->closed

Committed, thanks!