Created attachment 157532 [details] Catch up with Upstream Updating port p5-RPC-ExtDirect from upstream version 3.02 to 3.21
Assign to maintainer.
Created attachment 161844 [details] Updated patch updated the patch to ensure pkg-plist is correct.
Created attachment 161845 [details] Output of 'portlint -AC'
Created attachment 161846 [details] Output of 'make test'
It's really strange, but a make check-plist causes this error and I do not understand where this comes from. ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%SITE_ARCH%%/auto/RPC/ExtDirect/.packlist Error: Orphaned: %%PERL5_MAN3%%/RPC::ExtDirect::Migration.3.gz ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: %%PERL5_MAN3%%/RPC::ExtDirect::Migration.3.gz/usr/local/%%SITE_ARCH%%/auto/RPC/ExtDirect/.packlist ===> Error: Plist issues found. *** Error code 1
Hi Kurt, One thing caught my eye: If you look at the patch you can see that your error output suggests that there is a line break missing: %%PERL5_MAN3%%/RPC::ExtDirect::Migration.3.gz/usr/local/%%SITE_ARCH%%/auto/RPC/ExtDirect/.packlist should really be %%PERL5_MAN3%%/RPC::ExtDirect::Migration.3.gz /usr/local/%%SITE_ARCH%%/auto/RPC/ExtDirect/.packlist and there would not be any error? Are you sure the patch applied correctly? Martin
Yes, pkg-plist looks correct. That's why I'm surprised. But: Apparently, there was a newline missing at the end of pkg-plist (!) The second fix was: There was a .packlist entry in the pkg-plist. This is not needed as it will be automatically added. It builds fine now, I'm now testing it in poudriere.
Testbuilds are fine.
A commit references this bug: Author: pi Date: Sat Oct 10 11:29:26 UTC 2015 New revision: 398989 URL: https://svnweb.freebsd.org/changeset/ports/398989 Log: www/p5-RPC-ExtDirect: 3.02 -> 3.21 Changes: http://cpansearch.perl.org/src/TOKAREV/RPC-ExtDirect-3.21/Changes PR: 200709 Submitted by: Martin Waschbuesch <martin@waschbuesch.de> Approved by: tj (maintainer timeout) Changes: head/www/p5-RPC-ExtDirect/Makefile head/www/p5-RPC-ExtDirect/distinfo head/www/p5-RPC-ExtDirect/pkg-plist
Committed, thanks.