svn commit: r417028 - head/security/py-rekall

Antoine Brodin antoine at FreeBSD.org
Fri Jun 17 19:33:09 UTC 2016


Author: antoine
Date: Fri Jun 17 19:33:07 2016
New Revision: 417028
URL: https://svnweb.freebsd.org/changeset/ports/417028

Log:
  Update to 1.5.1

Modified:
  head/security/py-rekall/Makefile
  head/security/py-rekall/distinfo

Modified: head/security/py-rekall/Makefile
==============================================================================
--- head/security/py-rekall/Makefile	Fri Jun 17 19:32:35 2016	(r417027)
+++ head/security/py-rekall/Makefile	Fri Jun 17 19:33:07 2016	(r417028)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rekall
-PORTVERSION=	1.5.0
+PORTVERSION=	1.5.1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -24,6 +24,6 @@ post-extract:
 	@${CHMOD} -R a+rX ${WRKSRC}
 
 post-patch:
-	@${REINPLACE_CMD} 's,ipython==4.0.0,ipython,' ${WRKSRC}/setup.py
+	@${REINPLACE_CMD} 's|ipython >= 4.1.2, < 5.0|ipython|' ${WRKSRC}/setup.py
 
 .include <bsd.port.mk>

Modified: head/security/py-rekall/distinfo
==============================================================================
--- head/security/py-rekall/distinfo	Fri Jun 17 19:32:35 2016	(r417027)
+++ head/security/py-rekall/distinfo	Fri Jun 17 19:33:07 2016	(r417028)
@@ -1,2 +1,3 @@
-SHA256 (rekall-1.5.0.zip) = 26ea77eb391f08d5ed740e9183f789e7b4939c04c066f878dadbbc8634a98d09
-SIZE (rekall-1.5.0.zip) = 2906320
+TIMESTAMP = 1466191449
+SHA256 (rekall-1.5.1.zip) = a5ec6c382f330f2ad47ea70db8fb331aeb5b4d26a0f87a9f7059e50eceb2665d
+SIZE (rekall-1.5.1.zip) = 2906939


More information about the svn-ports-head mailing list