diff --git a/archivers/zchunk/Makefile b/archivers/zchunk/Makefile index b04fdb41ad49..54113fbfae2c 100644 --- a/archivers/zchunk/Makefile +++ b/archivers/zchunk/Makefile @@ -1,34 +1,41 @@ PORTNAME= zchunk -DISTVERSION= 1.5.1 -PORTREVISION= 1 +DISTVERSION= 1.5.2 CATEGORIES= archivers MAINTAINER= yuri@FreeBSD.org COMMENT= Compressed file format that splits the file into independent chunks WWW= https://github.com/zchunk/zchunk LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libargp.so:devel/argp-standalone \ libcurl.so:ftp/curl USES= localbase:ldflags meson pkgconfig USE_GITHUB= yes USE_LDCONFIG= yes LDFLAGS+= ${LOCALBASE}/lib/libargp.so # workaround for https://github.com/zchunk/zchunk/issues/30 OPTIONS_DEFINE= OPENSSL ZSTD OPTIONS_DEFAULT= OPENSSL ZSTD OPENSSL_MESON_ON= -Dwith-openssl=enabled OPENSSL_MESON_OFF= -Dwith-openssl=disabled OPENSSL_USES= ssl OPENSSL_LDFLAGS= -L${OPENSSLLIB} -lssl -lcrypto # workaround for https://github.com/zchunk/zchunk/issues/31 ZSTD_MESON_ON= -Dwith-zstd=enabled ZSTD_MESON_OFF= -Dwith-zstd=disabled ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd +# tests as of 1.5.2: +# Ok: 36 +# Expected Fail: 1 +# Fail: 0 +# Unexpected Pass: 0 +# Skipped: 0 +# Timeout: 0 + .include diff --git a/archivers/zchunk/distinfo b/archivers/zchunk/distinfo index 94e3653d11a1..1726bc105276 100644 --- a/archivers/zchunk/distinfo +++ b/archivers/zchunk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721676813 -SHA256 (zchunk-zchunk-1.5.1_GH0.tar.gz) = 2c187055e2206e62cef4559845e7c2ec6ec5a07ce1e0a6044e4342e0c5d7771d -SIZE (zchunk-zchunk-1.5.1_GH0.tar.gz) = 1513215 +TIMESTAMP = 1762635853 +SHA256 (zchunk-zchunk-1.5.2_GH0.tar.gz) = b7346d950fec2e0c72761f2a9148b0ece84574c49076585abf4bebd369cd4c60 +SIZE (zchunk-zchunk-1.5.2_GH0.tar.gz) = 1513723 diff --git a/archivers/zchunk/pkg-plist b/archivers/zchunk/pkg-plist index 8e9720c1c8a3..7977608beef0 100644 --- a/archivers/zchunk/pkg-plist +++ b/archivers/zchunk/pkg-plist @@ -1,17 +1,17 @@ bin/unzck bin/zck bin/zck_delta_size bin/zck_gen_zdict bin/zck_read_header bin/zckdl include/zck.h lib/libzck.so lib/libzck.so.1 -lib/libzck.so.1.5.1 +lib/libzck.so.1.5.2 libdata/pkgconfig/zck.pc share/man/man1/unzck.1.gz share/man/man1/zck.1.gz share/man/man1/zck_delta_size.1.gz share/man/man1/zck_gen_zdict.1.gz share/man/man1/zck_read_header.1.gz share/man/man1/zckdl.1.gz