Skip to content

Commit

Permalink
archivers/lrzip: upgrade to 0.651.
Browse files Browse the repository at this point in the history
  • Loading branch information
delphij committed Mar 3, 2023
1 parent 146c6cd commit ad983b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
12 changes: 5 additions & 7 deletions archivers/lrzip/Makefile
@@ -1,5 +1,5 @@
PORTNAME= lrzip
PORTVERSION= 0.631
PORTVERSION= 0.651
CATEGORIES= archivers
MASTER_SITES= http://ck.kolivas.org/apps/lrzip/

Expand All @@ -9,21 +9,19 @@ COMMENT= Long Range ZIP or Lzma RZIP
LICENSE= GPLv2

BUILD_DEPENDS= nasm>=0:devel/nasm
LIB_DEPENDS= liblzo2.so:archivers/lzo2
LIB_DEPENDS= liblz4.so:archivers/liblz4 \
liblzo2.so:archivers/lzo2

CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS+= --enable-asm
CONFIGURE_ENV+= ac_cv_prog_ASM_PROG='no '
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
USES= alias cpe libtool pathfix perl5 shebangfix tar:bzip2
USES= alias cpe libtool pathfix perl5 shebangfix tar:xz
SHEBANG_FILES= ${WRKSRC}/lrztar
USE_PERL5= build
USE_LDCONFIG= yes
CPE_VENDOR= lrzip_project

CONFLICTS_INSTALL= lrzsz # bin/lrz man/man1/lrz.1.gz

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblrzip.so.0.0.0

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions archivers/lrzip/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1478151554
SHA256 (lrzip-0.631.tar.bz2) = 0d11e268d0d72310d6d73a8ce6bb3d85e26de3f34d8a713055f3f25a77226455
SIZE (lrzip-0.631.tar.bz2) = 522158
TIMESTAMP = 1677886992
SHA256 (lrzip-0.651.tar.xz) = 48bd8decb097c1596c9b3777959cd3e332819434ed77a2823e65aa436f1602f9
SIZE (lrzip-0.651.tar.xz) = 416448
6 changes: 0 additions & 6 deletions archivers/lrzip/pkg-plist
Expand Up @@ -24,12 +24,6 @@ bin/lrz
bin/lrzip
bin/lrztar
bin/lrzuntar
include/Lrzip.h
lib/liblrzip.a
lib/liblrzip.so
lib/liblrzip.so.0
lib/liblrzip.so.0.0.0
libdata/pkgconfig/lrzip.pc
man/man1/lrunzip.1.gz
man/man1/lrz.1.gz
man/man1/lrzcat.1.gz
Expand Down

0 comments on commit ad983b1

Please sign in to comment.