git: 74b4fa60b326 - main - biology/rna-seq: Add curl to metaport deps
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Jul 2023 14:33:11 UTC
The branch main has been updated by jwb:
URL: https://cgit.FreeBSD.org/ports/commit/?id=74b4fa60b326c98e51513f50f216ee37443232f7
commit 74b4fa60b326c98e51513f50f216ee37443232f7
Author: Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2023-07-28 14:32:17 +0000
Commit: Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2023-07-28 14:32:17 +0000
biology/rna-seq: Add curl to metaport deps
Standardizing on a download tool simplifies pipelines
---
biology/rna-seq/Makefile | 6 +++---
biology/rna-seq/distinfo | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/biology/rna-seq/Makefile b/biology/rna-seq/Makefile
index 6a4ff27e6aaf..3cf8374e4b07 100644
--- a/biology/rna-seq/Makefile
+++ b/biology/rna-seq/Makefile
@@ -1,6 +1,5 @@
PORTNAME= rna-seq
-DISTVERSION= 0.1.2
-PORTREVISION= 1
+DISTVERSION= 0.1.3
CATEGORIES= biology python
MASTER_SITES= # empty
@@ -20,7 +19,8 @@ RUN_DEPENDS= sra-tools>0:biology/sra-tools \
hisat2>0:biology/hisat2 \
samtools>0:biology/samtools \
fasda>0:biology/fasda \
- webbrowser>0:www/webbrowser
+ webbrowser>0:www/webbrowser \
+ curl>0:ftp/curl
USES= metaport python
diff --git a/biology/rna-seq/distinfo b/biology/rna-seq/distinfo
index 012089e6842f..8a8b6583b713 100644
--- a/biology/rna-seq/distinfo
+++ b/biology/rna-seq/distinfo
@@ -1 +1 @@
-TIMESTAMP = 1673550086
+TIMESTAMP = 1690554702