diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2011-10-10 14:55:40 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2011-10-10 14:55:40 +0000 |
commit | 6d6e6a59bccc47ccad73dd5c72eb7814fba70ca8 (patch) | |
tree | 8f31499010228adba925a364ac0622c6701b1101 /security/log2timeline/Makefile | |
parent | 61b070ced082d24e7bc057c72614d9c684e0177d (diff) | |
download | ports-6d6e6a59bccc47ccad73dd5c72eb7814fba70ca8.tar.gz ports-6d6e6a59bccc47ccad73dd5c72eb7814fba70ca8.zip |
Notes
Diffstat (limited to 'security/log2timeline/Makefile')
-rw-r--r-- | security/log2timeline/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/security/log2timeline/Makefile b/security/log2timeline/Makefile index 32f2d79293e3..71959bfc1ecc 100644 --- a/security/log2timeline/Makefile +++ b/security/log2timeline/Makefile @@ -6,7 +6,7 @@ # PORTNAME= log2timeline -PORTVERSION= 0.60 +PORTVERSION= 0.61 CATEGORIES= security MASTER_SITES= http://log2timeline.net/files/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -54,6 +54,7 @@ MAN3= Log2Timeline.3 \ Log2t::Numbers.3 \ Log2t::Time.3 \ Log2t::base::input.3 \ + Log2t::input::altiris.3 \ Log2t::input::encase_dirlisting.3 \ Log2t::input::evt.3 \ Log2t::input::evtx.3 \ @@ -62,6 +63,9 @@ MAN3= Log2Timeline.3 \ Log2t::input::ftk_dirlisting.3 \ Log2t::input::jp_ntfs_change.3 \ Log2t::input::mcafee.3 \ + Log2t::input::mcafeefireup.3 \ + Log2t::input::mcafeehel.3 \ + Log2t::input::mcafeehs.3 \ Log2t::input::mft.3 \ Log2t::input::mssql_errlog.3 \ Log2t::input::opera.3 \ @@ -69,6 +73,7 @@ MAN3= Log2Timeline.3 \ Log2t::input::pdf.3 \ Log2t::input::setupapi.3 \ Log2t::input::sol.3 \ + Log2t::input::symantec.3 \ Log2t::input::volatility.3 \ Log2t::input::wmiprov.3 \ Log2t::output::beedocs.3 \ |