devel/p5-BZ-Client is missing a dependency on devel/p5-DataTime-Format-ISO8601
Can you please elaborate. The dependency is on TEST and the mentioned one is added in TEST_DEPENDS. So far I have not found any build error in poudriere.
Its not a build error, if you try to use the client module without this dependency installed you get a fatal error as there is a use for it: amishhammer@chunjae '13:19:20' '/usr/ports/devel/p5-BZ-Client/work/BZ-Client-1.04/lib' > $ grep -r DateTime::Format::ISO * BZ/Client/XMLRPC/Value.pm:use DateTime::Format::ISO8601(); BZ/Client/XMLRPC/Value.pm: $self->{'result'} = DateTime::Format::ISO8601->parse_datetime( $self->{'result'} );
A commit references this bug: Author: bofh Date: Mon Mar 16 12:47:55 UTC 2015 New revision: 381386 URL: https://svnweb.freebsd.org/changeset/ports/381386 Log: devel/p5-BZ-Client: Add MISSING Dependency PR: 198466 Submitted by: tj Approved by: bapt marino (implicit) Changes: head/devel/p5-BZ-Client/Makefile
Committed.