From owner-svn-ports-all@freebsd.org Sat May 18 10:25:22 2019 Return-Path: Delivered-To: svn-ports-all@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 C23CA15AE909; Sat, 18 May 2019 10:25:22 +0000 (UTC) (envelope-from danfe@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 671CA73957; Sat, 18 May 2019 10:25:22 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 3E2416581; Sat, 18 May 2019 10:25:22 +0000 (UTC) Date: Sat, 18 May 2019 10:25:22 +0000 From: Alexey Dokuchaev To: "Jason W. Bacon" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r501873 - in head/biology: . gemma gemma/files Message-ID: <20190518102522.GA45838@FreeBSD.org> References: <201905171445.x4HEjKE4084764@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201905171445.x4HEjKE4084764@repo.freebsd.org> User-Agent: Mutt/1.11.4 (2019-03-13) X-Rspamd-Queue-Id: 671CA73957 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.97)[-0.969,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 18 May 2019 10:25:22 -0000 On Fri, May 17, 2019 at 02:45:20PM +0000, Jason W. Bacon wrote: > New Revision: 501873 > URL: https://svnweb.freebsd.org/changeset/ports/501873 > > Log: > biology/gemma: Genome-wide Efficient Mixed Model Association > > GEMMA is a software toolkit for fast application of linear mixed models (LMMs) > and related models to genome-wide association studies (GWAS) and other > large-scale data sets. > > Added: head/biology/gemma/Makefile > ... > @@ -0,0 +1,44 @@ > +# $FreeBSD$ > + > +PORTNAME= GEMMA Any special reason not to use more common and expected PORTNAME=gemma? ./danfe