From owner-freebsd-ruby@freebsd.org Wed Feb 10 09:44:47 2016 Return-Path: Delivered-To: freebsd-ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB0CBAA4C09 for ; Wed, 10 Feb 2016 09:44:47 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id AA0AC2D8 for ; Wed, 10 Feb 2016 09:44:47 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: by mailman.ysv.freebsd.org (Postfix) id A88E3AA4C08; Wed, 10 Feb 2016 09:44:47 +0000 (UTC) Delivered-To: ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8254AA4C07 for ; Wed, 10 Feb 2016 09:44:47 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7635C2D7; Wed, 10 Feb 2016 09:44:47 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id 03CE21B22098; Wed, 10 Feb 2016 10:44:44 +0100 (CET) To: ruby@freebsd.org Cc: Johannes Meixner , Kurt Jaeger From: Torsten Zuehlsdorff Subject: [Redmine] Remove %%RUBY_SUFFIX%% from make check-plist? Message-ID: <56BB068C.4040602@toco-domains.de> Date: Wed, 10 Feb 2016 10:44:44 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2016 09:44:47 -0000 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