Created attachment 154958 [details] patch for updating port - add TEST_DEPENDS - add LICENSE - add NO_ARCH - remove "test" target - fix "Created by" line - bump PORTREVISON - "portlint -AC" just warns about non-empty $FreeBSD$ tag and about non-empty PORTREVISION. - 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)
Created attachment 154959 [details] log from poudriere at 10.1-amd64 w/o perl tests
Created attachment 154960 [details] log from poudriere at 10.1-amd64 with perl tests
A commit references this bug: Author: sunpoet Date: Fri May 1 13:49:18 UTC 2015 New revision: 385111 URL: https://svnweb.freebsd.org/changeset/ports/385111 Log: - Add LICENSE - Add TEST_DEPENDS - Add NO_ARCH - Remove test: - Update email address in "Created by" comment - Bump PORTREVISION for package change PR: 199000 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer) Changes: head/textproc/p5-Data-SpreadPagination/Makefile
Committed. Thanks!