diff options
author | antoine <antoine@FreeBSD.org> | 2016-06-18 03:33:07 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-06-18 03:33:07 +0800 |
commit | 37abc8fc3f49e88953a5d384f1dc2289e6aafe63 (patch) | |
tree | 251baf613c195c03a1bfd4274af4b5eeaabd3e8e /security | |
parent | 5059d74bd3b035c4990a25b98ae66835fb39f6a8 (diff) | |
download | freebsd-ports-gnome-37abc8fc3f49e88953a5d384f1dc2289e6aafe63.tar.gz freebsd-ports-gnome-37abc8fc3f49e88953a5d384f1dc2289e6aafe63.tar.zst freebsd-ports-gnome-37abc8fc3f49e88953a5d384f1dc2289e6aafe63.zip |
Update to 1.5.1
Diffstat (limited to 'security')
-rw-r--r-- | security/py-rekall/Makefile | 4 | ||||
-rw-r--r-- | security/py-rekall/distinfo | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/py-rekall/Makefile b/security/py-rekall/Makefile index 8895e21ee326..2829efbacd5d 100644 --- a/security/py-rekall/Makefile +++ b/security/py-rekall/Makefile @@ -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> diff --git a/security/py-rekall/distinfo b/security/py-rekall/distinfo index 8cc4183ac8e9..0f0481208476 100644 --- a/security/py-rekall/distinfo +++ b/security/py-rekall/distinfo @@ -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 |