From owner-freebsd-ruby@freebsd.org Wed Feb 10 13:05:50 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 82D73AA2D58 for ; Wed, 10 Feb 2016 13:05:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) 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 6E57B12D3 for ; Wed, 10 Feb 2016 13:05:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6B21FAA2D57; Wed, 10 Feb 2016 13:05:50 +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 6ABFAAA2D56 for ; Wed, 10 Feb 2016 13:05:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 38ABC12D2; Wed, 10 Feb 2016 13:05:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from [10.0.1.97] (cpe-071-065-239-148.nc.res.rr.com [71.65.239.148] (may be forged)) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id u1AD5EOR014871 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Wed, 10 Feb 2016 13:05:43 GMT (envelope-from swills@FreeBSD.org) Subject: Re: [Redmine] Remove %%RUBY_SUFFIX%% from make check-plist? To: Torsten Zuehlsdorff , ruby@freebsd.org References: <56BB068C.4040602@toco-domains.de> Cc: Kurt Jaeger From: Steve Wills Message-ID: <56BB3585.3010806@FreeBSD.org> Date: Wed, 10 Feb 2016 08:05:09 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <56BB068C.4040602@toco-domains.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Wed, 10 Feb 2016 13:05:44 +0000 (UTC) X-Spam-Status: No, score=-1.0 required=4.5 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.99 at mouf.net X-Virus-Status: Clean 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 13:05:50 -0000 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@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ruby > To unsubscribe, send any mail to "freebsd-ruby-unsubscribe@freebsd.org"