diff options
author | pav <pav@FreeBSD.org> | 2004-05-25 23:35:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-25 23:35:42 +0800 |
commit | 40ffce51ca9cce3b7b20cbbc5fbc9d51298e1a7c (patch) | |
tree | b2183409195e9692dcc2a9f2692155e21213a405 /security/mac-robber | |
parent | 5115835d6f500c837b0f9b2fde33357539f8c418 (diff) | |
download | freebsd-ports-gnome-40ffce51ca9cce3b7b20cbbc5fbc9d51298e1a7c.tar.gz freebsd-ports-gnome-40ffce51ca9cce3b7b20cbbc5fbc9d51298e1a7c.tar.zst freebsd-ports-gnome-40ffce51ca9cce3b7b20cbbc5fbc9d51298e1a7c.zip |
- Fix fetch, project moved to Sourceforge
- Update WWW
- Update distinfo, the file was rerolled with
* added copy of GPL
* minor updates to documentation
* updates to email addresses and URLs
PR: ports/67178
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'security/mac-robber')
-rw-r--r-- | security/mac-robber/Makefile | 3 | ||||
-rw-r--r-- | security/mac-robber/distinfo | 4 | ||||
-rw-r--r-- | security/mac-robber/pkg-descr | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/security/mac-robber/Makefile b/security/mac-robber/Makefile index 1331c35533bf..87a6493f2058 100644 --- a/security/mac-robber/Makefile +++ b/security/mac-robber/Makefile @@ -8,7 +8,8 @@ PORTNAME= mac-robber PORTVERSION= 1.00 CATEGORIES= security -MASTER_SITES= http://www.atstake.com/research/tools/forensic/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= Yonatan@xpert.com COMMENT= A tool for listing Modify, Access, Create timestamps from files diff --git a/security/mac-robber/distinfo b/security/mac-robber/distinfo index ece38945e657..df8276f5649a 100644 --- a/security/mac-robber/distinfo +++ b/security/mac-robber/distinfo @@ -1,2 +1,2 @@ -MD5 (mac-robber-1.00.tar.gz) = 4fa05cf85dd0d28c2780b6151b74f9f0 -SIZE (mac-robber-1.00.tar.gz) = 4895 +MD5 (mac-robber-1.00.tar.gz) = 902afd8e6121e153bbc8cb93013667fd +SIZE (mac-robber-1.00.tar.gz) = 11483 diff --git a/security/mac-robber/pkg-descr b/security/mac-robber/pkg-descr index 1611afb1c094..e59c4834fd47 100644 --- a/security/mac-robber/pkg-descr +++ b/security/mac-robber/pkg-descr @@ -8,4 +8,4 @@ mac-robber is based on the grave-robber tool from The Coroners Toolkit (TCT) when using the '-m' flag, except it does not require Perl! -WWW: http://www.atstake.com/research/tools/forensic/ +WWW: http://www.sleuthkit.org/mac-robber/desc.php |