mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
archivers/liblz4: Update to v1.8.3
PR: 231324 Submitted by: Martin Waschbüsch <martin@waschbuesch.de> (maintainer)
This commit is contained in:
parent
7f0bbc52e3
commit
9eb2fe3228
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480030
3 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lz4
|
||||
PORTVERSION= 1.8.2
|
||||
PORTVERSION= 1.8.3
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= archivers
|
||||
|
@ -20,5 +20,6 @@ USE_LDCONFIG= yes
|
|||
MAKE_ARGS= PREFIX="${PREFIX}" \
|
||||
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
||||
MANDIR="${MAN1PREFIX}/man"
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1525759872
|
||||
SHA256 (lz4-lz4-v1.8.2_GH0.tar.gz) = 0963fbe9ee90acd1d15e9f09e826eaaf8ea0312e854803caf2db0a6dd40f4464
|
||||
SIZE (lz4-lz4-v1.8.2_GH0.tar.gz) = 320742
|
||||
TIMESTAMP = 1536744645
|
||||
SHA256 (lz4-lz4-v1.8.3_GH0.tar.gz) = 33af5936ac06536805f9745e0b6d61da606a1f8b4cc5c04dd3cbaca3b9b4fc43
|
||||
SIZE (lz4-lz4-v1.8.3_GH0.tar.gz) = 327897
|
||||
|
|
|
@ -9,7 +9,7 @@ include/lz4hc.h
|
|||
lib/liblz4.a
|
||||
lib/liblz4.so
|
||||
lib/liblz4.so.1
|
||||
lib/liblz4.so.1.8.2
|
||||
lib/liblz4.so.%%PORTVERSION%%
|
||||
libdata/pkgconfig/liblz4.pc
|
||||
man/man1/lz4.1.gz
|
||||
man/man1/lz4c.1.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue