diff options
Diffstat (limited to 'biology/htslib/Makefile')
-rw-r--r-- | biology/htslib/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/biology/htslib/Makefile b/biology/htslib/Makefile index 733ec0c41dea..17779dfd3503 100644 --- a/biology/htslib/Makefile +++ b/biology/htslib/Makefile @@ -2,8 +2,10 @@ # $FreeBSD$ PORTNAME= htslib -DISTVERSION= 1.11.0 +DISTVERSION= 1.12 CATEGORIES= biology devel +# Github generated distfiles are incomplete, so use custom tarball +MASTER_SITES= https://github.com/samtools/htslib/releases/download/${DISTVERSION}/ MAINTAINER= jwb@FreeBSD.org COMMENT= C library for high-throughput sequencing data formats @@ -15,12 +17,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libdeflate.so:archivers/libdeflate TEST_DEPENDS= bash:shells/bash -USES= autoreconf gmake localbase pathfix perl5 shebangfix -USE_GITHUB= yes +USES= autoreconf gmake localbase pathfix perl5 shebangfix tar:bzip2 USE_PERL5= test USE_LDCONFIG= yes -GH_ACCOUNT= samtools GNU_CONFIGURE= yes PATHFIX_MAKEFILEIN= Makefile SHEBANG_FILES= test/*.pl |