Skip to content

Commit

Permalink
archivers/snzip: update to 1.0.5 and unbreak
Browse files Browse the repository at this point in the history
This commit unbreaks snzip and update it to latest version.
Also it adds new binaries "snzcat and snunzip".
  • Loading branch information
mizhka committed Dec 16, 2021
1 parent e29d3fe commit 40b9a1e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions archivers/snzip/Makefile
@@ -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
Expand All @@ -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>
6 changes: 3 additions & 3 deletions archivers/snzip/distinfo
@@ -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

0 comments on commit 40b9a1e

Please sign in to comment.