forked from Lainports/freebsd-ports
archivers/zstd: Update to 1.5.1
Changelog: https://github.com/facebook/zstd/releases/tag/v1.5.1 Change PORTVERSION to DISTVERSION to follow Porters Handbook more closely. PR: 260599 Approved by: sunpoet (maintainer timeout, 3+ weeks)
This commit is contained in:
parent
639be20b0f
commit
3bb8f5f58e
3 changed files with 8 additions and 8 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# Created by: John Marino <marino@FreeBSD.org>
|
||||
|
||||
PORTNAME= zstd
|
||||
PORTVERSION= 1.5.0
|
||||
DISTVERSION= 1.5.1
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= https://github.com/facebook/zstd/releases/download/v${PORTVERSION}/
|
||||
MASTER_SITES= https://github.com/facebook/zstd/releases/download/v${DISTVERSION}/
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Fast real-time compression algorithm
|
||||
|
|
@ -15,7 +15,7 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/../../COPYING
|
|||
|
||||
TEST_DEPENDS= gmd5sum:sysutils/coreutils
|
||||
|
||||
USES= meson pkgconfig python:3.4+,build shebangfix
|
||||
USES= meson pkgconfig python:3.7+,build shebangfix
|
||||
|
||||
MESON_ARGS= -Ddefault_library=both
|
||||
USE_LDCONFIG= yes
|
||||
|
|
@ -23,7 +23,7 @@ WRKSRC_SUBDIR= build/meson
|
|||
|
||||
SHEBANG_FILES= *.py
|
||||
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
PLIST_SUB= DISTVERSION=${DISTVERSION}
|
||||
|
||||
OPTIONS_DEFINE= LZ4 OPTIMIZED_CFLAGS TEST
|
||||
OPTIONS_DEFAULT=LZ4
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1621183178
|
||||
SHA256 (zstd-1.5.0.tar.gz) = 5194fbfa781fcf45b98c5e849651aa7b3b0a008c6b72d4a0db760f3002291e94
|
||||
SIZE (zstd-1.5.0.tar.gz) = 1851389
|
||||
TIMESTAMP = 1640117870
|
||||
SHA256 (zstd-1.5.1.tar.gz) = e28b2f2ed5710ea0d3a1ecac3f6a947a016b972b9dd30242369010e5f53d7002
|
||||
SIZE (zstd-1.5.1.tar.gz) = 1934669
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ include/zstd_errors.h
|
|||
lib/libzstd.a
|
||||
lib/libzstd.so
|
||||
lib/libzstd.so.1
|
||||
lib/libzstd.so.%%PORTVERSION%%
|
||||
lib/libzstd.so.%%DISTVERSION%%
|
||||
libdata/pkgconfig/libzstd.pc
|
||||
man/man1/unzstd.1.gz
|
||||
man/man1/zstd.1.gz
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue