From owner-freebsd-ruby@FreeBSD.ORG Sat Jun 13 17:24:01 2015 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A4F05A2D for ; Sat, 13 Jun 2015 17:24:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 93CF9134 for ; Sat, 13 Jun 2015 17:24:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t5DHO18x025990 for ; Sat, 13 Jun 2015 17:24:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: maintainer-feedback requested: [Bug 200840] www/redmine: fix bsd.redmine.mk plist generation Date: Sat, 13 Jun 2015 17:24:01 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" 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: Sat, 13 Jun 2015 17:24:01 -0000 Sergey Kozlov has reassigned Bugzilla Automation 's request for maintainer-feedback to ruby@FreeBSD.org: Bug 200840: www/redmine: fix bsd.redmine.mk plist generation https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200840 --- Description --- Created attachment 157710 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=157710&action=edit bsd.redmine.mk patch Plist autogeneration for redmine plugins in bsd.redmine.mk uses old-fashioned @dirrm lines. Patch changes that behavior to using new-style @dir lines only for empty dirs.