diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-04-27 15:44:59 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-04-27 15:44:59 +0000 |
commit | 6923b2e94653514a146324a7c993d4e9fe332cf6 (patch) | |
tree | af2ca8cad61019ea7970a02c971a8ecee5dd7ba6 /security/py-rekall | |
parent | fc722249ab655152ce585bd050c763a8f4d5cd0d (diff) | |
download | ports-6923b2e94653514a146324a7c993d4e9fe332cf6.tar.gz ports-6923b2e94653514a146324a7c993d4e9fe332cf6.zip |
Notes
Diffstat (limited to 'security/py-rekall')
-rw-r--r-- | security/py-rekall/Makefile | 5 | ||||
-rw-r--r-- | security/py-rekall/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/py-rekall/Makefile b/security/py-rekall/Makefile index 781292c4809c..04e5ac95372b 100644 --- a/security/py-rekall/Makefile +++ b/security/py-rekall/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rekall -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,6 +23,7 @@ RUN_DEPENDS= cabextract:${PORTSDIR}/archivers/cabextract \ ${PYTHON_PKGNAMEPREFIX}Flask-Sockets>=0:${PORTSDIR}/www/py-flask-sockets \ ${PYTHON_PKGNAMEPREFIX}gevent>=1.0.1:${PORTSDIR}/devel/py-gevent \ ${PYTHON_PKGNAMEPREFIX}gevent-websocket>=0.9.3:${PORTSDIR}/www/py-gevent-websocket \ + ${PYTHON_PKGNAMEPREFIX}intervaltree>=2.0.4:${PORTSDIR}/devel/py-intervaltree \ ${PYTHON_PKGNAMEPREFIX}ipython>=2.0.0:${PORTSDIR}/devel/ipython \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.3.1:${PORTSDIR}/security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}pyelftools>=0.22:${PORTSDIR}/devel/py-pyelftools \ @@ -39,7 +40,7 @@ OPTIONS_DEFINE= DOCS post-patch: @${CHMOD} -R a+rX ${WRKSRC} - @${REINPLACE_CMD} '/argparse/d ; /ipython/s/3.0.0/2.0.0/ ; /DateTime/d' ${WRKSRC}/setup.py + @${REINPLACE_CMD} '/argparse/d ; /ipython/s/3.0.0/2.0.0/' ${WRKSRC}/setup.py post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/security/py-rekall/distinfo b/security/py-rekall/distinfo index 73cfa02eb422..acfb6663b8e5 100644 --- a/security/py-rekall/distinfo +++ b/security/py-rekall/distinfo @@ -1,2 +1,2 @@ -SHA256 (rekall-1.3.1.tar.gz) = e126a105659f1eccb2d98fe7d0a9828f979df803218a3cdcda2ee50afb0693da -SIZE (rekall-1.3.1.tar.gz) = 4208204 +SHA256 (rekall-1.3.2.tar.gz) = bc4f4d04a863e2b7aa21fbdbf8dcb7e23c2eb8cea526528321f4b9c6ff2b5b07 +SIZE (rekall-1.3.2.tar.gz) = 4145091 |