svn commit: r311654 - head/sysutils/sleuthkit
Sofian Brabez
sbz at FreeBSD.org
Mon Feb 4 23:07:17 UTC 2013
Author: sbz
Date: Mon Feb 4 23:07:16 2013
New Revision: 311654
URL: http://svnweb.freebsd.org/changeset/ports/311654
Log:
- Update to 4.0.2
PR: ports/175849
Submitted by: antoine (maintainer)
Modified:
head/sysutils/sleuthkit/Makefile (contents, props changed)
head/sysutils/sleuthkit/distinfo (contents, props changed)
head/sysutils/sleuthkit/pkg-plist (contents, props changed)
Modified: head/sysutils/sleuthkit/Makefile
==============================================================================
--- head/sysutils/sleuthkit/Makefile Mon Feb 4 22:59:01 2013 (r311653)
+++ head/sysutils/sleuthkit/Makefile Mon Feb 4 23:07:16 2013 (r311654)
@@ -2,15 +2,15 @@
# $FreeBSD$
PORTNAME= sleuthkit
-PORTVERSION= 4.0.1
-PORTREVISION= 2
+PORTVERSION= 4.0.2
CATEGORIES= sysutils security
MASTER_SITES= SF
MAINTAINER= antoine at FreeBSD.org
COMMENT= Tools and library for filesystem forensic analysis
-RUN_DEPENDS= p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone
+RUN_DEPENDS= p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \
+ exif:${PORTSDIR}/graphics/exif
CONFLICTS= ja-ls-[0-9]*
@@ -18,8 +18,9 @@ GNU_CONFIGURE= yes
USE_PERL5= yes
USE_LDCONFIG= yes
DATADIR= ${PREFIX}/share/tsk3
+CPPFLAGS+= -I${LOCALBASE}/include
-PORTDOCS= NEWS.txt README.txt docs/*.txt
+PORTDOCS= NEWS.txt README.txt
MAN1= blkcalc.1 blkcat.1 blkls.1 \
blkstat.1 ffind.1 fls.1 fsstat.1 hfind.1 icat.1 ifind.1 \
ils.1 img_cat.1 img_stat.1 istat.1 jcat.1 jls.1 mactime.1 \
Modified: head/sysutils/sleuthkit/distinfo
==============================================================================
--- head/sysutils/sleuthkit/distinfo Mon Feb 4 22:59:01 2013 (r311653)
+++ head/sysutils/sleuthkit/distinfo Mon Feb 4 23:07:16 2013 (r311654)
@@ -1,2 +1,2 @@
-SHA256 (sleuthkit-4.0.1.tar.gz) = 719d9a702f74c30302840301fe573c5bb5af5b88471b48657114eba6b0d76f12
-SIZE (sleuthkit-4.0.1.tar.gz) = 7488397
+SHA256 (sleuthkit-4.0.2.tar.gz) = 112f80fbc6a868c18c7a924f756b35c79eed9d0cc8923a4f973646f00e546e62
+SIZE (sleuthkit-4.0.2.tar.gz) = 7577570
Modified: head/sysutils/sleuthkit/pkg-plist
==============================================================================
--- head/sysutils/sleuthkit/pkg-plist Mon Feb 4 22:59:01 2013 (r311653)
+++ head/sysutils/sleuthkit/pkg-plist Mon Feb 4 23:07:16 2013 (r311654)
@@ -4,6 +4,7 @@ bin/blkls
bin/blkstat
bin/fcat
bin/ffind
+bin/fiwalk
bin/fls
bin/fsstat
bin/hfind
@@ -15,6 +16,7 @@ bin/img_stat
bin/istat
bin/jcat
bin/jls
+bin/jpeg_extract
bin/mactime
bin/mmcat
bin/mmls
More information about the svn-ports-head
mailing list