Date: Wed, 4 Jun 2014 17:37:52 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356528 - head/archivers/lrzip Message-ID: <201406041737.s54HbqAA019694@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jun 4 17:37:51 2014 New Revision: 356528 URL: http://svnweb.freebsd.org/changeset/ports/356528 QAT: https://qat.redports.org/buildarchive/r356528/ Log: - Switch to USES=libtool, drop .la files - Fix bash shebang Approved by: portmgr blanket Modified: head/archivers/lrzip/Makefile head/archivers/lrzip/pkg-plist Modified: head/archivers/lrzip/Makefile ============================================================================== --- head/archivers/lrzip/Makefile Wed Jun 4 17:37:28 2014 (r356527) +++ head/archivers/lrzip/Makefile Wed Jun 4 17:37:51 2014 (r356528) @@ -3,6 +3,7 @@ PORTNAME= lrzip PORTVERSION= 0.616 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://ck.kolivas.org/apps/lrzip/ \ http://files.gslin.org/Software/ @@ -19,7 +20,8 @@ CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --enable-asm GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -USES= tar:bzip2 gmake pathfix perl5 +USES= tar:bzip2 gmake pathfix perl5 libtool shebangfix +SHEBANG_FILES= ${WRKSRC}/lrztar USE_PERL5= build USE_LDCONFIG= yes Modified: head/archivers/lrzip/pkg-plist ============================================================================== --- head/archivers/lrzip/pkg-plist Wed Jun 4 17:37:28 2014 (r356527) +++ head/archivers/lrzip/pkg-plist Wed Jun 4 17:37:51 2014 (r356528) @@ -25,9 +25,9 @@ bin/lrztar bin/lrzuntar include/Lrzip.h lib/liblrzip.a -lib/liblrzip.la 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406041737.s54HbqAA019694>