Received: by mail.netbsd.org (Postfix, from userid 605) id D280D84D7E; Wed, 26 May 2021 19:14:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 193B984CDA for ; Wed, 26 May 2021 19:14:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mNxCA9EauQg2 for ; Wed, 26 May 2021 19:14:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A818684C71 for ; Wed, 26 May 2021 19:14:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A58B7FA95; Wed, 26 May 2021 19:14:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622056464195250" MIME-Version: 1.0 Date: Wed, 26 May 2021 19:14:24 +0000 From: "Brook Milligan" Subject: CVS commit: pkgsrc/biology To: pkgsrc-changes@NetBSD.org Reply-To: brook@netbsd.org X-Mailer: log_accum Message-Id: <20210526191424.A58B7FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622056464195250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: brook Date: Wed May 26 19:14:24 UTC 2021 Modified Files: pkgsrc/biology: Makefile Log Message: Added biology/beagle version 5.2 To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 pkgsrc/biology/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1622056464195250 Content-Disposition: inline Content-Length: 568 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/biology/Makefile diff -u pkgsrc/biology/Makefile:1.73 pkgsrc/biology/Makefile:1.74 --- pkgsrc/biology/Makefile:1.73 Wed May 26 18:54:29 2021 +++ pkgsrc/biology/Makefile Wed May 26 19:14:24 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2021/05/26 18:54:29 brook Exp $ +# $NetBSD: Makefile,v 1.74 2021/05/26 19:14:24 brook Exp $ # COMMENT= Software for the biological sciences @@ -8,6 +8,7 @@ SUBDIR+= ad2vcf SUBDIR+= arka SUBDIR+= azara SUBDIR+= bcftools +SUBDIR+= beagle SUBDIR+= bedtools SUBDIR+= biolibc SUBDIR+= bioperl --_----------=_1622056464195250--