Update to r128.
Changes are listed on https://github.com/Cyan4973/lz4/releases Also, use the new USE_GITHUB syntax, and update WWW.
This commit is contained in:
parent
d9090d1f1b
commit
3577a8320f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384319
@ -2,7 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lz4
|
||||
PORTVERSION= 127
|
||||
PORTVERSION= 128
|
||||
DISTVERSIONPREFIX= r
|
||||
CATEGORIES= archivers
|
||||
PKGNAMEPREFIX= lib
|
||||
|
||||
@ -14,16 +15,15 @@ LICENSE_COMB= multi
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Cyan4973
|
||||
GH_PROJECT= lz4
|
||||
GH_TAGNAME= r${PORTVERSION}
|
||||
|
||||
CONFLICTS= lz4-*
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSIONPREFIX}${PORTVERSION}
|
||||
USES= gmake pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
ALL_TARGET= default # don't remove this
|
||||
SO_VER= 1.5.0
|
||||
SO_VER= 1.6.0
|
||||
PLIST_SUB+= SO_VER=${SO_VER} SO_VER_MAJ=${SO_VER:R:R}
|
||||
|
||||
post-patch:
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Cyan4973-lz4-127-r127_GH0.tar.gz) = 5209bf7a2231b41222b0cea4229700bae459b523bc13db488f0e1279405e6b43
|
||||
SIZE (Cyan4973-lz4-127-r127_GH0.tar.gz) = 139066
|
||||
SHA256 (lz4-r128_GH0.tar.gz) = cb08a99a9d0bea4aa5a4707070c574fc0e4dab549522a171b8078b8a1f50c7d1
|
||||
SIZE (lz4-r128_GH0.tar.gz) = 157689
|
||||
|
@ -8,4 +8,4 @@ time for compression ratio.
|
||||
|
||||
The libraries are BSD licensed, and the binaries are GPLv2.
|
||||
|
||||
WWW: https://code.google.com/p/lz4/
|
||||
WWW: http://www.lz4.info
|
||||
|
@ -1,6 +1,7 @@
|
||||
bin/lz4
|
||||
bin/lz4c
|
||||
bin/lz4cat
|
||||
bin/unlz4
|
||||
include/lz4.h
|
||||
include/lz4frame.h
|
||||
include/lz4hc.h
|
||||
@ -12,3 +13,4 @@ libdata/pkgconfig/liblz4.pc
|
||||
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