I've had this problem too. Set PLIST_SUB_SED_MIN=3 in make.conf (if you're using poudriere, set it in /usr/local/etc/poudriere.d/make.conf). This will prevent the plist sub script from using such short values.
Steve On 02/10/16 04:44 AM, Torsten Zuehlsdorff wrote: > Hello, > > i'm currently working on an update for redmine and make some good progress: > https://github.com/t-zuehlsdorff/freebsd-ports/tree/redmine/www/redmine > > But i am stuck at stage-qa/check-plist. > > Whenever i do a make check-plist i got errors like this: > > ====> Checking for pkg-plist issues (check-plist) > ===> Parsing plist > ===> Checking for items in STAGEDIR missing from pkg-plist > Error: Orphaned: > %%WWWDIR%%/db/migrate/0%%RUBY_SUFFIX%%_add_tracker_position.rb > [..] > ===> Checking for items in pkg-plist which are not in STAGEDIR > Error: Missing: %%WWWDIR%%/db/migrate/012_add_tracker_position.rb > > Please note the %%RUBY_SUFFIX%% in the first message. It occurs multiple > times and replaces the value "12". I have no idea why %%RUBY_SUFFIX%% is > there and how to get rid of it. Can anyone help please? > > Greetings, > Torsten > _______________________________________________ > [email protected] mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ruby > To unsubscribe, send any mail to "[email protected]" _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ruby To unsubscribe, send any mail to "[email protected]"
