Received: by mail.netbsd.org (Postfix, from userid 605) id 40C7584E7B; Sun, 6 Nov 2022 22:50:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6F5C084D01 for ; Sun, 6 Nov 2022 22:50:03 +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 QPHq4k7SsGjY for ; Sun, 6 Nov 2022 22:50:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0579384CEE for ; Sun, 6 Nov 2022 22:50:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 02F62FA90; Sun, 6 Nov 2022 22:50:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667775002213340" MIME-Version: 1.0 Date: Sun, 6 Nov 2022 22:50:02 +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: <20221106225003.02F62FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667775002213340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bacon Date: Sun Nov 6 22:50:02 UTC 2022 Modified Files: pkgsrc/biology: Makefile Log Message: biology/Makefile: Add fastq-trim To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 pkgsrc/biology/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1667775002213340 Content-Disposition: inline Content-Length: 594 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/biology/Makefile diff -u pkgsrc/biology/Makefile:1.79 pkgsrc/biology/Makefile:1.80 --- pkgsrc/biology/Makefile:1.79 Tue Apr 5 18:49:29 2022 +++ pkgsrc/biology/Makefile Sun Nov 6 22:50:02 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2022/04/05 18:49:29 bacon Exp $ +# $NetBSD: Makefile,v 1.80 2022/11/06 22:50:02 bacon Exp $ # COMMENT= Software for the biological sciences @@ -25,6 +25,7 @@ SUBDIR+= coalesce SUBDIR+= coordgenlibs SUBDIR+= fastDNAml SUBDIR+= fastp +SUBDIR+= fastq-trim SUBDIR+= fastqc SUBDIR+= fastx-toolkit SUBDIR+= filter-fastq --_----------=_1667775002213340--