svn commit: r309881 - head/sysutils/sleuthkit

Ruslan Mahmatkhanov rm at FreeBSD.org
Thu Jan 3 14:06:21 UTC 2013


Author: rm
Date: Thu Jan  3 14:06:20 2013
New Revision: 309881
URL: http://svnweb.freebsd.org/changeset/ports/309881

Log:
  - add missing dependency
  - bump PORTREVISION because of dependency change
  
  PR:		174802
  Submitted by:	antoine

Modified:
  head/sysutils/sleuthkit/Makefile

Modified: head/sysutils/sleuthkit/Makefile
==============================================================================
--- head/sysutils/sleuthkit/Makefile	Thu Jan  3 14:04:45 2013	(r309880)
+++ head/sysutils/sleuthkit/Makefile	Thu Jan  3 14:06:20 2013	(r309881)
@@ -3,12 +3,15 @@
 
 PORTNAME=	sleuthkit
 PORTVERSION=	4.0.1
+PORTREVISION=	1
 CATEGORIES=	sysutils security
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Tools and library for filesystem forensic analysis
 
+RUN_DEPENDS=	p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone
+
 CONFLICTS=	ja-ls-[0-9]*
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list