Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jan 2017 18:56:08 +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: r431014 - head/security/py-rekall
Message-ID:  <201701091856.v09Iu82s032438@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Jan  9 18:56:08 2017
New Revision: 431014
URL: https://svnweb.freebsd.org/changeset/ports/431014

Log:
  Un-ignore after ipython upgrade

Modified:
  head/security/py-rekall/Makefile

Modified: head/security/py-rekall/Makefile
==============================================================================
--- head/security/py-rekall/Makefile	Mon Jan  9 18:51:47 2017	(r431013)
+++ head/security/py-rekall/Makefile	Mon Jan  9 18:56:08 2017	(r431014)
@@ -12,10 +12,8 @@ COMMENT=	Memory forensics analysis frame
 
 LICENSE=	GPLv2
 
-IGNORE=		requires ipython 5.0.0 or higher
-
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}rekall-core>=1.5.0.p:security/py-rekall-core \
-		${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython
+		${PYTHON_PKGNAMEPREFIX}ipython>=5.0.0:devel/ipython
 
 NO_ARCH=	yes
 USES=		python:2.7 zip



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