mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
archivers/liblz4: Update to 1.9.3
ChangeLog: https://github.com/lz4/lz4/releases/tag/v1.9.3 * Switch from gmake to meson. * Enable tests PR: 251183 Submitted by: daniel.engberg.lists@pyret.net Approved by: martin@waschbuesch.de (maintainer)
This commit is contained in:
parent
671b314030
commit
7d6061f155
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556153
@ -2,9 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lz4
|
||||
PORTVERSION= 1.9.2
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.9.3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= archivers
|
||||
PKGNAMEPREFIX= lib
|
||||
@ -15,14 +14,21 @@ COMMENT= LZ4 compression library, lossless and very fast
|
||||
LICENSE= BSD2CLAUSE GPLv2
|
||||
LICENSE_COMB= multi
|
||||
|
||||
USES= gmake pkgconfig
|
||||
USES= meson pkgconfig python:3.5+,build shebangfix
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAKE_ENV+= TARGET_ARCH=
|
||||
MAKE_ARGS= PREFIX="${PREFIX}" \
|
||||
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
||||
MANDIR="${PREFIX}/share/man"
|
||||
SHEBANG_FILES= meson/*.py \
|
||||
${WRKDIR}/${PORTNAME}-${DISTVERSION}/tests/*.py
|
||||
|
||||
MESON_ARGS= -Ddefault_library=both -Dbin_programs=true
|
||||
|
||||
WRKSRC_SUBDIR= contrib/meson
|
||||
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
|
||||
OPTIONS_DEFINE= TEST
|
||||
|
||||
TEST_MESON_TRUE= bin_tests
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1566369128
|
||||
SHA256 (lz4-lz4-v1.9.2_GH0.tar.gz) = 658ba6191fa44c92280d4aa2c271b0f4fbc0e34d249578dd05e50e76d0e5efcc
|
||||
SIZE (lz4-lz4-v1.9.2_GH0.tar.gz) = 305796
|
||||
TIMESTAMP = 1605517680
|
||||
SHA256 (lz4-lz4-v1.9.3_GH0.tar.gz) = 030644df4611007ff7dc962d981f390361e6c97a34e5cbc393ddfbe019ffe2c1
|
||||
SIZE (lz4-lz4-v1.9.3_GH0.tar.gz) = 320958
|
||||
|
@ -11,7 +11,7 @@ lib/liblz4.so
|
||||
lib/liblz4.so.1
|
||||
lib/liblz4.so.%%PORTVERSION%%
|
||||
libdata/pkgconfig/liblz4.pc
|
||||
share/man/man1/lz4.1.gz
|
||||
share/man/man1/lz4c.1.gz
|
||||
share/man/man1/lz4cat.1.gz
|
||||
share/man/man1/unlz4.1.gz
|
||||
man/man1/lz4.1.gz
|
||||
man/man1/lz4c.1.gz
|
||||
man/man1/lz4cat.1.gz
|
||||
man/man1/unlz4.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user