Index: head/archivers/lrzip/Makefile =================================================================== --- head/archivers/lrzip/Makefile (revision 382871) +++ head/archivers/lrzip/Makefile (revision 382872) @@ -1,28 +1,30 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= lrzip -PORTVERSION= 0.616 -PORTREVISION= 1 +PORTVERSION= 0.621 CATEGORIES= archivers MASTER_SITES= http://ck.kolivas.org/apps/lrzip/ \ http://files.gslin.org/Software/ MAINTAINER= delphij@FreeBSD.org COMMENT= Long Range ZIP or Lzma RZIP LICENSE= GPLv2 BUILD_DEPENDS= nasm>=0:${PORTSDIR}/devel/nasm LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2 CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --enable-asm GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib USES= tar:bzip2 gmake pathfix perl5 libtool shebangfix SHEBANG_FILES= ${WRKSRC}/lrztar USE_PERL5= build USE_LDCONFIG= yes + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblrzip.so.0.0.0 .include Index: head/archivers/lrzip/distinfo =================================================================== --- head/archivers/lrzip/distinfo (revision 382871) +++ head/archivers/lrzip/distinfo (revision 382872) @@ -1,2 +1,2 @@ -SHA256 (lrzip-0.616.tar.bz2) = 982d5a8db4d8bbbced6e33fbbcd589c9b3fc4275110155d7bd71cbeff4a235ae -SIZE (lrzip-0.616.tar.bz2) = 493886 +SHA256 (lrzip-0.621.tar.bz2) = 31c26fbee8b9b0bd413ca214862dbc0d9e6d3477f23e9839774936bf140ceb6b +SIZE (lrzip-0.621.tar.bz2) = 503286 Index: head/archivers/lrzip/pkg-plist =================================================================== --- head/archivers/lrzip/pkg-plist (revision 382871) +++ head/archivers/lrzip/pkg-plist (revision 382872) @@ -1,37 +1,37 @@ %%DOCSDIR%%/AUTHORS %%DOCSDIR%%/BUGS %%DOCSDIR%%/COPYING %%DOCSDIR%%/ChangeLog -%%DOCSDIR%%/README %%DOCSDIR%%/README-NOT-BACKWARD-COMPATIBLE %%DOCSDIR%%/README.Assembler %%DOCSDIR%%/README.benchmarks %%DOCSDIR%%/README.lzo_compresses.test.txt +%%DOCSDIR%%/README.md %%DOCSDIR%%/TODO %%DOCSDIR%%/WHATS-NEW %%DOCSDIR%%/lrzip.conf.example %%DOCSDIR%%/lzma/7zC.txt %%DOCSDIR%%/lzma/7zFormat.txt %%DOCSDIR%%/lzma/Methods.txt %%DOCSDIR%%/lzma/README %%DOCSDIR%%/lzma/README-Alloc %%DOCSDIR%%/lzma/history.txt %%DOCSDIR%%/lzma/lzma.txt %%DOCSDIR%%/magic.header.txt bin/lrunzip bin/lrzcat 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/lrzcat.1.gz man/man1/lrzip.1.gz man/man1/lrztar.1.gz man/man1/lrzuntar.1.gz man/man5/lrzip.conf.5.gz