Bug 198250 - devel/p5-AppConfig: Update to 1.71
Summary: devel/p5-AppConfig: Update to 1.71
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Lars Thegler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-03 21:41 UTC by Sergei Vyshenski
Modified: 2015-06-07 15:09 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (lth)


Attachments
patch for updating port (1.14 KB, patch)
2015-03-03 21:41 UTC, Sergei Vyshenski
no flags Details | Diff
log from poudriere at 10.1-amd64 (14.43 KB, text/plain)
2015-03-03 21:41 UTC, Sergei Vyshenski
no flags Details
log from poudriere at 10.1-amd64 (16.13 KB, text/plain)
2015-03-03 21:44 UTC, Sergei Vyshenski
no flags Details
patch for updating port (1.19 KB, patch)
2015-03-29 21:02 UTC, Sergei Vyshenski
svysh.fbsd: maintainer-approval? (lth)
Details | Diff
log from poudriere at 10.1-amd64 w/o perl tests (14.60 KB, text/plain)
2015-03-29 21:03 UTC, Sergei Vyshenski
no flags Details
log from poudriere at 10.1-amd64 with perl tests (16.34 KB, text/plain)
2015-03-29 21:03 UTC, Sergei Vyshenski
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Vyshenski 2015-03-03 21:41:35 UTC
Created attachment 153737 [details]
patch for updating port

- Update 1.69 -> 1.71
Changes: http://cpansearch.perl.org/src/NEILB/AppConfig-1.71/Changes

- add LICENSE

- "portlint -AC" says:
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
0 fatal errors and 1 warning found.

- Tested with poudriere (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.
Comment 1 Sergei Vyshenski 2015-03-03 21:41:56 UTC
Created attachment 153738 [details]
log from poudriere at 10.1-amd64
Comment 2 Sergei Vyshenski 2015-03-03 21:44:18 UTC
Created attachment 153739 [details]
log from poudriere at 10.1-amd64
Comment 3 Sergei Vyshenski 2015-03-29 21:02:42 UTC
Created attachment 154976 [details]
patch for updating port

- Update 1.69 -> 1.71
Changes: http://cpansearch.perl.org/src/NEILB/AppConfig-1.71/Changes

- add LICENSE
- add NO_ARCH
- add TEST_DEPENDS

- "portlint -AC" just warns about non-empty $FreeBSD$ tag.

- Tested with poudriere 3.1.99 at 10.1-amd64 with perl5-5.18.4_11.
Two variants of poudriere logs are attached: 
with and without activation of built-in perl tests.
To control built-in perl tests inside poudriere jails, 
Mk/Uses/perl5.mk was locally augmented with lines:

.if defined(RUN_PERL_TESTS)
BUILD_DEPENDS+= ${TEST_DEPENDS}
pre-install:    test
.endif # defined(RUN_PERL_TESTS)
Comment 4 Sergei Vyshenski 2015-03-29 21:03:10 UTC
Created attachment 154977 [details]
log from poudriere at 10.1-amd64 w/o perl tests
Comment 5 Sergei Vyshenski 2015-03-29 21:03:28 UTC
Created attachment 154978 [details]
log from poudriere at 10.1-amd64 with perl tests