Bug 174802 - [patch] sysutils/sleuthkit: add a missing dependency
Summary: [patch] sysutils/sleuthkit: add a missing dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-29 12:10 UTC by Antoine Brodin
Modified: 2013-01-03 14:11 UTC (History)
0 users

See Also:


Attachments
sleuthkit.diff (408 bytes, patch)
2012-12-29 12:10 UTC, Antoine Brodin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Brodin freebsd_committer freebsd_triage 2012-12-29 12:10:00 UTC
Currently, mactime from sysutils/sleuthkit does not full work.
mactime -z list does not work because p5-DateTime-TimeZone run dependency is missing
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-01-03 13:41:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-03 14:06:28 UTC
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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-01-03 14:11:18 UTC
State Changed
From-To: open->closed

Committed, thank you!