[Redmine] Remove %%RUBY_SUFFIX%% from make check-plist?

Torsten Zuehlsdorff mailinglists at toco-domains.de
Wed Feb 10 09:44:47 UTC 2016


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


More information about the freebsd-ruby mailing list