diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-01-16 10:49:39 +0100 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-01-16 10:49:44 +0100 |
commit | 3bb8f5f58e3fcb8e6dcd09180d671295e4341d1e (patch) | |
tree | 6f75464e77fd58970a1f730dd1ef338c9c3ba91e /archivers/zstd/Makefile | |
parent | math/fftw3: Update to 3.3.10 (diff) |
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)
Diffstat (limited to 'archivers/zstd/Makefile')
-rw-r--r-- | archivers/zstd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile index 0708ccd9168d..0a1fd2a7f9ac 100644 --- a/archivers/zstd/Makefile +++ b/archivers/zstd/Makefile @@ -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 |