svn commit: r356528 - head/archivers/lrzip
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jun 4 17:37:52 UTC 2014
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
More information about the svn-ports-all
mailing list