Created attachment 194393 [details] svn diff * portlint ok * poudriere testport ok (11.1, amd64, svn-head) * make test ok
please note two things: 1) distinfo needs a TIMESTAMP entry. Generate one with make makesum 2) if pkg-plist has only two files, put them in PLIST_FILES, like this: %%SITE_PERL%%/Scope/Container.pm %%PERL5_MAN3%%/Scope::Container.3.gz becomes PLIST_FILES= ${SITE_PERL_REL}/Scope/Container.pm \ ${SITE_MAN3_REL}/Scope::Container.3.gz
And please note: provide a svn diff relative to ., not to head/
A commit references this bug: Author: pi Date: Tue Jun 19 18:00:36 UTC 2018 New revision: 472809 URL: https://svnweb.freebsd.org/changeset/ports/472809 Log: New port: devel/p5-Scope-Container Container object for temporary scoped items like database connections WWW: https://metacpan.org/release/Scope-Container PR: 229144 Submitted by: Tomohiro Hosaka <bokutin@bokut.in> Changes: head/devel/Makefile head/devel/p5-Scope-Container/ head/devel/p5-Scope-Container/Makefile head/devel/p5-Scope-Container/distinfo head/devel/p5-Scope-Container/pkg-descr
Committed, thanks!