From owner-svn-ports-head@FreeBSD.ORG Sun May 24 08:18:02 2015 Return-Path: Delivered-To: svn-ports-head@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 5CAE39C0 for ; Sun, 24 May 2015 08:18:02 +0000 (UTC) Received: from mail-oi0-f42.google.com (mail-oi0-f42.google.com [209.85.218.42]) (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 29670117D for ; Sun, 24 May 2015 08:18:01 +0000 (UTC) Received: by oifu123 with SMTP id u123so838909oif.1 for ; Sun, 24 May 2015 01:17:55 -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=E1oT6bvx6//hjSQz6tHFB9410ifxIrE4q/254U0h/1jYBTsGVHS16XC5BVIvZll6L+ m7RGb7XLXpCblMIwdSc4sPpeXro5dqLXtXSdWFW/tKmSZS84aVLqjosWMmS9XVjhJWeL edbni5YX94XpXyu8/AtRcXyDo90sJReQIrObelDzJs8aUrtL0U1i4Eq1r8dFdiwKOQdB 2VNJ1c7w5ardTexWrCIVqt4Vvf//Olab3Kb1bGVc7aem1mk7JXU9vHcYt/yZINmbXOLJ qufJNSYXw2rb1z3oFyJBbECP3yOioMeu6ZYmNhH4X7obDXwj/ULKm10Gq0YS5fsbrK9q Bh8Q== X-Gm-Message-State: ALoCoQmVbEfa1q7QgaBMKqeXz21++4pAVJUH456Sv8ptD+Ce0r4EH2OxJQdiGLun5xf59n9E2dBf 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 May 2015 08:18:02 -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