| Summary: | [patch] update devel/p5-Class-Load to 0.22 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Adam Weinberger <adamw> | ||||||
| Component: | Individual Port(s) | Assignee: | Andrej Zverev <az> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(az) |
||||||
| Priority: | --- | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Adam Weinberger
2015-02-16 20:14:01 UTC
Auto-assigned to maintainer az@FreeBSD.org (In reply to Adam Weinberger from comment #0) Hello Adam, after your patch i'm getting following error. # perl -MClass::Load\ 99 Can't locate namespace/clean.pm in @INC (you may need to install the namespace::clean module) (@INC contains: /usr/local/lib/perl5/site_perl/mach/5.18 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.18/mach /usr/local/lib/perl5/5.18 /usr/local/lib/perl5/site_perl/5.18 /usr/local/lib/perl5/site_perl/5.18/mach .) at /usr/local/lib/perl5/site_perl/Class/Load.pm line 19. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/Class/Load.pm line 19. Compilation failed in require. BEGIN failed--compilation aborted. Oops, you're right. I really wish that poudriere knew about make test... means I have to 'make test' on another box, and that one already had namespace::clean on it. Created attachment 153103 [details]
0.22 and update depends
Updated patch to include p5-namespace-clean dependency
(In reply to Adam Weinberger from comment #4) Please commit, this revision work fine. Thank you. Done. Thanks, Andrej! A commit references this bug: Author: adamw Date: Tue Feb 17 14:36:47 UTC 2015 New revision: 379164 URL: https://svnweb.freebsd.org/changeset/ports/379164 Log: Update to 0.22, and sort plist. New dependency on p5-namespace-clean in this version. Changes: https://metacpan.org/changes/distribution/Class-Load PR: 197725 Approved by: az (maintainer) Changes: head/devel/p5-Class-Load/Makefile head/devel/p5-Class-Load/distinfo head/devel/p5-Class-Load/pkg-plist |