diff options
author | Jason W. Bacon <jwb@FreeBSD.org> | 2022-03-21 20:37:43 +0000 |
---|---|---|
committer | Jason W. Bacon <jwb@FreeBSD.org> | 2022-03-21 20:37:43 +0000 |
commit | 950fb7be37a071f39e7ddad1dd4e10669635abb9 (patch) | |
tree | 8ba87395696eb848a36fecafdbd0af292748323a /biology | |
parent | a5ad42d2d001f87cadb0eac5ade6e0c7bce424d5 (diff) |
biology/fastq-trim: Update to 0.1.1.2
Replace crash with run with no arguments with help msg
fastq-vis -> fastq-scum (better name for contamination viewer)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/fastq-trim/Makefile | 3 | ||||
-rw-r--r-- | biology/fastq-trim/distinfo | 6 | ||||
-rw-r--r-- | biology/fastq-trim/pkg-descr | 4 | ||||
-rw-r--r-- | biology/fastq-trim/pkg-plist | 2 |
4 files changed, 8 insertions, 7 deletions
diff --git a/biology/fastq-trim/Makefile b/biology/fastq-trim/Makefile index 7b10097826ba..780b23489ee4 100644 --- a/biology/fastq-trim/Makefile +++ b/biology/fastq-trim/Makefile @@ -1,5 +1,6 @@ PORTNAME= fastq-trim -DISTVERSION= 0.1.1 +DISTVERSION= 0.1.1-2 +DISTVERSIONSUFFIX= -g4f6e2c2 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org diff --git a/biology/fastq-trim/distinfo b/biology/fastq-trim/distinfo index 8b2366479432..7d078758ccd3 100644 --- a/biology/fastq-trim/distinfo +++ b/biology/fastq-trim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647691961 -SHA256 (outpaddling-fastq-trim-0.1.1_GH0.tar.gz) = ce959484b823f20a5e6e3c493490e71183865d15b6023ee7dc3a5822cc6b176c -SIZE (outpaddling-fastq-trim-0.1.1_GH0.tar.gz) = 30087 +TIMESTAMP = 1647885695 +SHA256 (outpaddling-fastq-trim-0.1.1-2-g4f6e2c2_GH0.tar.gz) = d7caca777c2a729941ed0f4757dde4ac989b129dd39c1c056a8cd33a62370018 +SIZE (outpaddling-fastq-trim-0.1.1-2-g4f6e2c2_GH0.tar.gz) = 30069 diff --git a/biology/fastq-trim/pkg-descr b/biology/fastq-trim/pkg-descr index e3ec0de0561a..1a0daef68185 100644 --- a/biology/fastq-trim/pkg-descr +++ b/biology/fastq-trim/pkg-descr @@ -1,4 +1,4 @@ -Fastq-trim is a hopefully lightening fast read trimming tool for QA of -DNA and RNA reads prior to analyses such as RNA-Seq. +Fastq-trim is a lightening fast read trimming tool for QA of DNA and RNA +reads prior to analyses such as RNA-Seq. WWW: https://github.com/outpaddling/Fastq-trim diff --git a/biology/fastq-trim/pkg-plist b/biology/fastq-trim/pkg-plist index 4c55bfdd58f8..e6b5028050cc 100644 --- a/biology/fastq-trim/pkg-plist +++ b/biology/fastq-trim/pkg-plist @@ -1,5 +1,5 @@ +bin/fastq-scum bin/fastq-trim -bin/fastq-vis include/fastq-trim-accessors.h include/fastq-trim-mutators.h include/fastq-trim-rvs.h |