biology/bamtools: Update to 2.5.3

Fix endian issues
Changes: https://github.com/pezmaster31/bamtools/releases

Reported by:    portscout
This commit is contained in:
Jason W. Bacon 2025-05-19 16:21:57 -05:00
parent 00c050e66d
commit 101f13edbc
4 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,6 @@
PORTNAME= bamtools
DISTVERSIONPREFIX= v
DISTVERSION= 2.5.2
PORTREVISION= 2
DISTVERSION= 2.5.3
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
@ -19,4 +18,6 @@ GH_ACCOUNT= pezmaster31
CMAKE_ON+= BUILD_SHARED_LIBS
PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1625529459
SHA256 (pezmaster31-bamtools-v2.5.2_GH0.tar.gz) = 4d8b84bd07b673d0ed41031348f10ca98dd6fa6a4460f9b9668d6f1d4084dfc8
SIZE (pezmaster31-bamtools-v2.5.2_GH0.tar.gz) = 245729
TIMESTAMP = 1747676701
SHA256 (pezmaster31-bamtools-v2.5.3_GH0.tar.gz) = 7d4e59bac7c03bde488fe43e533692f78b5325a097328785ec31373ffac08344
SIZE (pezmaster31-bamtools-v2.5.3_GH0.tar.gz) = 245648

View File

@ -1,6 +1,5 @@
BamTools provides both a programmer's API and an end-user's toolkit for
handling BAM files.
BAM is the binary alternative to the sequence alignment/map (SAM) format used
for storing genetic sequence data. It uses BGZF block compression implemented
on top of the standard gzip file format to provide good compression while

View File

@ -21,5 +21,5 @@ include/bamtools/api/api_global.h
include/bamtools/api/bamtools_api_export.h
include/bamtools/shared/bamtools_global.h
lib/libbamtools.so
lib/libbamtools.so.2.5.2
lib/libbamtools.so.%%PORTVERSION%%
libdata/pkgconfig/bamtools-1.pc