Currently, mactime from sysutils/sleuthkit does not full work. mactime -z list does not work because p5-DateTime-TimeZone run dependency is missing
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it.
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"
State Changed From-To: open->closed Committed, thank you!