Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Oct 2014 20:49:50 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369937 - head/security/py-volatility
Message-ID:  <201410032049.s93KnoRh081026@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Oct  3 20:49:50 2014
New Revision: 369937
URL: https://svnweb.freebsd.org/changeset/ports/369937
QAT: https://qat.redports.org/buildarchive/r369937/

Log:
  Switch from py-imaging to py-pillow

Modified:
  head/security/py-volatility/Makefile

Modified: head/security/py-volatility/Makefile
==============================================================================
--- head/security/py-volatility/Makefile	Fri Oct  3 20:26:45 2014	(r369936)
+++ head/security/py-volatility/Makefile	Fri Oct  3 20:49:50 2014	(r369937)
@@ -3,6 +3,7 @@
 
 PORTNAME=	volatility
 PORTVERSION=	2.4
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	http://downloads.volatilityfoundation.org/releases/${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ 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 \
+		${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow \
 		${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto \
 		${PYTHON_PKGNAMEPREFIX}yara>=0:${PORTSDIR}/security/py-yara \
 		${PYTHON_PKGNAMEPREFIX}openpyxl>=0:${PORTSDIR}/textproc/py-openpyxl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410032049.s93KnoRh081026>