From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH] gnu: vcftools: Update to 0.1.14. Date: Tue, 05 Apr 2016 11:51:56 +0300 Message-ID: <87fuv0bfpv.fsf@gmail.com> References: <8760vxd14a.fsf@gnu.org> <87lh4tth9x.fsf@gmail.com> <87k2kdfdvf.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anMiP-0002bQ-Fq for guix-devel@gnu.org; Tue, 05 Apr 2016 04:52:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anMiM-0003eR-5C for guix-devel@gnu.org; Tue, 05 Apr 2016 04:52:01 -0400 In-Reply-To: <87k2kdfdvf.fsf@gnu.org> (Roel Janssen's message of "Mon, 04 Apr 2016 20:05:56 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Roel Janssen Cc: guix-devel@gnu.org Roel Janssen (2016-04-04 21:05 +0300) wrote: > Alex Kost writes: [...] >> There is a real release (made with "make dist"): >> >> https://github.com/vcftools/vcftools/releases/download/v0.1.14/vcftool= s-0.1.14.tar.gz >> >> It contains all the required stuff, so there is no need to use autotools >> and to run "autogen.sh". > > I hadn't noticed the real release file. > It also seems that the manpage is installed correctly by default now, so > I removed the substitution. Right, I see. > The new patch is cleaner. Indeed. > From f0cc38ea5ed57018785cc20352165a7e2cd18d84 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Mon, 4 Apr 2016 20:04:48 +0200 > Subject: [PATCH] gnu: vcftools: Update to 0.1.14. > > * gnu/packages/bioinformatics.scm (vcftools): Update to 0.1.14. > [home-page]: Update to new homepage. > --- > gnu/packages/bioinformatics.scm | 23 +++++++++-------------- > 1 file changed, 9 insertions(+), 14 deletions(-) Applied, thanks! I modified the commit message a bit to mention the other changes (see commit 9b36e25=C2=B9) =C2=B9 http://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D9b36e256076a4= c28051d0e0735e0f990c2dc0834 --=20 Alex