diff options
author | antoine <antoine@FreeBSD.org> | 2013-05-04 18:29:06 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-05-04 18:29:06 +0800 |
commit | bc42e3b00e27f8c2f6f5720f3b7a34473765f3b6 (patch) | |
tree | 0b24fcb92a33f2e41c298791422b668cf7525c2e /security/regripper | |
parent | 8fa142b9c5b877ff9d6a4a5a059bc2b52163eef5 (diff) | |
download | freebsd-ports-gnome-bc42e3b00e27f8c2f6f5720f3b7a34473765f3b6.tar.gz freebsd-ports-gnome-bc42e3b00e27f8c2f6f5720f3b7a34473765f3b6.tar.zst freebsd-ports-gnome-bc42e3b00e27f8c2f6f5720f3b7a34473765f3b6.zip |
Update regripper to 2.8
Remove infozip dependency
Do not set LICENSE_FILE for known license
Approved by: eadler, miwi (mentors, implicit)
Diffstat (limited to 'security/regripper')
-rw-r--r-- | security/regripper/Makefile | 6 | ||||
-rw-r--r-- | security/regripper/distinfo | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/security/regripper/Makefile b/security/regripper/Makefile index 2e3e1739c024..2ffd76b1d36f 100644 --- a/security/regripper/Makefile +++ b/security/regripper/Makefile @@ -2,21 +2,19 @@ # $FreeBSD$ PORTNAME= regripper -DISTVERSION= 2.5 -PORTREVISION= 1 +DISTVERSION= 2.8 CATEGORIES= security MASTER_SITES= GOOGLE_CODE DISTNAME= rrv${DISTVERSION} +EXTRACT_SUFX= .zip MAINTAINER= antoine@FreeBSD.org COMMENT= Tool for registry analysis in forensics examinations LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/license.txt RUN_DEPENDS= p5-Parse-Win32Registry>=0:${PORTSDIR}/devel/p5-Parse-Win32Registry -USE_ZIP= yes NO_WRKSUBDIR= yes USE_DOS2UNIX= yes NO_BUILD= yes diff --git a/security/regripper/distinfo b/security/regripper/distinfo index 2b359184d2d0..3c686ab47011 100644 --- a/security/regripper/distinfo +++ b/security/regripper/distinfo @@ -1,2 +1,2 @@ -SHA256 (rrv2.5.zip) = 36ae36952ce936f60b0144554b202c5fd3b7f3cabf79a9c5f1c069eab51cb6bd -SIZE (rrv2.5.zip) = 4254394 +SHA256 (rrv2.8.zip) = 376617527bb0ad5895800159bbd82d12ea2c5a3c7ed61e6d4a2371481782e897 +SIZE (rrv2.8.zip) = 4255741 |