mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
archivers/snzip: update to 1.0.5 and unbreak
This commit unbreaks snzip and update it to latest version. Also it adds new binaries "snzcat and snunzip".
This commit is contained in:
parent
e29d3fe64d
commit
40b9a1e133
@ -1,16 +1,14 @@
|
||||
PORTNAME= snzip
|
||||
PORTVERSION= 1.0.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.5
|
||||
CATEGORIES= archivers
|
||||
DISTVERSIONPREFIX= v
|
||||
|
||||
MAINTAINER= mizhka@gmail.com
|
||||
MAINTAINER= mizhka@freebsd.org
|
||||
COMMENT= Compression/decompression tool based on snappy library
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN= fails to link: undefined symbol: typeinfo for snappy::Source
|
||||
|
||||
LIB_DEPENDS= libsnappy.so:archivers/snappy
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
@ -22,7 +20,10 @@ GH_ACCOUNT= kubo
|
||||
CONFIGURE_ARGS= --with-snappy=${LOCALBASE}
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/snzip
|
||||
PLIST_FILES= bin/snunzip \
|
||||
bin/snzcat \
|
||||
bin/snzip
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1482759478
|
||||
SHA256 (kubo-snzip-1.0.4_GH0.tar.gz) = e2f03856d8d232fe4e49b8a3b713ea92057c526f0ba2e028588b9b9570e5199a
|
||||
SIZE (kubo-snzip-1.0.4_GH0.tar.gz) = 2373756
|
||||
TIMESTAMP = 1639634540
|
||||
SHA256 (kubo-snzip-v1.0.5_GH0.tar.gz) = 0e666e607a62e333cd3dc674870382a138b727fa07e69e2e4eebcfb4a5c8ab12
|
||||
SIZE (kubo-snzip-v1.0.5_GH0.tar.gz) = 2374794
|
||||
|
Loading…
Reference in New Issue
Block a user