[Redmine] Remove %%RUBY_SUFFIX%% from make check-plist?
Steve Wills
swills at FreeBSD.org
Wed Feb 10 13:05:50 UTC 2016
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
> _______________________________________________
> freebsd-ruby at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ruby
> To unsubscribe, send any mail to "freebsd-ruby-unsubscribe at freebsd.org"
More information about the freebsd-ruby
mailing list