Created attachment 157041 [details] The shar file of the new port Needed for new version of p5-Dancer2-Plugin-Auth-Extensible portlint, make test stage-qa check-plist ... all fine.
Can you please fix this: ====> Running Q/A tests (stage-qa) Warning: 'lib/perl5/site_perl/mach/5.20/auto/Session/Token/Token.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Created attachment 157195 [details] shar file with strip command
This doesn't work as the library is not writable. Fixed by adding chmod's
A commit references this bug: Author: amdmi3 Date: Wed May 27 21:21:56 UTC 2015 New revision: 387680 URL: https://svnweb.freebsd.org/changeset/ports/387680 Log: This module provides a secure, efficient, and simple interface for creating session tokens, password reset codes, temporary passwords, random identifiers, and anything else you can think of. Like this: my $token = Session::Token->new->get; # 128 bits WWW: http://search.cpan.org/dist/Session-Token/ PR: 200390 Submitted by: hvo.pm@xs4all.nl Changes: head/security/Makefile head/security/p5-Session-Token/ head/security/p5-Session-Token/Makefile head/security/p5-Session-Token/distinfo head/security/p5-Session-Token/pkg-descr head/security/p5-Session-Token/pkg-plist