Created attachment 151572 [details] shar with new port Friendlier flags for B. This new port is needed as a (2nd level) prerequisite for new version of existing port devel/p5-Sub-Name. - "portlint -AC" says: looks fine. - Tested with poudriere-3.1.1 (log attached) at 10.1-amd64 with perl5-5.18.4_11 During this testing, built-in perl tests were activated with "pre-install: test" construct in the port's Makefile.
Created attachment 151573 [details] log from poudriere at 10.1-amd64
Created attachment 151574 [details] shar with new port
A commit references this bug: Author: bofh Date: Wed Feb 11 11:25:38 UTC 2015 New revision: 378830 URL: https://svnweb.freebsd.org/changeset/ports/378830 Log: [New Port] devel/p5-B-Flags: Friendlier flags for B Friendlier flags for B By default, "$foo->flags" when passed an object in the "B" class will produce a relatively meaningless number, which one would need to grovel through the Perl source code in order to do anything useful with. This module adds "flagspv" to the SV and op classes and "privatepv" to the op classes, which makes them easier to understand. WWW: http://search.cpan.org/dist/B-Flags/ PR: 196688 Submitted by: svysh.fbsd@gmail.com Approved by: bapt marino (implicit) Changes: head/devel/Makefile head/devel/p5-B-Flags/ head/devel/p5-B-Flags/Makefile head/devel/p5-B-Flags/distinfo head/devel/p5-B-Flags/pkg-descr head/devel/p5-B-Flags/pkg-plist
Committed with minor changes.