Bug 77791 - [maintainer update] www/p5-POE-Component-Server-HTTP 0.05 -> 0.06
Summary: [maintainer update] www/p5-POE-Component-Server-HTTP 0.05 -> 0.06
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-20 17:50 UTC by Zach Thompson
Modified: 2005-03-04 20:35 UTC (History)
0 users

See Also:


Attachments
POCo-Server-HTTP-0.06 (952 bytes, text/plain)
2005-02-20 17:50 UTC, Zach Thompson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Zach Thompson 2005-02-20 17:50:13 UTC
	Update POE::Component::Server::HTTP from version 0.05 to 0.06
Comment 1 skv freebsd_committer freebsd_triage 2005-02-28 11:01:52 UTC
Please, add missed dependencies on:
POE::API::Peek
YAML
File::Spec

see Makefile.PL

-- 
Sergey Skvortsov
mailto: skv@FreeBSD.org
Comment 2 Zach Thompson 2005-02-28 13:41:38 UTC
diff -ruN p5-POE-Component-Server-HTTP-0.06/Makefile p5-POE-Component-Server-HTTP-0.06-1/Makefile
--- p5-POE-Component-Server-HTTP-0.06/Makefile  Sun Feb 20 10:27:52 2005
+++ p5-POE-Component-Server-HTTP-0.06-1/Makefile        Mon Feb 28 06:22:15 2005
@@ -17,6 +17,9 @@
 
 BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
                ${SITE_PERL}/HTTP/Date.pm:${PORTSDIR}/www/p5-libwww \
+               ${SITE_PERL}/POE/API/Peek.pm:${PORTSDIR}/devel/p5-POE-API-Peek \
+               ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
+               ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
                ${SITE_PERL}/HTTP/Status.pm:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS=   ${BUILD_DEPENDS}
Comment 3 Yen-Ming Lee freebsd_committer freebsd_triage 2005-03-04 20:35:15 UTC
State Changed
From-To: open->closed

Committed, thanks.