diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-04-16 13:31:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-04-16 13:31:18 +0000 |
commit | 4a20178fa46fa6375e3383d9f8565636c0e2eff2 (patch) | |
tree | c66acf28f2c941192ce8103156ca1a3ee38c65eb /security/py-rekall | |
parent | bd686466822df5b2eca4b55c2451a74cf57f38a2 (diff) |
Notes
Diffstat (limited to 'security/py-rekall')
-rw-r--r-- | security/py-rekall/Makefile | 17 | ||||
-rw-r--r-- | security/py-rekall/distinfo | 4 |
2 files changed, 14 insertions, 7 deletions
diff --git a/security/py-rekall/Makefile b/security/py-rekall/Makefile index a703637234bd..8895e21ee326 100644 --- a/security/py-rekall/Makefile +++ b/security/py-rekall/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rekall -PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTVERSION= 1.5.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +12,18 @@ COMMENT= Memory forensics analysis framework LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rekall-core>=1.4.0:security/py-rekall-core \ - ${PYTHON_PKGNAMEPREFIX}rekall_gui>=1.4.0:security/py-rekall_gui +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rekall-core>=1.5.0.p:security/py-rekall-core \ + ${PYTHON_PKGNAMEPREFIX}rekall_gui>=1.5.0.p:security/py-rekall_gui \ + ${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython -USES= python:2 +NO_ARCH= yes +USES= python:2.7 zip USE_PYTHON= distutils autoplist +post-extract: + @${CHMOD} -R a+rX ${WRKSRC} + +post-patch: + @${REINPLACE_CMD} 's,ipython==4.0.0,ipython,' ${WRKSRC}/setup.py + .include <bsd.port.mk> diff --git a/security/py-rekall/distinfo b/security/py-rekall/distinfo index 9d6801b1ae1e..8cc4183ac8e9 100644 --- a/security/py-rekall/distinfo +++ b/security/py-rekall/distinfo @@ -1,2 +1,2 @@ -SHA256 (rekall-1.4.1.tar.gz) = e06612eff622d7336b7046ab7663624c0317fa72eb8c7883ed2651d5d8be084f -SIZE (rekall-1.4.1.tar.gz) = 242194 +SHA256 (rekall-1.5.0.zip) = 26ea77eb391f08d5ed740e9183f789e7b4939c04c066f878dadbbc8634a98d09 +SIZE (rekall-1.5.0.zip) = 2906320 |