Hi,

this diff activates screenshot functionnality with volatility.
Also, I will be the maintainer of this port.

Ok?

Cheers,

Remi.
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/volatility/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- Makefile    18 Sep 2015 21:39:00 -0000      1.3
+++ Makefile    24 Sep 2015 19:31:46 -0000
@@ -3,13 +3,15 @@
 COMMENT =              memory artifact extraction utility framework
 
 MODPY_EGG_VERSION =    2.4
-REVISION =             1
+REVISION =             2
 DISTNAME =             volatility-${MODPY_EGG_VERSION}
 
 CATEGORIES =           security
 
 HOMEPAGE =             http://www.volatilityfoundation.org/
 
+MAINTAINER =           Remi Pointel <rpoin...@openbsd.org>
+
 # GPLv2
 PERMIT_PACKAGE_CDROM = Yes
 
@@ -19,7 +21,8 @@ MODULES =             lang/python
 MODPY_SETUPTOOLS =     Yes
 
 RUN_DEPENDS =  security/distorm3 \
-               security/yara/python
+               security/yara/python \
+               graphics/py-Pillow
 
 NO_TEST =              Yes
 

Reply via email to