From owner-svn-ports-all@FreeBSD.ORG Sun May 24 08:17:56 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26A088D6 for ; Sun, 24 May 2015 08:17:56 +0000 (UTC) Received: from mail-ob0-f177.google.com (mail-ob0-f177.google.com [209.85.214.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E65DA1176 for ; Sun, 24 May 2015 08:17:55 +0000 (UTC) Received: by obbnx5 with SMTP id nx5so37860988obb.0 for ; Sun, 24 May 2015 01:17:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=p7Bb6TbAw+e20g+QjFVY54QPlahxWMDWuTnVgSqXj/4=; b=fs04/wXSWpKDzPKPeNye7lgjCOCVHNrEKuwaxLCGcaXjZ9QZRMJeOC7k5kEAhNLJLX fs873si6Ct5bE4+6qlmmjRGjeH3PSFrUWwsdgWjkmTqqnggmrX2QRRfwSDwqorUFKq5p WixnNHsz3Ier/Zas7Lj3GWHxutU4L1BcZ67pj3LcTGacVrD842iNAq7PTGZ/RW62gWAy iWO70xdbTyB968to+ENgH6f/QdsoTFcTy1cMYTGxRT0fLq454C8gf2E4uQUHQvsz4qpo /qSukkDojOk6WA7ZK47PyV+1bEFpfK/wOIkm8hoZ1I6BJjVKd6HqqkOv64YSMVM/LmsB 6s0A== X-Gm-Message-State: ALoCoQnLdwgrUbrQD9V1R9o8jgyv+CVjw2X0lf5vaMWpmBqFcRmPoVGHbuSZ9WfbtLJR1kADl4nX X-Received: by 10.202.202.80 with SMTP id a77mr11208808oig.118.1432455119906; Sun, 24 May 2015 01:11:59 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.202.174.4 with HTTP; Sun, 24 May 2015 01:11:39 -0700 (PDT) In-Reply-To: <20150523155558.GA71778@darkthrone.kvedulv.de> References: <201505231530.t4NFU1VC018376@svn.freebsd.org> <20150523155558.GA71778@darkthrone.kvedulv.de> From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 May 2015 16:11:39 +0800 X-Google-Sender-Auth: lCHqZs1LtT6HSBTD8YFdw_JvspI Message-ID: Subject: Re: svn commit: r387142 - in head: comms/conserver comms/conserver-com www/rubygem-gitlab-grack To: Michael Moll Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 May 2015 08:17:56 -0000 On Sat, May 23, 2015 at 11:55 PM, Michael Moll wrote: > Hi, > > On Sat, May 23, 2015 at 03:30:01PM +0000, Sunpoet Po-Chuan Hsieh wrote: > > > Modified: head/www/rubygem-gitlab-grack/Makefile > > > ============================================================================== > > --- head/www/rubygem-gitlab-grack/Makefile Sat May 23 15:29:56 2015 > (r387141) > > +++ head/www/rubygem-gitlab-grack/Makefile Sat May 23 15:30:01 2015 > (r387142) > > [...] > > > > +PLIST_FILES= bin/console \ > > + bin/testserver > > + > > I don't think it's a good idea to include these files (name and content > wise), please also check PR 199932 and and D2625 in Phabricator. > > Thanks! > -- > Michael Moll > Hello, I've removed these files with patch from D2625. Thanks. :) Regards, sunpoet