Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2023 14:33:11 GMT
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 74b4fa60b326 - main - biology/rna-seq: Add curl to metaport deps
Message-ID:  <202307281433.36SEXBkY009841@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307281433.36SEXBkY009841>