diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-09 05:02:56 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-09 05:02:56 +0800 |
commit | a7fd12ea45bdff47b5a4fdf64735430f6232e1fc (patch) | |
tree | 901270a2c6f3d4938757dd905dbe64a7150ff4ef /security/py-volatility | |
parent | a13a9bf950b9f64f28fde28837a72ce79eea2d9b (diff) | |
download | freebsd-ports-gnome-a7fd12ea45bdff47b5a4fdf64735430f6232e1fc.tar.gz freebsd-ports-gnome-a7fd12ea45bdff47b5a4fdf64735430f6232e1fc.tar.zst freebsd-ports-gnome-a7fd12ea45bdff47b5a4fdf64735430f6232e1fc.zip |
Update to 2.4
Release notes: http://www.volatilityfoundation.org/#!24/c12wa
Diffstat (limited to 'security/py-volatility')
-rw-r--r-- | security/py-volatility/Makefile | 9 | ||||
-rw-r--r-- | security/py-volatility/distinfo | 4 | ||||
-rw-r--r-- | security/py-volatility/files/patch-setup.py | 6 | ||||
-rw-r--r-- | security/py-volatility/pkg-descr | 2 |
4 files changed, 10 insertions, 11 deletions
diff --git a/security/py-volatility/Makefile b/security/py-volatility/Makefile index 0a29c13c8973..62a0423a3173 100644 --- a/security/py-volatility/Makefile +++ b/security/py-volatility/Makefile @@ -2,15 +2,16 @@ # $FreeBSD$ PORTNAME= volatility -PORTVERSION= 2.3.1 +PORTVERSION= 2.4 CATEGORIES= security python -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://downloads.volatilityfoundation.org/releases/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= antoine@FreeBSD.org COMMENT= Advanced memory forensics framework LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distorm>=0:${PORTSDIR}/devel/py-distorm \ ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ @@ -25,7 +26,7 @@ PYDISTUTILS_AUTOPLIST=yes OPTIONS_DEFINE= DOCS DATADIR= ${PREFIX}/share/py-${PORTNAME} -PORTDOCS= AUTHORS.txt CHANGELOG.txt CREDITS.txt README.txt +PORTDOCS= AUTHORS.txt CHANGELOG.txt CREDITS.txt LEGAL.txt README.txt DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} .include <bsd.port.pre.mk> @@ -33,9 +34,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} PYDISTUTILS_INSTALLARGS+=--install-data ${DATADIR} post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.post.mk> diff --git a/security/py-volatility/distinfo b/security/py-volatility/distinfo index 423a358e7232..79fbd34473ea 100644 --- a/security/py-volatility/distinfo +++ b/security/py-volatility/distinfo @@ -1,2 +1,2 @@ -SHA256 (volatility-2.3.1.tar.gz) = bb1411fc671e0bf550a31e534fb1991b2f940f1dce1ebe4ce2fb627aec40726c -SIZE (volatility-2.3.1.tar.gz) = 1764063 +SHA256 (volatility-2.4.tar.gz) = 684fdffd79ca4453298ee2eb001137cff802bc4b3dfaaa38c4335321f7cccef1 +SIZE (volatility-2.4.tar.gz) = 2327513 diff --git a/security/py-volatility/files/patch-setup.py b/security/py-volatility/files/patch-setup.py index 315fe269e14b..a9ebb22037ff 100644 --- a/security/py-volatility/files/patch-setup.py +++ b/security/py-volatility/files/patch-setup.py @@ -1,6 +1,6 @@ ---- ./setup.py.orig 2013-10-15 14:55:22.000000000 +0000 -+++ ./setup.py 2013-12-15 21:41:37.000000000 +0000 -@@ -45,7 +45,10 @@ +--- setup.py.orig 2014-08-03 18:09:32 +0000 ++++ setup.py +@@ -44,7 +44,10 @@ ret = [] for topdir in topdirs: for r, _ds, fs in os.walk(topdir): diff --git a/security/py-volatility/pkg-descr b/security/py-volatility/pkg-descr index a1511834f058..2ed19554a2ba 100644 --- a/security/py-volatility/pkg-descr +++ b/security/py-volatility/pkg-descr @@ -2,4 +2,4 @@ The Volatility Framework is a completely open collection of tools, implemented in Python under the GNU General Public License, for the extraction of digital artifacts from volatile memory (RAM) samples. -WWW: http://code.google.com/p/volatility +WWW: http://www.volatilityfoundation.org/ |