diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-04-02 17:19:42 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-04-02 17:19:42 +0000 |
commit | d5094037b9b77620926b96c661586c92cff31845 (patch) | |
tree | 38a944673739365378879fc94901358cc5d474be /security/py-rekall | |
parent | 5698b35cbc287619a756af0fb2f9bebb0aa5e8d1 (diff) | |
download | ports-d5094037b9b77620926b96c661586c92cff31845.tar.gz ports-d5094037b9b77620926b96c661586c92cff31845.zip |
Notes
Diffstat (limited to 'security/py-rekall')
-rw-r--r-- | security/py-rekall/Makefile | 7 | ||||
-rw-r--r-- | security/py-rekall/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/security/py-rekall/Makefile b/security/py-rekall/Makefile index a7c1d69739eb..781292c4809c 100644 --- a/security/py-rekall/Makefile +++ b/security/py-rekall/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rekall -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= cabextract:${PORTSDIR}/archivers/cabextract \ ${PYTHON_PKGNAMEPREFIX}acora>=1.8:${PORTSDIR}/textproc/py-acora \ + ${PYTHON_PKGNAMEPREFIX}PyAFF4>=0.12:${PORTSDIR}/security/py-pyaff4 \ ${PYTHON_PKGNAMEPREFIX}capstone>=0:${PORTSDIR}/devel/py-capstone \ ${PYTHON_PKGNAMEPREFIX}codegen>=1.0:${PORTSDIR}/devel/py-codegen \ ${PYTHON_PKGNAMEPREFIX}distorm>=0:${PORTSDIR}/devel/py-distorm \ @@ -38,9 +39,7 @@ OPTIONS_DEFINE= DOCS post-patch: @${CHMOD} -R a+rX ${WRKSRC} - @${REINPLACE_CMD} '/argparse/d' ${WRKSRC}/setup.py - @${REINPLACE_CMD} 's,styles.NumberFormat(,, ; s,format_code=\(.*\)),\1,' \ - ${WRKSRC}/rekall/plugins/renderers/xls.py + @${REINPLACE_CMD} '/argparse/d ; /ipython/s/3.0.0/2.0.0/ ; /DateTime/d' ${WRKSRC}/setup.py post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/security/py-rekall/distinfo b/security/py-rekall/distinfo index c076f0725e03..73cfa02eb422 100644 --- a/security/py-rekall/distinfo +++ b/security/py-rekall/distinfo @@ -1,2 +1,2 @@ -SHA256 (rekall-1.2.0.tar.gz) = f0e1262d4475b5a7e2b5875748b6a8438dee7f19b521d0bf2834e491966ee186 -SIZE (rekall-1.2.0.tar.gz) = 3405699 +SHA256 (rekall-1.3.1.tar.gz) = e126a105659f1eccb2d98fe7d0a9828f979df803218a3cdcda2ee50afb0693da +SIZE (rekall-1.3.1.tar.gz) = 4208204 |