Bug 199000 - [MAINTAINER] textproc/p5-Data-SpreadPagination: fix Makefile
Summary: [MAINTAINER] textproc/p5-Data-SpreadPagination: fix Makefile
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-29 11:26 UTC by Sergei Vyshenski
Modified: 2015-05-01 13:51 UTC (History)
1 user (show)

See Also:
svysh.fbsd: maintainer-feedback+


Attachments
patch for updating port (1.22 KB, patch)
2015-03-29 11:26 UTC, Sergei Vyshenski
no flags Details | Diff
log from poudriere at 10.1-amd64 w/o perl tests (14.98 KB, text/plain)
2015-03-29 11:26 UTC, Sergei Vyshenski
no flags Details
log from poudriere at 10.1-amd64 with perl tests (16.72 KB, text/plain)
2015-03-29 11:27 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-29 11:26:11 UTC
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)
Comment 1 Sergei Vyshenski 2015-03-29 11:26:56 UTC
Created attachment 154959 [details]
log from poudriere at 10.1-amd64 w/o perl tests
Comment 2 Sergei Vyshenski 2015-03-29 11:27:28 UTC
Created attachment 154960 [details]
log from poudriere at 10.1-amd64 with perl tests
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-05-01 13:50:16 UTC
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
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-05-01 13:51:42 UTC
Committed. Thanks!