diff options
author | antoine <antoine@FreeBSD.org> | 2016-03-21 18:35:41 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-03-21 18:35:41 +0800 |
commit | b48f90a4b6365ff89dc2540ba856636d4be2a611 (patch) | |
tree | 433bb02e7e93a8d9399077011007801d8a4cd487 /security | |
parent | 3a66594021395141f96335c1518e5b8dd9acefec (diff) | |
download | freebsd-ports-gnome-b48f90a4b6365ff89dc2540ba856636d4be2a611.tar.gz freebsd-ports-gnome-b48f90a4b6365ff89dc2540ba856636d4be2a611.tar.zst freebsd-ports-gnome-b48f90a4b6365ff89dc2540ba856636d4be2a611.zip |
Update to 0.23
Diffstat (limited to 'security')
-rw-r--r-- | security/py-pyaff4/Makefile | 6 | ||||
-rw-r--r-- | security/py-pyaff4/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/py-pyaff4/Makefile b/security/py-pyaff4/Makefile index b5898b224f9e..01e7c0f2498e 100644 --- a/security/py-pyaff4/Makefile +++ b/security/py-pyaff4/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PyAFF4 -PORTVERSION= 0.22 +PORTVERSION= 0.23 CATEGORIES= security devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= Python Advanced Forensic Format Version 4 library LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}intervaltree>=2.1.0:${PORTSDIR}/devel/py-intervaltree \ - ${PYTHON_PKGNAMEPREFIX}python-snappy>=0:${PORTSDIR}/archivers/py-python-snappy \ + ${PYTHON_PKGNAMEPREFIX}python-snappy>=0.5:${PORTSDIR}/archivers/py-python-snappy \ ${PYTHON_PKGNAMEPREFIX}rdflib>=4.2.1:${PORTSDIR}/textproc/py-rdflib NO_ARCH= yes @@ -24,6 +24,6 @@ post-extract: @${CHMOD} -R a+rX ${WRKSRC} post-patch: - ${REINPLACE_CMD} '/aff4-snappy/d' ${WRKSRC}/setup.py + ${REINPLACE_CMD} 's/aff4-snappy == 0.5/snappy >= 0.5/' ${WRKSRC}/setup.py .include <bsd.port.mk> diff --git a/security/py-pyaff4/distinfo b/security/py-pyaff4/distinfo index 5a0ea794f214..78ff48fea951 100644 --- a/security/py-pyaff4/distinfo +++ b/security/py-pyaff4/distinfo @@ -1,2 +1,2 @@ -SHA256 (PyAFF4-0.22.tar.gz) = 2b765d88d778e8b2cd74191711526d6f230338dcc3efa913e52ad6f481003604 -SIZE (PyAFF4-0.22.tar.gz) = 44058 +SHA256 (PyAFF4-0.23.tar.gz) = 634e7c5f6095653d6601aebcb07328433d1707bee3b048870aa671bdb071c56b +SIZE (PyAFF4-0.23.tar.gz) = 44128 |