svn commit: r371216 - head/security/py-volatility
Antoine Brodin
antoine at FreeBSD.org
Sun Oct 19 22:40:29 UTC 2014
Author: antoine
Date: Sun Oct 19 22:40:28 2014
New Revision: 371216
URL: https://svnweb.freebsd.org/changeset/ports/371216
QAT: https://qat.redports.org/buildarchive/r371216/
Log:
Adjust to work with new openpyxl
Modified:
head/security/py-volatility/Makefile
Modified: head/security/py-volatility/Makefile
==============================================================================
--- head/security/py-volatility/Makefile Sun Oct 19 22:32:49 2014 (r371215)
+++ head/security/py-volatility/Makefile Sun Oct 19 22:40:28 2014 (r371216)
@@ -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-${PORTNA
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}
More information about the svn-ports-head
mailing list