Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2025 16:31:22 GMT
From:      Zsolt Udvari <uzsolt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b4d1145e6d95 - main - biology/bwa: small improvements
Message-ID:  <202501061631.506GVMaQ031320@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by uzsolt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b4d1145e6d954e57662b23db4f758ab677fb740a

commit b4d1145e6d954e57662b23db4f758ab677fb740a
Author:     Älven <alster@vinterdalen.se>
AuthorDate: 2025-01-06 16:29:54 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2025-01-06 16:29:54 +0000

    biology/bwa: small improvements
    
    Add supplementary WWWs.
    Remove unneeded USES=tar:bzip2. Upstream uses common tar.gz archives.
    
    PR:             283873
    Approved by:    submitter is maintainer
---
 biology/bwa/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/biology/bwa/Makefile b/biology/bwa/Makefile
index 97acc3015c75..13316b89e355 100644
--- a/biology/bwa/Makefile
+++ b/biology/bwa/Makefile
@@ -5,7 +5,9 @@ CATEGORIES=	biology
 
 MAINTAINER=	alster@vinterdalen.se
 COMMENT=	Burrows-Wheeler sequence aligner
-WWW=		https://github.com/lh3/bwa/
+WWW=		https://bio-bwa.sourceforge.net/ \
+		https://sourceforge.net/projects/bio-bwa/ \
+		https://github.com/lh3/bwa/
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
@@ -16,7 +18,7 @@ BROKEN_mips64=	fails to compile: cc1: unrecognized command line option "-msse2"
 
 BUILD_DEPENDS=	simde>0:devel/simde
 
-USES=		gmake localbase perl5 shebangfix tar:bzip2
+USES=		gmake localbase perl5 shebangfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	lh3
 USE_PERL5=	run



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