From owner-svn-ports-head@freebsd.org Sun Mar 3 02:05:54 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07408151E804; Sun, 3 Mar 2019 02:05:54 +0000 (UTC) (envelope-from osa@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9529A8FE84; Sun, 3 Mar 2019 02:05:53 +0000 (UTC) (envelope-from osa@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 975) id 2EAA910C62; Sun, 3 Mar 2019 02:05:53 +0000 (UTC) Date: Sun, 3 Mar 2019 02:05:53 +0000 From: "Sergey A. Osokin" To: Matthias Fechner Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r494317 - head/devel/rubygem-daemon_controller Message-ID: <20190303020553.GA33297@FreeBSD.org> References: <201903012205.x21M5WL7091138@repo.freebsd.org> <388f4c0e-5289-e323-43e8-012866fc857f@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <388f4c0e-5289-e323-43e8-012866fc857f@freebsd.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 9529A8FE84 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.90 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.90)[-0.898,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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, 03 Mar 2019 02:05:54 -0000 On Sat, Mar 02, 2019 at 09:50:44AM +0100, Matthias Fechner wrote: > Am 01.03.2019 um 23:05 schrieb Sergey A. Osokin: > > PORTNAME= daemon_controller > > PORTVERSION= 1.2.0 > > +PORTREVISION= 1 > > CATEGORIES= devel rubygems > > MASTER_SITES= RG > > PKGNAMEPREFIX= rubygem- > > @@ -10,9 +11,15 @@ PKGNAMEPREFIX= rubygem- > > MAINTAINER= osa@FreeBSD.org > > COMMENT= Library for implementing daemon management capabilities > > > > +LICENSE= MIT > > +LICENSE_FILE= ${WRKSRC}/LICENSE.txt > > + > > +USES= gem shebangfix > > + > > NO_ARCH= yes > > > > USE_RUBY= yes > > -USES= gem > > +SHEBANG_FILES= rpm/get_distro_id.py \ > > + debian.template/rules > > > > .include > > > does not fix the problem for me. > If you do a commit, you can use PR to link to an existing PR, this will > add then a reference to the bug report and you do not have to add the > link manually. I've forgotten to add PR to the commit message. That's why I've added the links to the commit to the PR. Usually a submitter adds to a PR a patch to fix an issue and this is what I would also like to see in a PR assigned to me. -- Sergey Osokin