Received: by mail.netbsd.org (Postfix, from userid 605) id 6C39784D7A; Wed, 24 Mar 2021 18:20:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A8E4284D2A for ; Wed, 24 Mar 2021 18:20:39 +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 npoSwDuq51pq for ; Wed, 24 Mar 2021 18:20:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4232984CF1 for ; Wed, 24 Mar 2021 18:20:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3FA61FA95; Wed, 24 Mar 2021 18:20:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1616610039155950" MIME-Version: 1.0 Date: Wed, 24 Mar 2021 18:20:39 +0000 From: "Jason Bacon" Subject: CVS commit: pkgsrc/biology To: pkgsrc-changes@NetBSD.org Reply-To: bacon@netbsd.org X-Mailer: log_accum Message-Id: <20210324182039.3FA61FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1616610039155950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bacon Date: Wed Mar 24 18:20:39 UTC 2021 Modified Files: pkgsrc/biology: Makefile Log Message: biology/Makefile: Add ad2vcf To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 pkgsrc/biology/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1616610039155950 Content-Disposition: inline Content-Length: 503 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/biology/Makefile diff -u pkgsrc/biology/Makefile:1.68 pkgsrc/biology/Makefile:1.69 --- pkgsrc/biology/Makefile:1.68 Wed Mar 24 15:24:55 2021 +++ pkgsrc/biology/Makefile Wed Mar 24 18:20:39 2021 @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.68 2021/03/24 15:24:55 bacon Exp $ +# $NetBSD: Makefile,v 1.69 2021/03/24 18:20:39 bacon Exp $ # COMMENT= Software for the biological sciences SUBDIR+= R-popbio +SUBDIR+= ad2vcf SUBDIR+= arka SUBDIR+= azara SUBDIR+= bcftools --_----------=_1616610039155950--