diff --git a/archivers/vbz-compression/Makefile b/archivers/vbz-compression/Makefile index 98021cfb9e4d..0926d0a7d963 100644 --- a/archivers/vbz-compression/Makefile +++ b/archivers/vbz-compression/Makefile @@ -1,32 +1,32 @@ PORTNAME= vbz-compression -DISTVERSION= 1.0.2 -PORTREVISION= 2 +DISTVERSIONPREFIX= v +DISTVERSION= 1.0.3 CATEGORIES= archivers MAINTAINER= jwb@FreeBSD.org COMMENT= Variable byte integer encoding to compress Oxford Nanopore signal data WWW= https://github.com/nanoporetech/vbz_compression LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENCE.txt BUILD_DEPENDS= streamvbyte>=0.4.1:archivers/streamvbyte LIB_DEPENDS= libhdf5.so:science/hdf5 \ libzstd.so:archivers/zstd USES= cmake USE_GITHUB= yes USE_LDCONFIG= ${PREFIX}/hdf5/lib/plugin GH_ACCOUNT= nanoporetech GH_PROJECT= vbz_compression CMAKE_ARGS= -DENABLE_CONAN=OFF \ -DENABLE_PERF_TESTING=OFF \ -DENABLE_PYTHON=OFF \ -DSTREAMVBYTE_INSTALL_DIR=${LOCALBASE} \ - -DSTREAMVBYTE_STATIC_LIB=${LOCALBASE}/lib/libstreamvbyte_static.a + -DSTREAMVBYTE_STATIC_LIB=${LOCALBASE}/lib/libstreamvbyte.a PLIST_FILES= hdf5/lib/plugin/libvbz_hdf_plugin.so .include diff --git a/archivers/vbz-compression/distinfo b/archivers/vbz-compression/distinfo index 83ab921d3c1c..e035668999a8 100644 --- a/archivers/vbz-compression/distinfo +++ b/archivers/vbz-compression/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651234735 -SHA256 (nanoporetech-vbz_compression-1.0.2_GH0.tar.gz) = f803929c79dbf04c041768bf9d3c351e79eb13b8b8f01c63258f8a514d6aad5d -SIZE (nanoporetech-vbz_compression-1.0.2_GH0.tar.gz) = 5339733 +TIMESTAMP = 1661638684 +SHA256 (nanoporetech-vbz_compression-v1.0.3_GH0.tar.gz) = a7450e076db628681bbc0e2b3f941c6c21cc2981a7e1c78628807ffdf1b34f31 +SIZE (nanoporetech-vbz_compression-v1.0.3_GH0.tar.gz) = 5339759 diff --git a/archivers/vbz-compression/pkg-descr b/archivers/vbz-compression/pkg-descr index 5f62447a07f3..5579d805964c 100644 --- a/archivers/vbz-compression/pkg-descr +++ b/archivers/vbz-compression/pkg-descr @@ -1,8 +1,7 @@ VBZ Compression uses variable byte integer encoding to compress Oxford Nanopore signal data. - The performance of VBZ is achieved by taking advantage of the properties of the raw signal and therefore is most effective when applied to the signal dataset. Other datasets you may have in your Fast5 files will not be able to take advantage of the default VBZ settings for compression. VBZ will be used as the default compression scheme in a future release of MinKNOW.