aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-10-19 22:40:28 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-10-19 22:40:28 +0000
commit2e4f02d791fc4989f5fbcc5ef0ddbfdab9bf4298 (patch)
tree1fced900401588b694ae9600fda7c5b196be335a /security
parent60fd55715efd90a2f3d688d8dc015bd718224b51 (diff)
Notes
Diffstat (limited to 'security')
-rw-r--r--security/py-volatility/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/py-volatility/Makefile b/security/py-volatility/Makefile
index 4913b622ce60..227915e3791d 100644
--- a/security/py-volatility/Makefile
+++ b/security/py-volatility/Makefile
@@ -3,7 +3,7 @@
PORTNAME= volatility
PORTVERSION= 2.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security python
MASTER_SITES= http://downloads.volatilityfoundation.org/releases/${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -33,6 +33,11 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
PYDISTUTILS_INSTALLARGS+=--install-data ${DATADIR}
+post-patch:
+ @${REINPLACE_CMD} 's,openpyxl.style,openpyxl.styles,' \
+ ${WRKSRC}/volatility/plugins/malware/psxview.py \
+ ${WRKSRC}/volatility/plugins/timeliner.py
+
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}