svn commit: r384859 - head/security/py-rekall
Antoine Brodin
antoine at FreeBSD.org
Mon Apr 27 15:45:01 UTC 2015
Author: antoine
Date: Mon Apr 27 15:44:59 2015
New Revision: 384859
URL: https://svnweb.freebsd.org/changeset/ports/384859
Log:
Update to 1.3.2
Modified:
head/security/py-rekall/Makefile
head/security/py-rekall/distinfo
Modified: head/security/py-rekall/Makefile
==============================================================================
--- head/security/py-rekall/Makefile Mon Apr 27 15:44:03 2015 (r384858)
+++ head/security/py-rekall/Makefile Mon Apr 27 15:44:59 2015 (r384859)
@@ -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}/arch
${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}
Modified: head/security/py-rekall/distinfo
==============================================================================
--- head/security/py-rekall/distinfo Mon Apr 27 15:44:03 2015 (r384858)
+++ head/security/py-rekall/distinfo Mon Apr 27 15:44:59 2015 (r384859)
@@ -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
More information about the svn-ports-head
mailing list