svn commit: r371218 - head/sysutils/sleuthkit
Antoine Brodin
antoine at FreeBSD.org
Sun Oct 19 22:53:59 UTC 2014
Author: antoine
Date: Sun Oct 19 22:53:58 2014
New Revision: 371218
URL: https://svnweb.freebsd.org/changeset/ports/371218
QAT: https://qat.redports.org/buildarchive/r371218/
Log:
- Drop la file
- Strip shared library
Modified:
head/sysutils/sleuthkit/Makefile
head/sysutils/sleuthkit/pkg-plist
Modified: head/sysutils/sleuthkit/Makefile
==============================================================================
--- head/sysutils/sleuthkit/Makefile Sun Oct 19 22:43:00 2014 (r371217)
+++ head/sysutils/sleuthkit/Makefile Sun Oct 19 22:53:58 2014 (r371218)
@@ -3,7 +3,7 @@
PORTNAME= sleuthkit
PORTVERSION= 4.1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils security
MASTER_SITES= SF
@@ -26,8 +26,9 @@ CONFLICTS= ja-ls-[0-9]* icat-[0-9]*
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_PERL="${PERL}"
-USES= libtool:keepla perl5
+USES= libtool perl5
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
DATADIR= ${PREFIX}/share/tsk
PORTDOCS= NEWS.txt README.txt
Modified: head/sysutils/sleuthkit/pkg-plist
==============================================================================
--- head/sysutils/sleuthkit/pkg-plist Sun Oct 19 22:43:00 2014 (r371217)
+++ head/sysutils/sleuthkit/pkg-plist Sun Oct 19 22:53:58 2014 (r371218)
@@ -50,7 +50,6 @@ include/tsk/vs/tsk_mac.h
include/tsk/vs/tsk_sun.h
include/tsk/vs/tsk_vs.h
lib/libtsk.a
-lib/libtsk.la
lib/libtsk.so
lib/libtsk.so.10
lib/libtsk.so.10.2.0
@@ -87,12 +86,3 @@ man/man1/tsk_recover.1.gz
%%DATADIR%%/sorter/openbsd.sort
%%DATADIR%%/sorter/solaris.sort
%%DATADIR%%/sorter/windows.sort
- at dirrm include/tsk/vs
- at dirrm include/tsk/img
- at dirrm include/tsk/hashdb
- at dirrm include/tsk/fs
- at dirrm include/tsk/base
- at dirrm include/tsk/auto
- at dirrm include/tsk
- at dirrm %%DATADIR%%/sorter
- at dirrm %%DATADIR%%
More information about the svn-ports-head
mailing list